aboutsummaryrefslogtreecommitdiffstats
path: root/INFO.yaml
blob: 0cc6560cee52060c5508f142a0cb3a23663fb401 (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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
---
project: 'aai-event-client'
project_creation_date: '2018-01-25'
project_category: ''
lifecycle_state: 'Incubation'
project_lead: &onap_aai_ptl
    name: 'James Forsyth'
    email: 'jf2512@att.com'
    id: 'jimmydot'
    company: 'ATT'
    timezone: 'America/Detroit'
primary_contact: *onap_aai_ptl
issue_tracking:
    type: 'jira'
    url: 'https://jira.onap.org/projects/AAI'
    key: 'AAI'
mailing_list:
    type: 'groups.io'
    url: 'lists.onap.org'
    tag: '<[sub-project_name]>'
realtime_discussion: ''
meetings:
    - type: 'zoom'
      agenda: 'https://wiki.onap.org/display/DW/AAI+Meeting+Notes'
      url: 'https://wiki.onap.org/pages/viewpage.action?pageId=8227676'
      server: 'n/a'
      channel: 'n/a'
      repeats: 'weekly'
      time: '14:00 UTC'
repositories:
    - 'aai-aai-common'
    - 'aai-aai-config'
    - 'aai-aai-data'
    - 'aai-aai-service'
    - 'aai-babel'
    - 'aai-cacher'
    - 'aai-chameleon'
    - 'aai-champ'
    - 'aai-data-router'
    - 'aai-eis'
    - 'aai-enricher'
    - 'aai-event-client'
    - 'aai-gallifrey'
    - 'aai-gap'
    - 'aai-gizmo'
    - 'aai-graphadmin'
    - 'aai-graphgraph'
    - 'aai-logging-service'
    - 'aai-model-loader'
    - 'aai-oom'
    - 'aai-resources'
    - 'aai-rest-client'
    - 'aai-router-core'
    - 'aai-schema-service'
    - 'aai-search-data-service'
    - 'aai-sparky-be'
    - 'aai-sparky-fe'
    - 'aai-spike'
    - 'aai-tabular-data-service'
    - 'aai-test-config'
    - 'aai-traversal'
    - 'aai-validation'
committers:
    - <<: *onap_aai_ptl
    - name: 'Manisha Aggarwal'
      email: 'ma9181@att.com'
      company: 'ATT'
      id: 'ma9181'
      timezone: 'America/New_York'
    - name: 'Steven Blimkie'
      email: 'Steven.Blimkie@amdocs.com'
      company: 'Amdocs'
      id: 'sblimkie'
      timezone: 'America/Toronto'
    - name: 'Tian Lee'
      email: 'TianL@amdocs.com'
      company: 'Amdocs'
      id: 'TianL'
      timezone: 'Europe/London'
    - name: 'Venkata Harish Kajur'
      email: 'vk250x@att.com'
      company: 'ATT'
      id: 'vk250x'
      timezone: 'America/New_York'
tsc:
    approval: 'https://lists.onap.org/pipermail/onap-tsc'
    changes:
        - type: 'removal'
          name: 'Steve Smokowski'
          link: 'https://lists.onap.org/pipermail/onap-tsc/2018-February/004361.html'
-Scalar-Plain">bool short_option: G is_optional: true - name: flags-ttl description: Generic flags-ttl that apply to all LCM actions type: string short_option: H is_optional: true - name: action description: The action to be taken by APPC type: string short_option: A long_option: action is_optional: false - name: service-instance-id description: Identifies a specific service instance that the command refers to type: string short_option: S long_option: service-instance-id is_optional: true - name: vnf-id description: Identifies the VNF instance to which this action is to be applied type: string short_option: J long_option: vnf-id is_optional: true is_optional: false - name: vnfc-name description: Identifies the VNFC name to which this action is to be applied type: string short_option: N long_option: vnfc-name is_optional: true - name: vserver-id description: Identifies a specific VM instance to which this action is to be applied type: string short_option: K long_option: vserver-id is_optional: true - name: vf-module-id description: Identifies a specific VF module to which this action is to be applied type: string short_option: M long_option: vf-module-id is_optional: true - name: payload description: An action-specific open-format field type: string short_option: P long_option: payload is_optional: true results: direction: portrait attributes: - name: action description: The action to be taken by APPC scope: short type: string - name: api-ver description: Identifies the API version scope: short type: string - name: flags description: Identifies the API version scope: short type: string - name: timestamp description: The time of the request, in ISO 8601 format, ZULU offset scope: short type: string - name: status description: The status describes the outcome of the command processing scope: short type: digit - name: originator-id description: An identifier of the calling system limited to a length of 40 characters scope: short type: string - name: request-id description: The UUID for the request ID, limited to a length of 40 characters scope: short type: string - name: sub-request-id description: Uniquely identifies a specific LCM or control action scope: long type: string - name: payload description: An open-format field scope: long type: string http: service: auth: basic mode: direct request: uri: /restconf/operations/vnf-provider-lcm:stop method: POST body: '{"input":{"common-header":{"timestamp": "${timestamp}","api-ver": "${api-ver}","originator-id": "${originator-id}","request-id": "${request-id}","sub-request-id": "${sub-request-id}","flags":{"mode":"${flags-mode}","force":"${flags-force}","ttl":"${flags-ttl}"}},"action":"${action}","action-identifiers":{"vnf-id": "${vnf-id}","vnfc-name": "${vnfc-name}","vserver-id": "${vserver-id}"},"payload": "${payload}"}}' success_codes: - 100 - 400 result_map: action: $b{$.action} api-ver: $b{$.api-ver} flags: $b{$.flags} originator-id: $b{$.originator-id} request-id: $b{$.request-id} sub-request-id: $b{$.sub-request-id} payload: $b{$.payload} status: $b{$.status} timestamp: $b{$.timestamp} sample_response: body: '{"output":{"common-header":{"api-ver": "${api-ver}","flags":"${flags}","originator-id": "${originator-id}","request-id": "${request-id}", "sub-request-id": "${sub-request-id}", "timestamp": "${timestamp}"},"payload": "${payload}","status": "${status}"}}'