POST | /messagequeue/rabbit/create/queue |
---|
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
queue | body | TypeMQBrokerQueue | No |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
Name | form | string | No | |
DataCenterCode | form | string | No | |
Retry | form | int | No | |
Action | form | string | No | |
IsPassive | form | bool | No | |
Properties | form | Dictionary<string, string> | No | |
Arguments | form | Dictionary<string, Object> | No |
To override the Content-type in your clients, use the HTTP Accept Header, append the .csv suffix or ?format=csv
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
POST /messagequeue/rabbit/create/queue HTTP/1.1
Host: n3tapi.palmettovdc.com
Accept: text/csv
Content-Type: text/csv
Content-Length: length
{"queue":{"name":"String","dataCenterCode":"String","retry":0,"action":"String","isPassive":false,"properties":{"String":"String"},"arguments":{"String":{}}}}