aboutsummaryrefslogtreecommitdiffstats
path: root/docs/schema-update-apis.csv
blob: 391615363e59a97e75c991bc5d3f745160eb7efc (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
API,Service level workflow retrieving API,Service level workflow execution API
Name,RetrieveServiceLevelWorkflow,ExecuteServiceLevelWorkflow
Type,Get,Post
URL,/onap/so/infra/workflowSpecifications/v1/workflows?resourceTarget=service,/onap/so/infra/instanceManagement/v1/serviceInstances/{serviceInstanceId}/workflows/{workflow_UUID}
Request,"Headers: application/json

Path parameters: resourceTarget=service

Body={

}



","Headers: application/json

Path parameters: serviceInstances; workflow_UUID

Body={

      ""modelInfo"":{                 #targetServiceModelVersionId

        ""modelType"":""service"",

        ""modelInvariantUuid"":""fe41489e-1563-46a3-b90a-1db629e4375b"",

        ""modelVersionId"" : ""cd4decf6-4f27-4775-9561-0e683ed43635"",

        ""modelVersion"":""1.0""

      }

}"
Response,"200​ – Successful retrieval of workflows

400 - Bad Request

500 - Internal Server Error




","202​ - Request has been accepted for processing

400 - Bad Request

500 - Internal Server Error"
,,
,,