/policy/MQTTPublish/{policyName}
Mount Point: /apiv1/policy/MQTTPublish/{policyName}
The following operations are supported on this resource:
GET
Get the specified MQTTPublish policy
MQTTPublish Policy Schema
Sample MQTTPublish policy document
Parameters
name | description | type | default |
---|---|---|---|
policyName | The name of the MQTTPublish policy | path |
Response Body
element: | policy |
MQTT Publish policy document
PUT
Update the specified MQTTPublish policy or create a new policy if it does not exist
MQTTPublish Policy Schema
Sample MQTTPublish policy document
Parameters
name | description | type | default |
---|---|---|---|
policyName | The name of the MQTTPublish policy | path |
Request Body
element: | policy |
MQTT Publish 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