API link description.
Data samples:
{
"href": "http://127.0.0.1:8889/v1",
"rel": "self",
"type": "text/html"
}
<value>
<type>text/html</type>
<rel>self</rel>
<href>http://127.0.0.1:8889/v1</href>
</value>
Type: | unicode |
---|
URL of the link.
Type: | unicode |
---|
Relationship with this link.
Type: | unicode |
---|
Type of link.
Media type description.
Data samples:
{
"base": "application/json",
"type": "application/vnd.openstack.cloudkitty-v1+json"
}
<value>
<base>application/json</base>
<type>application/vnd.openstack.cloudkitty-v1+json</type>
</value>
Type: | unicode |
---|
Base type of this media type.
Type: | unicode |
---|
Type of this media type.
API Version description.
Data samples:
{
"id": "v1",
"links": [
{
"href": "http://127.0.0.1:8889/v1",
"rel": "self",
"type": "text/html"
}
],
"media_types": [
{
"base": "application/json",
"type": "application/vnd.openstack.cloudkitty-v1+json"
}
],
"status": "STABLE",
"updated": "2014-08-11T16:00:00Z"
}
<value>
<id>v1</id>
<status>STABLE</status>
<updated>2014-08-11T16:00:00Z</updated>
<links>
<item>
<type>text/html</type>
<rel>self</rel>
<href>http://127.0.0.1:8889/v1</href>
</item>
</links>
<media_types>
<item>
<base>application/json</base>
<type>application/vnd.openstack.cloudkitty-v1+json</type>
</item>
</media_types>
</value>
Type: | unicode |
---|
ID of the version.
Type: | list(APILink) |
---|
List of links to API resources.
Type: | list(APIMediaType) |
---|
Types accepted by this API.
Type: | Enum(EXPERIMENTAL, STABLE) |
---|
Status of the version.
Type: | unicode |
---|
Last update in iso8601 format.