insert
Creates new device network.
Request
HTTP Request
POST /network
Authorization
Access JSON Web Token (ManageNetwork)
Request Body
In the request body, supply a Network resource.
Property Name | Required | Type | Description |
---|---|---|---|
name | Yes | string | Network display name. |
description | No | string | Network description |
Response
If successful, this method returns a network identifier in the response body.
Property Name | Type | Description |
---|---|---|
id | integer | Network identifier. |
Updated almost 7 years ago