Obtaining the Function Status of an Account
Function
This API is used to obtain the function status of an account.
Authorization Information
No identity policy-based permission required for calling this API.
URI
GET /v5/features/{feature_name}
| Parameter | Mandatory | Type | Description |
|---|---|---|---|
| feature_name | Yes | String | Definition: Unique name of a feature. Constraints: N/A Range: The value can be v5_console, access_analyzer, privacy_transfer, console_token_policy, rcp, or ncp. Default Value: N/A |
Request Parameters
None
Response Parameters
Status code: 200
| Parameter | Type | Description |
|---|---|---|
| feature_status | String | Definition: Function status. Range: The value can be on, off, or pending. |
Example Requests
Obtaining the specified function status of an account
GET https://{endpoint}/v5/features/{feature_name} Example Responses
Status code: 200
Successful
{
"feature_status" : "on"
} Status Codes
| Status Code | Description |
|---|---|
| 200 | Successful |
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