count
Gets count of networks.
Request
HTTP Request
GET /network/count
Parameters
Parameter Name | Required | Type | Description |
---|---|---|---|
name | No | string | Filter by network name. |
namePattern | No | string | Filter by network name pattern. |
Authorization
Access JSON Web Token (GetNetwork)
Request Body
Do not supply a request body with this method.
Response
If successful, this method returns the count of Network resources in the response body.
Property Name | Type | Description |
---|---|---|
count | integer | Number of networks that match the filters. |
Updated over 6 years ago