Modifying the Access Status of a Domain Name in Dedicated Mode
Function
This API is used for modifying the access status of a domain name in dedicated mode.
URI
PUT /v1/{project_id}/premium-waf/host/{host_id}/access_status
Parameter |
Mandatory |
Type |
Description |
---|---|---|---|
project_id |
Yes |
String |
Project ID |
host_id |
Yes |
String |
ID of the domain name protected by the dedicated WAF engine |
Request Parameters
Parameter |
Mandatory |
Type |
Description |
---|---|---|---|
X-Auth-Token |
Yes |
String |
User token. It can be obtained by calling the IAM API (value of X-Subject-Token in the response header). |
Parameter |
Mandatory |
Type |
Description |
---|---|---|---|
access_status |
No |
Integer |
Whether WAF is connected.
|
protect_status |
No |
Integer |
WAF status of the protected domain name.
|
Response Parameters
Status code: 200
Parameter |
Type |
Description |
---|---|---|
access_status |
Integer |
Whether WAF is connected.
|
Status code: 400
Parameter |
Type |
Description |
---|---|---|
error_code |
String |
Error Code |
error_msg |
String |
Error Messages |
Status code: 401
Parameter |
Type |
Description |
---|---|---|
error_code |
String |
Error Code |
error_msg |
String |
Error Messages |
Status code: 500
Parameter |
Type |
Description |
---|---|---|
error_code |
String |
Error Code |
error_msg |
String |
Error Messages |
Example Requests
PUT https://{Endpoint}/v1/{project_id}/premium-waf/host/{host_id}/access_status { "access_status" : 1 }
Example Responses
Status code: 200
ok
{ "access_status" : 1, "protect_status" : 1 }
Status Codes
Status Code |
Description |
---|---|
200 |
ok |
400 |
Invalid request. |
401 |
The token does not have the required permission. |
500 |
Internal server error. |
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