Query Active User Mappings (v2.0)
POST/sdwan/v2.0/api/activeuserips/query
Query all the active user mappings of a tenant.
Request
- application/json
Body
Query details Active user mappings
- Array [
- ]
aggregate Aggregate
The aggregate number of active user mappings that match the query parameters.
data AggregateData[]
The details of the aggregate data.
Value of the aggregate data.
View the aggregate date.
The field value.
The name of the query response.
Possible values: [max
, count
, min
, avg
, sum
]
The operator values.
The aggregate statistics.
The unit.
The destination page.
The number active user mappings deleted for a time frame.
Group the active user mappings for the query.
List the active user mappings by ID.
Return the ID of a specified query in the current session.
The query limit.
The limit.
Query using query parameters.
Retrieve information from a field.
List the fields to query.
Specify the order in which you want the search criteria to display.
The total number of query parameters.
Responses
- 200
Successful Operation
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- ]
The actual count.
The deleted number.
The deleted IDs.
Description of the query. Max size = 256.
The ID.
Details of the next query.
Total number.
items ActiveUserIPQueryFilter[]
Active user added.
Active user disabled.
Reason to disable the active user.
The active user ID.
Active user inactive.
Reason for active user to be inactive.
Active user IP.
Active user last log in time.
Region of the active user.
The active user site ID.
The user ID of the user.
The username of the active user.
The active user valid value.
{
"count": 0,
"deleted_count": 0,
"deleted_ids": [
"string"
],
"id": "string",
"next_query": {},
"total_count": 0,
"items": [
{
"add": true,
"disabled": true,
"disabled_reason": "string",
"id": "string",
"inactive": true,
"inactive_reason": "string",
"ip": "string",
"last_login_time": 0,
"region": "string",
"site_id": "string",
"user_id": "string",
"username": "string",
"valid_until": 0
}
]
}