{"type":"api","title":"Get All Images Status","meta":{"id":"/apps/pubhub/media/nfvis-api/e3678dda6abe6c2a26c7698d553a4574e3f45071/262737b2-b3c2-32cd-b07b-fdbdcd23918f","info":{"title":"NFVIS API","description":"NFVIS RESTCONF API Documentation","version":"4.14.1"},"x-parser-conf":{"overview":{"markdownPath":"reference/overview.md"}},"swagger":"2.0","basePath":"/{nfvis_ip}/restconf","schemes":["https"],"securityDefinitions":{"basicAuth":{"type":"basic"}}},"spec":{"tags":["VM Lifecycle Management - Image"],"summary":"Get All Images Status","description":"Retrieve all images status and details","operationId":"data_vmlc_vm_lifecycle_opdata_images_get","produces":["application/yang-data+json"],"parameters":[{"name":"content","in":"query","description":"controlling descendant nodes in response","required":false,"type":"string","format":"enumeration","default":"config","enum":["config","nonconfig","all"],"$$ref":"#/parameters/content"}],"responses":{"200":{"description":"OK","schema":{"type":"object","properties":{"vmlc:images":{"description":"(non-presence)","type":"object","x-yang":{"type":"container","is_presence":"false"},"properties":{"image":{"type":"array","description":"Image running information (list)","x-yang":{"type":"list"},"items":{"type":"object","properties":{"name":{"description":"Name of the image (leaf)","x-yang":{"type":"leaf"},"type":"string","format":"string"},"image_id":{"description":"ID of the image (leaf)","x-yang":{"type":"leaf"},"type":"string","format":"string"},"public":{"description":"True if the image is public (leaf)","x-yang":{"type":"leaf"},"type":"string","format":"boolean"},"image_name":{"description":"Name uniquely identifies an Image (leaf)","x-yang":{"type":"leaf"},"type":"string","format":"string"},"state":{"description":"State in which Image is currently in (leaf)","x-yang":{"type":"leaf"},"type":"string","format":"enumeration","default":"IMAGE_UNDEF_STATE","enum":["IMAGE_UNDEF_STATE","IMAGE_CREATING_STATE","IMAGE_ACTIVE_STATE","IMAGE_DELETING_STATE","IMAGE_DELETED_STATE","IMAGE_ERROR_STATE"]},"property":{"type":"array","description":"Storage location for additional Image properties. (list)","x-yang":{"type":"list"},"items":{"type":"object","properties":{"name":{"description":"Property key, for example maximum VCPUs supported by this VNF image. (leaf)","x-yang":{"type":"leaf"},"type":"string","format":"string"},"type":{"description":"Type of property. (leaf)","x-yang":{"type":"leaf"},"type":"string","format":"string"},"value":{"type":"array","x-yang":{"type":"leaf-list"},"items":{"description":"One or more values (leaf-list)","type":"string","format":"string"}}}}},"flavors":{"description":"(non-presence)","type":"object","x-yang":{"type":"container","is_presence":"false"},"properties":{"flavor":{"type":"array","description":"List of flavors (list)","x-yang":{"type":"list"},"items":{"type":"object","properties":{"name":{"description":"Name of the flavor (leaf)","x-yang":{"type":"leaf"},"type":"string","format":"string"},"description":{"description":"A brief description of the flavor (leaf)","x-yang":{"type":"leaf"},"type":"string","format":"string"},"vcpus":{"description":"Number of virtual CPUs per VM instance (leaf)","x-yang":{"type":"leaf"},"type":"integer","format":"uint16"},"sockets":{"description":"Number of sockets per VM instance (leaf)","x-yang":{"type":"leaf"},"type":"integer","format":"uint16"},"cores":{"description":"Number of cores per VM instance (leaf)","x-yang":{"type":"leaf"},"type":"integer","format":"uint16"},"threads":{"description":"Number of threads per VM instance (leaf)","x-yang":{"type":"leaf"},"type":"integer","format":"uint16"},"memory_mb":{"description":"Amount of memory in Mega Bytes per VM instance (leaf)","x-yang":{"type":"leaf"},"type":"string","format":"int32"},"root_disk_mb":{"description":"Virtual root disk size in gigabytes. This is an ephemeral disk the\nbase image is copied into. You don't use it when you boot from a persistent volume.\nThe 0 size is a special case that uses the native base image size as the size\nof the ephemeral root volume (leaf)","x-yang":{"type":"leaf"},"type":"string","format":"int32"},"ephemeral_disk_mb":{"description":"Specifies the size of a secondary ephemeral data disk.\nThis is an empty, unformatted disk and exists only for the life of the instance (leaf)","x-yang":{"type":"leaf"},"type":"string","format":"int32"},"swap_disk_mb":{"description":"Optional swap space allocation for the instance. (leaf)","x-yang":{"type":"leaf"},"type":"string","format":"int32"},"properties":{"description":"List of property name/value pairs (non-presence)","type":"object","x-yang":{"type":"container","is_presence":"false"},"properties":{"property":{"type":"array","description":"(list)","x-yang":{"type":"list"},"items":{"type":"object","properties":{"name":{"description":"Name/Key of property (leaf)","x-yang":{"type":"leaf"},"type":"string","format":"string"},"value":{"description":"Value of property (leaf)","x-yang":{"type":"leaf"},"type":"string","format":"string"}}}}}}}}}}},"custom_property":{"type":"array","description":"Custom defined property and its values. (list)","x-yang":{"type":"list"},"items":{"type":"object","properties":{"attribute":{"type":"array","description":"Custom defined attributes. (list)","x-yang":{"type":"list"},"items":{"type":"object","properties":{"name":{"description":"Name of the attribute. (leaf)","x-yang":{"type":"leaf"},"type":"string","format":"string"},"value":{"description":"Value of the attribute. (leaf)","x-yang":{"type":"leaf"},"type":"string","format":"string"}}}},"name":{"description":"Name of the custom property. (leaf)","x-yang":{"type":"leaf"},"type":"string","format":"string"},"name_attribute":{"type":"array","description":"(list)","x-yang":{"type":"list"},"items":{"type":"object","properties":{"name":{"description":"Name of the attribute. (leaf)","x-yang":{"type":"leaf"},"type":"string","format":"string"},"value":{"description":"Value of the attribute. (leaf)","x-yang":{"type":"leaf"},"type":"string","format":"string"}}}},"value":{"type":"array","description":"(list)","x-yang":{"type":"list"},"items":{"type":"object","properties":{"val":{"description":"Value of the custom property. (leaf)","x-yang":{"type":"leaf"},"type":"string","format":"string"},"attribute":{"type":"array","description":"Custom defined attributes. (list)","x-yang":{"type":"list"},"items":{"type":"object","properties":{"name":{"description":"Name of the attribute. (leaf)","x-yang":{"type":"leaf"},"type":"string","format":"string"},"value":{"description":"Value of the attribute. (leaf)","x-yang":{"type":"leaf"},"type":"string","format":"string"}}}}}}},"type":{"description":"Type of the custom property val. (leaf)","x-yang":{"type":"leaf"},"type":"string","format":"string"},"default":{"description":"Default value of the custom property. (leaf)","x-yang":{"type":"leaf"},"type":"string","format":"string"}}}}}}}}}},"$$ref":"#/definitions/data_vmlc_vm_lifecycle_opdata_images"}},"204":{"description":"No Content","$$ref":"#/responses/204"},"400":{"description":"Bad Request","$$ref":"#/responses/400"},"401":{"description":"Unauthorized","$$ref":"#/responses/401"},"404":{"description":"Not Found","$$ref":"#/responses/404"},"405":{"description":"Method Not Allowed","$$ref":"#/responses/405"},"409":{"description":"Conflict","$$ref":"#/responses/409"}},"security":[{"basicAuth":[]}],"__originalOperationId":"data_vmlc_vm_lifecycle_opdata_images_get","consumes":["application/yang-data+json"],"method":"get","path":"/data/vmlc:vm_lifecycle/opdata/images"}}