MediaAttachments¶
Overview¶
This data type is included in the result of the next API request.
DATA TYPE¶
Contents¶
PARAMETER | DESCRIPTION | DATATYPE |
---|---|---|
image | The image uuid attaching on created your baremetal server. | UUID |
Examples¶
{
"media_attachments": [
{
"image": {
"id": "3339fd5f-ec06-4ef8-9337-c1c70218a748",
"links": [
{
"href": "https://baremetal-server-jp1-ecl.api.ntt.com/openstack/images/3339fd5f-ec06-4ef8-9337-c1c70218a748",
"rel": "bookmark"
}
]
}
}
]
}