3.8.3. Get flavor extra spec details

 
MethodURIDescription
GET/v2/{tenant_id}/flavors/{flavor_id}/os-extra_specs/{key_id}

Gets the value of the specified key.

Normal response codes: 200

 3.8.3.1. Request

This table shows the URI parameters for the get flavor extra spec details request:

NameTypeDescription

{tenant_id}

​String

The ID for the tenant or account in a multi-tenancy cloud.

{flavor_id}

​String

The ID of the flavor of interest to you.

This operation does not require a request body.

 3.8.3.2. Response

 

Example 3.75. Get flavor extra spec details: JSON response

{
    "key1": "value1"
}

 

Example 3.76. Get flavor extra spec details: XML response

<?xml version='1.0' encoding='UTF-8'?>
<extra_spec key="key1">value1</extra_spec>

This operation does not return a response body.

Questions? Discuss on ask.openstack.org
Found an error? Report a bug against this page


loading table of contents...