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
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" }
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot