Query Active User Mappings (2.0)
POST/v2.0/api/tenants/:tenant_id/activeuserips/query
Query active user mappings of a tenant.
Request
Path Parameters
The tenant ID.
- 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[]required
The details of the aggregate data.
Value of the aggregate data.
View the aggregate date.
Field
The name of the query response.
Possible values: [max
, count
, min
, avg
, sum
]
Operator
QoS application 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 count of the query list.
The deleted number of queries.
The deleted query IDs.
Description of the query. Max size = 256.
The ID.
Details of the next query.
The tenant ID.
Total number of queries.
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 active user tenant 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": {},
"tenant_id": "string",
"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",
"tenant_id": "string",
"user_id": "string",
"username": "string",
"valid_until": 0
}
]
}