network/count

Gets count of networks.

Request Message

Authorization

Access JSON Web Token (GetNetwork)

Message Representation

{
    "action": {string},
    "requestId": {object},
    "name": {string},
    "namePattern": {string}
}

Message Parameters

Property nameRequiredTypeDescription
actionYesstringAction name: network/count
requestIdNoobjectRequest unique identifier, will be passed back in the response message.
nameNostringFilter by network name.
namePatternNostringFilter by network name pattern. In pattern wildcards '%' and '_' can be used.

Server Message

Message Representation

{
    "action": {string},
    "requestId": {object},
    "status": {string},
    "count": {integer}
}

Message Parameters

Property NameTypeDescription
actionstringAction name: network/count
requestIdobjectRequest unique identifier as specified in the request message.
statusstringOperation execution status (success or error).
countintegerNumber of networks that match the filters.