Query User ID Agents (v2.0)
POST/sdwan/v2.0/api/useridagents/query
Query all the user ID agents.
Request
- application/json
Body
Details to query the users.
- Array [
- ]
aggregate Aggregate
The aggregate number of users 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 users deleted for a time frame.
Group the users for the query.
List the users 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
- 400
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 UserIDAgentQueryFilter[]
authentication UserIDAgentAuthentication
The user ID agent authentication details.
Collector Name
Collector Secret
Collector Secret Encrypted
Local Certificate
Local Private Key
Passphrase
Remote Ca Certificate
The user ID agent description.
The user ID agent enabled.
The ID.
The user ID agent name.
The user agent port range. Must be between 1 - 65535.
The server fqdn.
The user agent server IP.
The site ID.
The user agent server source interface.
An information field that can be added to identify the user agent. Maximum 10 unique tags of length 1024 each are allowed.
{
"count": 0,
"deleted_count": 0,
"deleted_ids": [
"string"
],
"id": "string",
"next_query": {},
"total_count": 0,
"items": [
{
"authentication": {
"collector_name": "string",
"collector_secret": "string",
"collector_secret_encrypted": "string",
"local_certificate": "string",
"local_private_key": "string",
"passphrase": "string",
"remote_ca_certificate": "string"
},
"enabled": true,
"id": "string",
"name": "string",
"port": 0,
"server_fqdn": "string",
"server_ip": "string",
"site_id": "string",
"source_interface": "string",
"tags": [
"string"
]
}
]
}
Bad Request
- application/json
- Schema
- Example (from schema)
- Example
Schema
- Array [
- ]
_error ErrorResponse[]
The error code.
The error message.
{
"_error": [
{
"code": "string",
"message": "string"
}
]
}
{
"value": {
"_error": [
{
"code": "BAD_REQUEST"
}
]
}
}