Skip to main content

Get APN Profile (v2.0)

GET 

/v2.0/api/tenants/:tenant_id/apnprofiles/:apnprofile_id

Get APN Profile.

Request

Path Parameters

    tenant_id stringrequired

    ID of the tenant.

    apnprofile_id stringrequired

    The ID of the APN profile.

Responses

Successful Operation

Schema
    apn string

    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.

    authentication stringrequired

    Possible values: [none, pap, chap, pap_or_chap]

    Authentication mode to access the mobile broadband network.

    clear_password boolean

    Ignore this field.

    description

    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.

    id string

    Ignore this field.

    name stringrequired

    Enter the name or acronym to identify the APN profile. Max size = 128.

    password string

    If you select an authentication mode, enter the password to access the mobile broadband network.

    tags string[]

    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.

    user_name string

    If you select an authentication mode, enter the user name to access the mobile broadband network. Size (max = 100, min = 0).

Loading...