Response containing the publish queue counts for nodes
name | data type | description |
---|---|---|
nodes | map of PublishQueueCounts | Map of node IDs to publish counts |
Properties inherited from GenericResponse |
||
messages | array of Message | Messages contained in the response (which should be shown to the user) |
responseInfo | ResponseInfo |
Example
{ "nodes" : { "property1" : { "files" : { "delayed" : 12345, "toPublish" : 12345, "published" : 12345, "remaining" : 12345 }, "pages" : { "delayed" : 12345, "toPublish" : 12345, "published" : 12345, "remaining" : 12345 }, "forms" : { "delayed" : 12345, "toPublish" : 12345, "published" : 12345, "remaining" : 12345 }, "folders" : { "delayed" : 12345, "toPublish" : 12345, "published" : 12345, "remaining" : 12345 } }, "property2" : { "files" : { "delayed" : 12345, "toPublish" : 12345, "published" : 12345, "remaining" : 12345 }, "pages" : { "delayed" : 12345, "toPublish" : 12345, "published" : 12345, "remaining" : 12345 }, "forms" : { "delayed" : 12345, "toPublish" : 12345, "published" : 12345, "remaining" : 12345 }, "folders" : { "delayed" : 12345, "toPublish" : 12345, "published" : 12345, "remaining" : 12345 } } }, "messages" : [ { }, { } ], "responseInfo" : { "responseCode" : "OK", "responseMessage" : "...", "property" : "..." } }