/tpr
v1 Endpoints
REST Endpoint |
Description |
GraphQL Query | CDM Availability |
---|---|---|---|
POST /tpr | The two-person rule feature requires the administrator of the Rubrik cluster to provide information about the user who would be the first two-person rule admin and a list of features that will be gated by two-person approval. | Available | |
DELETE /tpr | Disables the two-person rule feature. | Available | |
GET /tpr/config | Retrieves two-person rule configuration. | Available | |
PATCH /tpr/config | Updates expiry timeout of a two-person rule request and when to send a reminder before request expiry. | Available | |
GET /tpr/is_enabled | Retrieves the status of the two-person rule feature to check whether the feature is enabled or not. | Available | |
GET /tpr/policy/action_groups | Retrieves the list of configurable two-person rule action groups. | Available | |
PATCH /tpr/policy/action_groups/add | Add action groups to the two-person rule policy. | Available | |
PATCH /tpr/policy/action_groups/remove | Remove action groups from the two-person rule policy. | Available | |
GET /tpr/request/{id} | Retrieves the details of a two-person rule request with the given request ID. | Available | |
POST /tpr/request/{id} | Submit a two-person rule request with the ID of a staged request. | Available | |
GET /tpr/requests | Search for two-person rule requests based on specific query parameters. | Available | |
POST /tpr/requests/approve | Approves the two-person rule requests identified by specific request IDs. | Available | |
POST /tpr/requests/cancel | Cancels the two-person rule requests identified by specific request IDs. | Available | |
POST /tpr/requests/deny | Denies the two-person rule requests identified by specific request IDs. | Available |