Updated on 2025-09-24 GMT+08:00

Enabling or Disabling Dynamic WTP

Function

This API is used to enable or disable dynamic WTP.

Calling Method

For details, see Calling APIs.

URI

POST /v5/{project_id}/webtamper/rasp/status

Table 1 Path Parameters

Parameter

Mandatory

Type

Description

project_id

Yes

String

Tenant ID

Table 2 Query Parameters

Parameter

Mandatory

Type

Description

enterprise_project_id

No

String

Enterprise project

Request Parameters

Table 3 Request header parameters

Parameter

Mandatory

Type

Description

X-Auth-Token

Yes

String

IAM token

Table 4 Request body parameters

Parameter

Mandatory

Type

Description

host_id_list

No

Array of strings

HostId list

status

No

Boolean

Dynamic WTP status

Response Parameters

Status code: 200

successful response

None

Example Requests

Enable dynamic WTP for servers a and b.

POST https://{endpoint}/v5/{project_id}/webtamper/rasp/status

{
  "host_id_list" : [ "a", "b" ],
  "status" : true
}

Example Responses

None

Status Codes

Status Code

Description

200

successful response

Error Codes

See Error Codes.