4a0b5c4569
This patch follows on api-ref skeleton [1] and brings the NFV Orchestration API reference content to the repository. It is a part of the effort described in [2]. [1] https://review.openstack.org/#/c/332183 [2] https://wiki.openstack.org/wiki/Documentation/Migrate#API_Reference_Plan Change-Id: Ia2d91adb33f10df9073de74eb82cc19be29a3da2
32 lines
942 B
JSON
32 lines
942 B
JSON
{
|
|
"events": [
|
|
{
|
|
"event_type": "CREATE",
|
|
"resource_id": "f6bd6f24-7a0e-4111-8994-e108c5ee2ff2",
|
|
"timestamp": "2016-09-23 09:57:35",
|
|
"event_details": "",
|
|
"resource_state": "PENDING",
|
|
"id": 1,
|
|
"resource_type": "vim"
|
|
},
|
|
{
|
|
"event_type": "MONITOR",
|
|
"resource_id": "f6bd6f24-7a0e-4111-8994-e108c5ee2ff2",
|
|
"timestamp": "2016-09-23 09:57:35",
|
|
"event_details": "",
|
|
"resource_state": "REACHABLE",
|
|
"id": 2,
|
|
"resource_type": "vim"
|
|
},
|
|
{
|
|
"event_type": "CREATE",
|
|
"resource_id": "31ea84d0-ce43-44d9-9e16-fc38e9636892",
|
|
"timestamp": "2016-09-28 05:41:12",
|
|
"event_details": "",
|
|
"resource_state": "Not Applicable",
|
|
"id": 3,
|
|
"resource_type": "vnfd"
|
|
}
|
|
]
|
|
}
|