Query DB for APN Profiles (v2.0)
POST/sdwan/v2.0/api/apnprofiles/query
Query the DB for limit number of APN profiles that match the query parameters.
Request
- application/json
Body
- Array [
- ]
aggregate Aggregate
The aggregate number of APN profiles 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 of APN profiles for a time frame.
Group the APN profiles for the query.
Lists the APN profiles by ID.
Return the ID of a specified query in the current session.
The query limit.
The limit.
Retrieve information from a field.
List the fields to query.
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 APNProfileQueryFilter[]
Enter the APN name that provides access to the mobile broadband network. APN information is provided by the operator. APN name must be greater than one character and an allowed max length is 100. Valid characters are alphanumeric, hyphen (-), and period (.). Must begin and end with an alphanumeric character.
Possible values: [none
, pap
, chap
, pap_or_chap
]
Authentication mode to access the mobile broadband network.
Ignore this field.
Enter the name or acronym of the mobile broadband service provider or any other information that might help you to identify the APN profile. Max size = 256.
Ignore this field.
Enter the name or acronym to identify the APN profile. Max size = 128.
If you select an authentication mode, enter the password to access the mobile broadband network.
Tags is a mechanism to group the content for easy retrieval. It helps to organize the content. The tags associate a relevance to the object.
If you select an authentication mode, enter the user name to access the mobile broadband network. Size (max = 100, min = 0).
{
"count": 0,
"deleted_count": 0,
"deleted_ids": [
"string"
],
"id": "string",
"next_query": {},
"total_count": 0,
"items": [
{
"apn": "string",
"authentication": "none",
"clear_password": true,
"id": "string",
"name": "string",
"password": "string",
"tags": [
"string"
],
"user_name": "string"
}
]
}