update link to upper-constraints.txt
[integration.git] / docs / schema-update-apis.csv
1 API,Service level workflow retrieving API,Service level workflow execution API
2 Name,RetrieveServiceLevelWorkflow,ExecuteServiceLevelWorkflow
3 Type,Get,Post
4 URL,/onap/so/infra/workflowSpecifications/v1/workflows?resourceTarget=service,/onap/so/infra/instanceManagement/v1/serviceInstances/{serviceInstanceId}/workflows/{workflow_UUID}
5 Request,"Headers: application/json
6
7 Path parameters: resourceTarget=service
8
9 Body={
10
11 }
12
13
14
15 ","Headers: application/json
16
17 Path parameters: serviceInstances; workflow_UUID
18
19 Body={
20
21       ""modelInfo"":{                 #targetServiceModelVersionId
22
23         ""modelType"":""service"",
24
25         ""modelInvariantUuid"":""fe41489e-1563-46a3-b90a-1db629e4375b"",
26
27         ""modelVersionId"" : ""cd4decf6-4f27-4775-9561-0e683ed43635"",
28
29         ""modelVersion"":""1.0""
30
31       }
32
33 }"
34 Response,"200​ – Successful retrieval of workflows
35
36 400 - Bad Request
37
38 500 - Internal Server Error
39
40
41
42
43 ","202​ - Request has been accepted for processing
44
45 400 - Bad Request
46
47 500 - Internal Server Error"
48 ,,
49 ,,