Get APN Profiles (v2.0)
GET/sdwan/v2.0/api/apnprofiles
List all APN Profiles.
Responses
- 200
Successful Operation
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- ]
The actual count.
The ID.
items APNProfile[]
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,
"id": "string",
"items": [
{
"apn": "string",
"authentication": "none",
"clear_password": true,
"id": "string",
"name": "string",
"password": "string",
"tags": [
"string"
],
"user_name": "string"
}
]
}