Querying Details about the Governance Maturity Account
Function
This API is used to query details about the governance maturity account.
URI
GET https://{endpoint}/v1/best-practice/account-info
Request Parameters
None
Response Parameters
Status code: 200
Parameter |
Type |
Description |
---|---|---|
account_type |
String |
Account type. |
effective_start_time |
String |
Validity start time. |
effective_expiration_time |
String |
Validity end time. |
current_time |
String |
Current time. |
Status code: 403
Parameter |
Type |
Description |
---|---|---|
error_code |
String |
Error code. |
error_msg |
String |
Error message. |
request_id |
String |
Unique ID of the request. |
encoded_authorization_message |
String |
Encrypted error message. |
details |
Array of ForbiddenErrorDetail objects |
Error message indicating no permissions for cross-service invoking. |
Example Requests
Querying details about the governance maturity account
GET https://{endpoint}/v1/best-practice/account-info
Example Responses
Status code: 200
Request succeeded.
{ "account_type" : "Maximum_Premium", "effective_start_time" : "2024-12-05T11:11:54.608Z", "effective_expiration_time" : "2025-12-05T11:11:54.608Z", "current_time" : "2025-08-14T09:18:19.966Z" }
Status Codes
Status Code |
Description |
---|---|
200 |
Request succeeded. |
403 |
No permissions. |
Error Codes
See Error Codes.
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