Current location count
POST/insights/v3.0/resource/query/locations/location_current_status_count
Retrieves the current location count per node type and location state.
Request
Header Parameters
Region mapping for the tenant.
TSG ID
- application/json
Body
required
Application name
Possible values: [mu
, rn
]
Filters for specific ADEM deployments
Name of PA location
Possible values: [0
, 1
, 2
]
State of the EP
Time of the event
Possible values: [0
, 1
, 2
, 3
]
State of the MU
Possible values: [0
, 1
, 2
]
State of the NHP
Possible values: [0
, 1
, 2
, 3
]
State of the RN
Possible values: [0
, 1
, 2
]
State of the SC
Possible values: [poor
, fair
, good
]
Quality of application
Possible values: [poor
, fair
, good
]
Quality of application
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
- MU Count
- RN Count
Schema
Count of the explicit-proxy locations
Count of the mobile-user locations
Count of next hop proxy locations
Count of the remote-network locations
Count of the service-connection locations
Location EP State
Location MU State
Location NHP State
Location RN State
Location SC State
{
"data": [
{
"current_ep_locations": 10,
"current_mu_locations": 100,
"current_nhp_locations": 15,
"current_rn_locations": 24,
"current_sc_locations": 30
}
]
}
{
"data": [
{
"current_mu_locations": 100,
"mu_state": 1
}
]
}
{
"data": [
{
"current_rn_locations": 24,
"rn_state": 1
}
]
}