aboutsummaryrefslogtreecommitdiffstats
path: root/products/onap-amsterdam/features/sdc/src/main/resources/open-cli-schema/service-model/service-model-certify-complete-schema-1.1.yaml
blob: 8b0ee7a11f1f4d66dfaba095688d9cb62c44a038 (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
open_cli_schema_version: 1.0
name: service-model-certify-complete
description: Completes the certification of Service model in SDC

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


parameters:
  - name: service-model-id
    description: Service model ID
    type: string
    long_option: service-model-id
    short_option: b
    is_optional: true

http:
  service:
    name: sdc
    version: v1.0
    auth: basic
    mode: direct
  request:
    uri: /sdc2/rest/v1/catalog/services/${service-model-id}/lifecycleState/certify
    method: POST
    body: '{"userRemarks": "Completing certification via CLI"}'
  success_codes:
    - 200