
This brings the Images API Reference to the glance tree as part of the effort described here: https://wiki.openstack.org/wiki/Documentation/Migrate#API_Reference_Plan This patch contains the content of the Images v2 API reference converted to RST. The content has been corrected where I noticed divergences with reality (which actually happened a lot, so this patch contains a lot of revisions). Tasks and metadefs are submitted as separate patches. Change-Id: If69c469da7f28f090a2286ec0b115d9bcaac4fbf Closes-Bug: #1550457 Closes-Bug: #1589264 Closes-Bug: #1592715
35 lines
1003 B
JSON
35 lines
1003 B
JSON
{
|
|
"name": "member",
|
|
"properties": {
|
|
"created_at": {
|
|
"description": "Date and time of image member creation",
|
|
"type": "string"
|
|
},
|
|
"image_id": {
|
|
"description": "An identifier for the image",
|
|
"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$",
|
|
"type": "string"
|
|
},
|
|
"member_id": {
|
|
"description": "An identifier for the image member (tenantId)",
|
|
"type": "string"
|
|
},
|
|
"schema": {
|
|
"type": "string"
|
|
},
|
|
"status": {
|
|
"description": "The status of this image member",
|
|
"enum": [
|
|
"pending",
|
|
"accepted",
|
|
"rejected"
|
|
],
|
|
"type": "string"
|
|
},
|
|
"updated_at": {
|
|
"description": "Date and time of last modification of image member",
|
|
"type": "string"
|
|
}
|
|
}
|
|
}
|