@itentialopensource/adapter-openstack_cinder
Version:
This adapter integrates with system described as: Openstack Block Storage (Cinder) Service
79 lines • 2.2 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": "deleteGroupSnapshot",
"enum": [
"deleteGroupSnapshot",
"showGroupSnapshotDetails",
"listGroupSnapshotsWithDetails",
"listGroupSnapshots",
"createGroupSnapshot",
"resetGroupSnapshotStatus"
],
"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"
},
"groupSnapshotId": {
"type": "string",
"description": "The ID of the group snapshot.",
"parse": false,
"encode": false,
"encrypt": {
"type": "AES",
"key": ""
},
"external_name": "group_snapshot_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. A valid value is name,\nstatus, group_id, group_type_id, size,\nid, created_at, or updated_at. Default is\ncreated_at. The API uses the natural sortin...(description truncated)",
"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": {}
}