1 open_cli_schema_version: 1.0
3 description: Create a customer in Onap
8 author: ONAP CLI Team onap-discuss@lists.onap.org
13 description: Onap customer name
16 long_option: customer-name
18 - name: subscriber-name
19 description: Onap subscriber name
22 long_option: subscriber-name
30 uri: /aai/v8/business/customers/customer/${customer-name}
32 body: '{"global-customer-id": "${customer-name}", "subscriber-name": "${subscriber-name}", "subscriber-type": "INFRA"}'