aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/aai/src/main/resources/open-cli-schema/cloud-region/cloud-create-schema-1.1.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/aai/src/main/resources/open-cli-schema/cloud-region/cloud-create-schema-1.1.yaml')
-rw-r--r--plugins/aai/src/main/resources/open-cli-schema/cloud-region/cloud-create-schema-1.1.yaml33
1 files changed, 0 insertions, 33 deletions
diff --git a/plugins/aai/src/main/resources/open-cli-schema/cloud-region/cloud-create-schema-1.1.yaml b/plugins/aai/src/main/resources/open-cli-schema/cloud-region/cloud-create-schema-1.1.yaml
deleted file mode 100644
index 8657ae14..00000000
--- a/plugins/aai/src/main/resources/open-cli-schema/cloud-region/cloud-create-schema-1.1.yaml
+++ /dev/null
@@ -1,33 +0,0 @@
-open_cli_schema_version: 1.0
-name: cloud-create
-description: Create a cloud region in Onap
-version: onap-1.1
-service:
- name: aai
- version: v11
- auth: basic
- mode: direct
-
-parameters:
- - name: cloud-name
- description: Onap cloud name
- type: string
- short_option: x
- long_option: cloud-name
- is_optional: false
- - name: region-name
- description: Onap region name
- type: string
- short_option: y
- long_option: region-name
- is_optional: false
-
-http:
- request:
- uri: /aai/v11/cloud-infrastructure/cloud-regions/cloud-region/${cloud-name}/${region-name}
- method: PUT
- body: '{"sriov-automation": false, "cloud-region-id": "${region-name}", "cloud-owner": "${cloud-name}", "new-attribute-for-demo": "blah", "number-attribute-for-demo": 1 }'
- success_codes:
- - 201
- sample_response:
- body: ''