Updated on 2023-09-27 GMT+08:00

Querying System Parameters by the Business Software Mall

Description

This interface is invoked to query system parameters. It is open to the business software mall official website.

Method

GET

URI

https://Domain name/rest/oma/softwareconsole/system/querysoftwaresysparams (For example, the domain name is software.huawei.com.)

Request Description

Table 1 Request header parameter

No.

Parameter

Type

Mandatory or Not

Description

1

X-Auth-Token

String

Yes

Token of the business software mall official website

Response Description

  • Status code: 200
    Table 2 Response body parameters

    No.

    Parameter

    Type

    Mandatory or Not

    Description

    1

    softwareCloudUrl

    String

    Yes

    URL of the connected business software mall official website

    2

    clientId

    String

    Yes

    Client ID of the connected business software mall official website

    3

    privacyStatementId

    String

    Yes

    ID of the AICC privacy statement on the business software mall official website

    4

    privacyStatementUrl

    String

    Yes

    URL of the AICC privacy statement on the business software mall official website

  • Status code: 400

    Incorrect request. Check the request path and parameters.

  • Status code: 401

    Unauthorized operation. Check whether related services are authorized.

  • Status code: 404

    The requested content is not found. Check the request path.

  • Status code: 500

    Business failure. Check the values of parameters in the request.

Error Codes

None

Example

Request header:

{
"X-Auth-Token": "************"
}

Response parameters:

{
    "clientId": "xxx",
    "privacyStatementUrl": "xxx",
    "privacyStatementId": "xxx",
    "softwareCloudUrl": "https://software.huawei.com"
}