Files
tacker/api-ref/source/v1/samples/vims/vims-create-response.json
T
Naoya Harada 4a0b5c4569 API reference documentation
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
2016-12-01 14:17:47 +09:00

33 lines
942 B
JSON

{
"vim": {
"status": "REACHABLE",
"description": "Additional site",
"tenant_id": "689708956a2d4ae0a27120d3aca6a560",
"created_at": "2016-10-21 09:27:38.628545",
"vim_project": {
"name": "nfv",
"project_domain_name": "Default"
},
"updated_at": null,
"is_default": false,
"auth_url": "http://192.168.1.2:5000/v3",
"placement_attr": {
"regions": [
"RegionOne"
]
},
"auth_cred": {
"username": "nfv_user",
"password": "***",
"project_name": "nfv",
"user_domain_name": "Default",
"auth_url": "http://192.168.1.2:5000/v3",
"project_id": null,
"project_domain_name": "Default"
},
"type": "openstack",
"id": "a35b19c5-b1b3-4172-9c2a-aa80a6470bd7",
"name": "VIM1"
}
}