aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/onap-amsterdam/features/aai/src/main/resources/open-cli-schema/cloud-region/cloud-create-schema-1.1.yaml
blob: 4377332be0719ee9a7a92afa9646d36e8ce86b50 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
open_cli_schema_version: 1.0
name: cloud-create
description: Create a cloud region in Onap

info:
  product: onap-amsterdam
  service: aai
  author: ONAP CLI Team onap-discuss@lists.onap.org


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:
  service:
    auth: basic
    mode: direct
  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: ''