1 open_cli_schema_version: 1.0
3 description: Create a customer in Onap
13 description: Onap customer name
16 long_option: customer-name
18 - name: subscriber-name
19 description: Onap subscriber name
22 long_option: subscriber-name
27 uri: /aai/v8/business/customers/customer/${customer-name}
29 body: '{"global-customer-id": "${customer-name}", "subscriber-name": "${subscriber-name}", "subscriber-type": "INFRA"}'