@itentialopensource/adapter-rubrik
Version:
This adapter integrates with system described as: rubrikRestApi.
71 lines • 1.64 kB
JSON
{
"openapi": "3.1.0",
"info": {
"title": "",
"version": "1.0.0"
},
"paths": {
"/sla_domain/{id}": {
"patch": {
"tags": [
"SlaDomain"
],
"operationId": "patchSlaDomainV3",
"description": "The parameters and request body are for method: patchSlaDomainV3. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"parameters": [
{
"name": "id",
"in": "path",
"required": true,
"schema": {
"title": "id",
"type": "string"
}
},
{
"name": "shouldApplyToNonPolicySnapshots",
"in": "query",
"required": true,
"schema": {
"type": "string"
}
},
{
"name": "shouldApplyToExistingSnapshots",
"in": "query",
"required": true,
"schema": {
"type": "string"
}
}
],
"requestBody": {
"description": "indeterminate body object",
"content": {
"application/json": {
"schema": {
"type": "object"
}
}
}
}
}
}
},
"components": {
"schemas": {}
}
}