@itentialopensource/adapter-openstack_cinder
Version:
This adapter integrates with system described as: Openstack Block Storage (Cinder) Service
108 lines • 3.23 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": "listAccessibleVolumesWithDetails",
"enum": [
"listAccessibleVolumesWithDetails",
"createAVolume",
"listAccessibleVolumes",
"showAVolumeSDetails",
"updateAVolume",
"deleteAVolume",
"createMetadataForVolume",
"showAVolumeSMetadata",
"updateAVolumeSMetadata",
"showAVolumeSMetadataForASpecificKey",
"deleteAVolumeSMetadata",
"updateAVolumeSMetadataForASpecificKey",
"getVolumesSummary"
],
"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"
},
"createdAt": {
"type": "string",
"description": "Filters reuslts by a time that resources are created at with time\ncomparison operators: gt/gte/eq/neq/lt/lte.\nThe date and time stamp format is ISO 8601: CCYY-MM-DDThh:mm...(description truncated)",
"parse": false,
"encode": false,
"encrypt": {
"type": "AES",
"key": ""
},
"external_name": "created_at"
},
"updatedAt": {
"type": "string",
"description": "Filters reuslts by a time that resources are updated at with time\ncomaprison operators: gt/gte/eq/neq/lt/lte.\nThe date and time stamp format is ISO 8601: CCYY-MM-DDThh:mm...(description truncated)",
"parse": false,
"encode": false,
"encrypt": {
"type": "AES",
"key": ""
},
"external_name": "updated_at"
},
"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"
},
"volumeId": {
"type": "string",
"description": "The UUID of the volume.",
"parse": false,
"encode": false,
"encrypt": {
"type": "AES",
"key": ""
},
"external_name": "volume_id"
}
},
"definitions": {}
}