RequestManager - Create Request Operation
Select
SaaS
Customer Managed
Creating a request for request manager
- application/json
Request Body
- name string required
Name of the request
- type RMRequestType required
Possible values: [
EXPORT
,DELETE
,MOVE
,RETENTION
,IGNORE
,ARCHIVE
,TAG
] - deleteFromBackup boolean
Default value:
false
- enableRedaction boolean
Default value:
false
This option redacts sensitive information from the files in the request
- enableDocumentChaining boolean
Default value:
false
If additional entities are found in a document, include documents that contain those additional entities in search results
- requestor email required
entities object[] required
List of personal entities with their values to form the criteria for the request
name stringvalue stringvalues string[]
Responses
- 201
- 400
- 500
Created
- application/json
- Schema
- Example (from schema)
Schema
- id int32
- name string
{
"id": 0,
"name": "string"
}
Bad Request
- application/json
- Schema
- Example (from schema)
Schema
- errorMessage string
- errorCode int32
{
"errorMessage": "string",
"errorCode": 0
}
Internal Server Error
- application/json
- Schema
- Example (from schema)
Schema
- errorMessage string
- errorCode int32
{
"errorMessage": "string",
"errorCode": 0
}
Loading...