Query Configuration Options for Auto Provisioning
Query the information of configuration options required when adding IP phone(s) for auto provisioning.
Request URL
GET {base_url}/{api_path}/auto_provisioning/compatibility?access_token={access_token}
Request parameters
Parameter | Required | Type | Description |
---|---|---|---|
menu | Yes | String | The configuration option that you want to query. Valid
value:
|
vendor | No | String | Phone vendor. Note: This parameter is
required when querying
phone_model and
autop_method .
|
model | No | String | Phone model. Note: This parameter is
required when querying
phone_template and
autop_method . |
Response parameters
Parameter | Type | Description |
---|---|---|
errcode | Integer | Returned error code.
Note: You can check the error code and
error message in Error Code and Error Message.
|
errmsg | String | Returned message.
|
data | Array<Option_Info> | The information of the available options. |
- Option_Info
-
Table 3. Parameter Type Description text String The name of the available option. Note: This parameter returns the provisioning link when querying auto provisioning method.value String The value of the available option. type String The type of the available option.
Examples
- Query supported phone vendors
- Query supported phone models of a specific phone vendor
- Query available provisioning template for a specific phone model
- Query supported auto provisioning method of a specific phone model
- Query supported phone vendors
- Query the information of available phone vendors.
- Query supported phone models of a specific phone vendor
- Query the information of the supported Yealink phones.
- Query available provisioning template for a specific phone model
- Query the information of the provisioning template for Yeastar phone CP920.
- Query supported auto provisioning method of a specific phone model
- Query the information of the provisioning method for Yealink phone CP920.