@itentialopensource/adapter-openstack_cinder
Version:
This adapter integrates with system described as: Openstack Block Storage (Cinder) Service
85 lines • 2.36 kB
JSON
{
"$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": "listSnapshotsAndDetails",
"enum": [
"listSnapshotsAndDetails",
"createASnapshot",
"listAccessibleSnapshots",
"showASnapshotSMetadata",
"createASnapshotSMetadata",
"updateASnapshotSMetadata",
"showASnapshotSDetails",
"updateASnapshot",
"deleteASnapshot",
"showASnapshotSMetadataForASpecificKey",
"deleteASnapshotSMetadata",
"updateASnapshotSMetadataForASpecificKey"
],
"external_name": "ph_request_type"
},
"allTenants": {
"type": "string",
"description": "Shows details for all project. Admin only.",
"parse": false,
"encode": false,
"encrypt": {
"type": "AES",
"key": ""
},
"external_name": "all_tenants"
},
"withCount": {
"type": "boolean",
"description": "Whether to show count in API response or not, default is False.",
"parse": false,
"encode": false,
"encrypt": {
"type": "AES",
"key": ""
},
"external_name": "with_count"
},
"consumesQuota": {
"type": "boolean",
"description": "Filters results by consumes_quota field. Resources that don’t use\nquotas are usually temporary internal resources created to perform an\noperation. Default is to not fil...(description truncated)",
"parse": false,
"encode": false,
"encrypt": {
"type": "AES",
"key": ""
},
"external_name": "consumes_quota"
},
"projectId": {
"type": "string",
"description": "The UUID of the project in a multi-tenancy cloud.",
"parse": false,
"encode": false,
"encrypt": {
"type": "AES",
"key": ""
},
"external_name": "project_id"
},
"snapshotId": {
"type": "string",
"description": "The UUID of the snapshot.",
"parse": false,
"encode": false,
"encrypt": {
"type": "AES",
"key": ""
},
"external_name": "snapshot_id"
}
},
"definitions": {}
}