blob: c79dd780764e951855eda1094b42edaf509ca1d9 (
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
|
{
"request": {
"method": "GET",
"url": "/ecomp/mso/infra/e2eServiceInstances/v3/serviceId/operations/operationId"
},
"response": {
"status": 200,
"headers": {
"Content-Type": "application/json"
},
"jsonBody": {
"operation": {
"operationId": "operationid",
"operation": "create",
"result": "finished",
"reason": "",
"userid": "",
"operationContent": "Creating E2E SOTN Service",
"progress": "100",
"operateAt": "",
"finishedAt": ""
}
}
}
}
|