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