Get Image Sources
DescriptionGet all image sources.
Request
URLURL
Query Parameters
Query Parameters
org_id
Page number to retrieve.
provider_instance_id
provider_type
Possible values are: AZURE , AKKA , VSPHERE , ZEROCLOUD
Size of each page.
Ascending/Descending. Format is property,{asc|desc} and default is ascending.
source_stream
Possible values are: COPIED_FROM_VERSION , IMPORTED_VMS , AZURE_MARKET_PLACE , AKKA_MARKET_PLACE , VSPHERE_CATALOG , AZURE_SIG , AKKA_SIG , AZURE_CUSTOM_VM , AKKA_CUSTOM_VM , UPLOADED
Authentication
Response
Response BodyResponse Body
200 OK
Successfully retrieved image sources
{
"content": [
{
"displayName": "string",
"id": "string",
"imageProviderType": "string",
"imageSourceData": {},
"sourceType": "AKKA_CUSTOM_VM"
}
],
"empty": false,
"first": false,
"last": false,
"number": 0,
"numberOfElements": 0,
"pageable": {
"offset": 0,
"pageNumber": 0,
"pageSize": 0,
"paged": false,
"sort": {
"empty": false,
"sorted": false,
"unsorted": false
},
"unpaged": false
},
"size": 0,
"sort": {
"empty": false,
"sorted": false,
"unsorted": false
},
"totalElements": 0,
"totalPages": 0
}
Errors
Bad request
Unauthorized
Forbidden
Failed to retrieve image sources