network/update
Updates a network.
Authorization
Access JSON Web Token (ManageNetwork)
Request Topic and Payload
Topic
dh/request
Payload Representation
{
"action": {string},
"requestId": {object},
"networkId": {string},
"network": {
"name": {string},
"description": {string}
}
}
Payload Parameters
action | Yes | string | Action name: network/update |
requestId | No | object | Request unique identifier, will be passed back in the response message. |
networkId | Yes | string | Network unique identifier. |
network | Yes | object | Network resource to insert. |
network.name | No | string | Network display name. |
network.description | No | string | Network short description. |
Response Topic and Payload
Topic
dh/response/network/update@{clientId}
Payload Representation
{
"action": {string},
"status": {string},
"requestId": {object}
}
Payload Parameters
Property Name | Type | Description |
---|---|---|
action | string | Action name: network/update |
status | string | Operation execution status (success or error). |
requestId | object | Request unique identifier as specified in the request message. |
Updated almost 7 years ago