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 |
Unique name of a function feature. Minimum: 1 Maximum: 36 |
Request Parameters
None
Response Parameters
Status code: 200
|
Parameter |
Type |
Description |
|---|---|---|
|
feature_status |
String |
Function status. |
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