Querying Wireless Network Resource Information

Function

This interface is used to query the information about the top-layer resources of the wireless network.

Syntax

Operation type: GET

URL: https://device_ip/redfish/v1/Systems/LTE

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

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",
    "@odata.id": "/redfish/v1/Systems/LTE",
    "Id" : "LTE",
    "Name": "LTE",
    "StatusInfo": {
        "@odata.id": "/redfish/v1/Systems/LTE/StatusInfo"
    },
    "ConfigInfo": {
        "@odata.id": "/redfish/v1/Systems/LTE/ConfigInfo"
    }
}

Response code: 200

Output Description

Table 1 Operation output description

Field

Type

Description

@odata.type

Character string

Wireless network resource type.

@odata.context

Character string

OData description of the wireless network resource model.

@odata.id

Character string

Path to access the wireless network resource model node.

Id

Character string

Unique ID of the wireless network resource.

Name

Character string

Wireless network resource name.

StatusInfo

Object

Path to access the wireless network interface status resource.

ConfigInfo

Object

Path to access the wireless network APN interface resource.