C1 System Configuration Interface Authentication
Scenario
The API Fabric generates a token.
URL: https://Domain address/apigovernance/api/oauth/tokenByAkSk
Replace Domain address with the actual address or domain name of the CEC.
For example, in the Huawei Cloud production environment, replace Domain address with service.besclouds.com. The invoking URL is https://service.besclouds.com/apigovernance/api/oauth/tokenByAkSk.
Request Header
{
Content-Type: application/json
X-Token-Expire:600
}
X-Token-Expire indicates the token expiration time, in seconds. In this example, the token expiration time is 600 seconds. The maximum value is 3600.
Request Parameters
{
"app_key": "xxxxxxxxxxxxxxxx",
"app_secret": "yyyyyyyyyyyyyyyyyy"
}
- app_key indicates the app ID. Contact operations personnel to obtain it.
- app_secret indicates the secret. Contact operations personnel to obtain it.
Response Parameters
{
"AccessToken": "zzzzzzzzzzzzzzzzzz",
"ApplyType": "Bearer",
"CreateTime": "1545650171",
"Expires": "600",
"Scope": "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX",
"AppKey": "xxxxxxxxxxxxxxxxx",
"UserID": "Anonymous"
}
AccessToken indicates the token of the API.
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