/policy/MQEndpoint/{policyName}
Mount Point: /apiv1/policy/MQEndpoint/{policyName}
The following operations are supported on this resource:
GET
Get the specified MQEndpoint policy
MQEndpoint Policy Schema
Sample MQEndpoint policy document
Parameters
name | description | type | default |
---|---|---|---|
policyName | The name of the MQEndpoint policy | path |
Response Body
element: | policy |
MQ Endpoint policy document
PUT
Update the specified MQEndpoint policy or create a new policy if it does not exist
MQEndpoint Policy Schema
Sample MQEndpoint policy document
Parameters
name | description | type | default |
---|---|---|---|
policyName | The name of the MQEndpoint policy | path |
Request Body
element: | policy |
MQ Endpoint policy document to be updated
Response Body
element: | (custom) |
"HTTP success no content" (204) or exception
DELETE
Delete the specified MQTTPublish policy
Parameters
name | description | type | default |
---|---|---|---|
policyName | The name of the MQTTPublish policy | path |
Response Body
element: | (custom) |
"HTTP success no content" (204) or exception