Fix security vulnerabilities
[externalapi/nbi.git] / restclient / onap.http
1 #
2 #     Copyright (c) 2018 Orange
3 #
4 #     Licensed under the Apache License, Version 2.0 (the "License");
5 #     you may not use this file except in compliance with the License.
6 #     You may obtain a copy of the License at
7 #
8 #         http://www.apache.org/licenses/LICENSE-2.0
9 #
10 #     Unless required by applicable law or agreed to in writing, software
11 #     distributed under the License is distributed on an "AS IS" BASIS,
12 #     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 #     See the License for the specific language governing permissions and
14 #     limitations under the License.
15 #
16
17
18 ## SDC Get catalog service list
19
20 GET {{sdc.url}}/sdc/v1/catalog/services HTTP/1.1
21 Accept: application/json
22 Authorization: {{sdc.token}}
23 USER_ID: {{sdc.userId}}
24 X-TransactionId: {{sdc.transactionId}}
25 X-FromAppId: {{sdc.appId}}
26 x-ecomp-instanceid: {{sdc.instanceId}}
27
28 ### SDC Get Vendor Software Products
29
30 GET {{sdc.url}}/onboarding-api/v1.0/vendor-software-products HTTP/1.1
31 Accept: application/json
32 Authorization: {{sdc.token}}
33 USER_ID: {{sdc.userId}}
34 X-TransactionId: {{sdc.transactionId}}
35 X-FromAppId: {{sdc.appId}}
36 x-ecomp-instanceid: {{sdc.instanceId}}
37
38 ### SO Query orchestrationRequests
39
40 GET {{so.url}} HTTP/1.1
41 Accept: application/json
42 Authorization: {{so.token}}
43 X-TransactionId: {{so.transactionId}}
44 X-FromAppId: {{so.appId}}
45
46 ### AAI Get all Customer Accounts
47
48 GET {{aai.url}}/business/customers HTTP/1.1
49 Accept: application/json
50 Authorization: {{aai.token}}
51 X-TransactionId: {{aai.transactionId}}
52 X-FromAppId: {{aai.appId}}
53
54 ### AAI vnfs
55
56 GET {{aai.url}}/network/generic-vnfs HTTP/1.1
57 Accept: application/json
58 Authorization: {{aai.token}}
59 X-TransactionId: {{aai.transactionId}}
60 X-FromAppId: {{aai.appId}}
61
62 ## AAI Services list
63
64 GET {{aai.url}}/service-design-and-creation/services HTTP/1.1
65 Accept: application/json
66 Authorization: {{aai.token}}
67 X-TransactionId: {{aai.transactionId}}
68 X-FromAppId: {{aai.appId}}
69
70 ## AAI Serivce Instance for service vMRFaaS3
71
72 GET {{aai.url}}/business/customers/customer/Sina/service-subscriptions/service-subscription/vIMS/service-instances/ HTTP/1.1
73 Accept: application/json
74 Authorization: {{aai.token}}
75 X-TransactionId: {{aai.transactionId}}
76 X-FromAppId: {{aai.appId}}