Gets count of devices.

Request

HTTP Request

GET /device/count

Parameters

Parameter NameRequiredTypeDescription
nameNostringFilter by device name.
namePatternNostringFilter by device name pattern.
networkIdNolongFilter by associated network identifier.
networkNameNostringFilter 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 NameTypeDescription
countintegerNumber of devices that match the filters.