blob: 6f80b467f9fd7ffd6f39de262046df1bd21792b6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
{
"oper-status": {
"order-status": ${vnf-level-oper-status.order-status},
"last-rpc-action": ${vnf-level-oper-status.last-rpc-action},
"last-action": ${vnf-level-oper-status.last-action},
"last-svc-request-id": ${vnf-level-oper-status.last-svc-request-id},
"last-order-status": ${vnf-level-oper-status.last-order-status},
"create-timestamp": ${vnf-level-oper-status.create-timestamp},
"modify-timestamp": ${vnf-level-oper-status.modify-timestamp}
}
}
|