count
Gets count of devices.
Request
HTTP Request
GET /device/count
Parameters
Parameter Name | Required | Type | Description |
---|---|---|---|
name | No | string | Filter by device name. |
namePattern | No | string | Filter by device name pattern. |
networkId | No | long | Filter by associated network identifier. |
networkName | No | string | Filter by associated network name. |
Authorization
Access JSON Web Token (GetDevice)
Request Body
Do not supply a request body with this method.
Response
If successful, this method returns the count of Device resources in the response body.
Property Name | Type | Description |
---|---|---|
count | integer | Number of devices that match the filters. |
Updated almost 7 years ago