Querying the Information About APN Interface Resource on the Wireless Network
Function
This interface is used to query the information about the APN interface resource on the wireless network.
Syntax
Operation type: GET
URL: https://device_ip/redfish/v1/Systems/LTE/ConfigInfo
Request header:
X-Auth-Token: auth_value
Request message body: None
Usage Guidelines
The API is developed by default. The function is adapted based on the wireless NIC.
Example
Request:
GET https://10.10.10.10/redfish/v1/Systems/LTE/ConfigInfo
Request header:
X-Auth-Token: auth_value
Request message body: None
Response:
{
"@odata.type": "#MindXEdgeLTE.v1_0_0.MindXEdgeLTE",
"@odata.context": "/redfish/v1/$metadata#Systems/LTE/ConfigInfo",
"@odata.id": "/redfish/v1/Systems/LTE/ConfigInfo",
"Id" : "LTE ConfigInfo",
"Name": "LTE ConfigInfo",
"apn_name": null,
"apn_user": null,
"auth_type": null,
"mode_type": 1
}
Response code: 200
Output Description
Field |
Type |
Description |
|---|---|---|
@odata.type |
Character string |
Type of the APN interface resource on the wireless network. |
@odata.context |
Character string |
OData description about the model of the APN interface resource on the wireless network. |
@odata.id |
Character string |
Path to access the model node of the APN interface resource on the wireless network. |
Id |
Character string |
Unique ID of the APN interface resource on the wireless network. |
Name |
Character string |
Name of the APN interface resource on the wireless network. |
apn_name |
Character string |
APN name used for wireless network dial-up. This parameter can be left blank. |
apn_user |
Character string |
APN user name used for wireless network dial-up. This parameter can be left blank. |
auth_type |
Character string |
Authentication type. Value:
|
mode_type |
Number |
Type of the wireless network module. Value:
|