UNPKG

@itentialopensource/adapter-rubrik

Version:

This adapter integrates with system described as: rubrikRestApi.

41 lines 1.31 kB
{ "$id": "schema.json", "type": "object", "schema": "http://json-schema.org/draft-07/schema#", "translate": true, "dynamicfields": true, "properties": { "ph_request_type": { "type": "string", "description": "type of request (internal to adapter)", "default": "patchSlaDomainV3", "enum": [ "patchSlaDomainV3" ], "external_name": "ph_request_type" }, "shouldApplyToNonPolicySnapshots": { "type": "boolean", "description": "Determines if the new configuration value keeps existing, non-policy snapshots of data sources retained by this SLA Domain. The value is 'false' by default. This configur...(description truncated)", "parse": false, "encode": false, "encrypt": { "type": "AES", "key": "" }, "external_name": "should_apply_to_non_policy_snapshots" }, "shouldApplyToExistingSnapshots": { "type": "boolean", "description": "Determines whether the new configuration retains existing snapshots of data sources that are currently retained by this SLA Domain.", "parse": false, "encode": false, "encrypt": { "type": "AES", "key": "" }, "external_name": "should_apply_to_existing_snapshots" } }, "definitions": {} }