blob: e3bb36e70c8b97d486bbb644e312635e71af101f (
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": ""
}
}
}
}
|