SNMP Devices
GET snmp_devices/meta
Resource Information
Requires Authentication? | |
Response Formats | json |
HTTP Methods | GET |
Returns list of meta data information used for SNMP Devices configuration.
Resource URL
http://{host}/api/2.0/snmp_devices/meta/.format
Example Request
GET
Returns a list of all SNMP Devices configuration data.
Resource URL
http://{host}/api/2.0/snmp_devices/.format
Example Request
GET
GET snmp_devices/{id}
Resource Information
Requires Authentication? | |
Response Formats | json |
HTTP Methods | GET |
Returns a single specific SNMP Device configuration data.
Resource URL
http://{host}/api/2.0/snmp_devices/{id}/.format
Parameters
Parameter | Data Type | Description |
---|---|---|
id | integer | The ID of the desired SNMP Device to be viewed. |
Example Request
GET
POST snmp_devices
Resource Information
Requires Authentication? | |
Response Formats | json |
HTTP Methods | POST |
Adds a new SNMP Device configuration.
Resource URL
http://{host}/api/2.0/snmp_devices/.format
Example Request
POST
POST snmp_devices/{id}
Resource Information
Requires Authentication? | |
Response Formats | json |
HTTP Methods | POST |
Duplicates a single specific SNMP Device, preserving all configuration data except for title.
Resource URL
http://{host}/api/2.0/snmp_devices/{id}/.format
Parameters
Parameter | Data Type | Description |
---|---|---|
id | integer | The ID of the desired SNMP device to be copied. |
Example Request
POST
PUT snmp_devices/{id}
Resource Information
Requires Authentication? | |
Response Formats | json |
HTTP Methods | PUT |
Updates a single specific SNMP Device configuration.
Resource URL
http://{host}/api/2.0/snmp_devices/{id}/.format
Parameters
Parameter | Data Type | Description |
---|---|---|
1 | integer | The ID of the desired SNMP device to be updated. |
Example Request
PUT
DELETE snmp_devices/{id}
Resource Information
Requires Authentication? | |
Response Formats | json |
HTTP Methods | DELETE |
Deletes a single specific SNMP Device configuration.
Resource URL
http://{host}/api/2.0/snmp_devices/{id}/.format
Parameters
Parameter | Data Type | Description |
---|---|---|
id | integer | The ID of the desired SNMP device to be deleted. |
Example Request
DELETE
GET snmp_devices/command/setDevice/{channel_id}/{snmp_dev_id}/{device_id}
Resource Information
Requires Authentication? | |
Response Formats | json |
HTTP Methods | GET |
Send a specific channel to a pre-configured external SNMP Device.
Resource URL
http://{host}/api/2.0/snmp_devices/command/test/{id}/.format
Parameters
Parameter | Data Type | Description |
---|---|---|
id | integer | The ID of the desired SNMP device to be displayed. |
Example Request
GET