@itentialopensource/adapter-openstack_cinder
Version:
This adapter integrates with system described as: Openstack Block Storage (Cinder) Service
79 lines • 2.14 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": "acceptAVolumeTransfer",
"enum": [
"acceptAVolumeTransfer",
"createAVolumeTransfer",
"listVolumeTransfersForAProject",
"showVolumeTransferDetail",
"deleteAVolumeTransfer",
"listVolumeTransfersAndDetails"
],
"external_name": "ph_request_type"
},
"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"
},
"transferId": {
"type": "string",
"description": "The unique identifier for a volume transfer.",
"parse": false,
"encode": false,
"encrypt": {
"type": "AES",
"key": ""
},
"external_name": "transfer_id"
},
"allTenants": {
"type": "string",
"description": "Shows details for all project. Admin only.",
"parse": false,
"encode": false,
"encrypt": {
"type": "AES",
"key": ""
},
"external_name": "all_tenants"
},
"sortKey": {
"type": "string",
"description": "Sorts by an attribute. Default is\ncreated_at. The API uses the natural sorting direction of the\nsort_key attribute value.",
"parse": false,
"encode": false,
"encrypt": {
"type": "AES",
"key": ""
},
"external_name": "sort_key"
},
"sortDir": {
"type": "string",
"description": "Sorts by one or more sets of attribute and sort\ndirection combinations. If you omit the sort direction in a set,\ndefault is desc.",
"parse": false,
"encode": false,
"encrypt": {
"type": "AES",
"key": ""
},
"external_name": "sort_dir"
}
},
"definitions": {}
}