@itentialopensource/adapter-openstack_nova
Version:
This adapter integrates with system described as: Opensatck Compute (Nova) Service.
86 lines • 2.65 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": "listFlavors",
"enum": [
"listFlavors",
"createFlavor",
"listFlavorsWithDetails",
"showFlavorDetails",
"updateFlavorDescription",
"deleteFlavor",
"listFlavorAccessInformationForGivenFlavor",
"addFlavorAccessToTenantAddTenantAccessAction",
"listExtraSpecsForAFlavor",
"createExtraSpecsForAFlavor",
"showAnExtraSpecForAFlavor",
"updateAnExtraSpecForAFlavor",
"deleteAnExtraSpecForAFlavor"
],
"external_name": "ph_request_type"
},
"sortKey": {
"type": "string",
"description": "Sorts by a flavor attribute. Default attribute is flavorid. You can specify multiple pairs of sort key and sort direction query parameters. If you omit the sort direction...(description truncated)",
"parse": false,
"encode": false,
"encrypt": {
"type": "AES",
"key": ""
},
"external_name": "sort_key"
},
"sortDir": {
"type": "string",
"description": "Sort direction. A valid value is asc (ascending) or desc (descending). Default is asc. You can specify multiple pairs of sort key and sort direction query parameters. If ...(description truncated)",
"parse": false,
"encode": false,
"encrypt": {
"type": "AES",
"key": ""
},
"external_name": "sort_dir"
},
"isPublic": {
"type": "string",
"description": "This parameter is only applicable to users with the administrative role. For all other non-admin users, the parameter is ignored and only public flavors will be returned....(description truncated)",
"parse": false,
"encode": false,
"encrypt": {
"type": "AES",
"key": ""
},
"external_name": "is_public"
},
"flavorId": {
"type": "string",
"description": "The ID of the flavor.",
"parse": false,
"encode": false,
"encrypt": {
"type": "AES",
"key": ""
},
"external_name": "flavor_id"
},
"flavorExtraSpecKey": {
"type": "string",
"description": "The extra spec key for the flavor.",
"parse": false,
"encode": false,
"encrypt": {
"type": "AES",
"key": ""
},
"external_name": "flavor_extra_spec_key"
}
},
"definitions": {}
}