/mgmt/actionqueue/default POST

Use the HTTP POST method with the actionqueue resource to trigger appliance operations.

Resource URL

https://host:port/mgmt/actionqueue/default/

Where port is 5554 by default.

Optional query parameters

None.

Request headers

The following headers must be sent with the request:
Content-Type
This header must be sent with a value of application/json.

Request body format

The request body must be in JSON format in UTF-8 encoding. The response body specifies the operation and any required parameters. See the operation-specific subtopics for details.

You can view information about the various data types expected in the POST bodies by using the /mgmt/types/ resource (see REST management resources summary).

Response status codes

200
Operation succeeded.
400
Invalid data provided.
401
Not authenticated.
An invalid user name or password was provided.
500
Server issue.

Response headers

None.

Response body format

The response body contains information generated by the action.

Examples

Examples are given in the operation-specific subtopics.