Adds processes to the process whitelist of web tamper proofing.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
Uuids | string | No | The UUIDs of the servers on which the processes run. Separate multiple UUIDs with commas (,). | 0c1714dc-f7a3-4265-8364-7aa3fce8****,1cc45e7d-7698-4b2c-89d8-e8cba407**** |
ProcessPaths | array | No | The paths of the processes. | |
string | No | The path of the process. | /etc/mydata |
Response parameters
Examples
Sample success responses
JSON
format
{
"RequestId": "A47D621A-193E-5BDA-ADFA-A0D3133E199C"
}
Error codes
HTTP status code | Error code | Error message | Description |
---|---|---|---|
403 | NoPermission | caller has no permission | You are not authorized to do this operation. |
500 | ServerError | ServerError | - |
For a list of error codes, visit the Service error codes.