-
Notifications
You must be signed in to change notification settings - Fork 18
Service instantiation feature
José Bonnet edited this page May 25, 2017
·
5 revisions
add licence verification
{
"count": 1,
"items": {
"created_at": "2017-05-25T12:48:18.129Z",
"id": "396d7fe1-757f-4637-bddf-cab1a46444da",
"request_type": "CREATE",
"service_instance_uuid": null,
"service_uuid": "617b0290-e59e-4570-a102-f7afcf312be5",
"status": "NEW",
"updated_at": "2017-05-25T12:48:18.129Z"
},
"message": "OK",
"status": 201
}
service instantiation requests
[
{
"created_at": "2017-05-25T12:36:20.491Z",
"id": "e7967aba-28d4-4d89-b713-1ba652ea6ada",
"request_type": "CREATE",
"service_instance_uuid": null,
"service_uuid": "617b0290-e59e-4570-a102-f7afcf312be5",
"status": "ERROR",
"updated_at": "2017-05-25T12:36:31.014Z"
},
{
"created_at": "2017-05-25T12:37:51.098Z",
"id": "937007f5-d410-429f-ae24-ea2ecb3c0a33",
"request_type": "CREATE",
"service_instance_uuid": null,
"service_uuid": "617b0290-e59e-4570-a102-f7afcf312be5",
"status": "ERROR",
"updated_at": "2017-05-25T12:37:58.092Z"
},
{
"created_at": "2017-05-25T12:48:18.129Z",
"id": "396d7fe1-757f-4637-bddf-cab1a46444da",
"request_type": "CREATE",
"service_instance_uuid": "4235c328-89b6-4c62-a238-76ad4331afa1",
"service_uuid": "617b0290-e59e-4570-a102-f7afcf312be5",
"status": "READY",
"updated_at": "2017-05-25T12:49:09.832Z"
}
]