Get Image Version
get
https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/goldImages/{goldImageId}/versions/{versionId}
Gets information regarding the specified version of the image
Request
Path Parameters
-
goldImageId(required): string
ID of the image
-
versionId(required): string
ID of the image version
Query Parameters
-
include: string
Provide a report if this version of the image can be deletedAllowed Values:
[ "deleteVersionReport" ]
There's no request body for this operation.
Back to TopResponse
Supported Media Types
- application/json
200 Response
Ok. Image version is retrieved.
Root Schema : GoldImageVersion
Type:
objectSummary of the image version
Match All
Summary of the image version
Show Source
-
object
GoldImageVersionSummary
Summary of the image version
Match One Schema
Show Source
-
object
DeleteGoldImageVersionReport
Delete gold image version report
Nested Schema : GoldImageVersionSummary
Type:
objectSummary of the image version
Show Source
-
externalId: string
External ID of the image versionExample:
oracle:defaultService:em:provisioning:1:cmp:COMP_Component:SUB_OracleDB:4BAFA861A7E96603E053057FB10A0588:0.1 -
hashCode: string
HashCode of the image versionExample:
C1622270664:B<NO_PATCHES> -
id: string
ID of the image versionExample:
4BAFA861A7ED6603E053057FB10A0588 -
imageId: string
ID of the imageExample:
4B7738536B6E7888E053057FB10ACF8C -
links: object
links
Navigation links
-
name: string
Name of the image versionExample:
PSUNos -
position: string
Position of a image versionExample:
1 -
provisioningStatus: string
Status of the provisioningExample:
READY -
releaseVersion: string
RU details of the versionExample:
19.12.0.0.0 -
status: string
Status of the image versionExample:
CURRENT -
timeCreated: string
(date-time)
Creation time of the image versionExample:
2017-03-27 10:13:28.0
Nested Schema : DeleteGoldImageVersionReport
Type:
objectDelete gold image version report
Show Source
-
message: string
Message indicates whether image version can be deletedExample:
if the version is not CURRENT then message is "The version is a candidate for deletion." else message is "CURRENT version of the image cannot be deleted"
Examples
400 Response
Bad Request.
Headers
-
ORCL-EM-RETRY-LINK:
Link of the request that failed.
Root Schema : ErrorResponse
Type:
objectResponse sent in the case of an error.
Show Source
-
code(required): string
Error code.Example:
InvalidParameter -
message(required): string
Error description.Example:
Parameter cannot be empty
401 Response
Unauthorized.
Headers
-
ORCL-EM-RETRY-LINK:
Link of the request that failed.
Root Schema : ErrorResponse
Type:
objectResponse sent in the case of an error.
Show Source
-
code(required): string
Error code.Example:
InvalidParameter -
message(required): string
Error description.Example:
Parameter cannot be empty
403 Response
Forbidden.
Headers
-
ORCL-EM-RETRY-LINK:
Link of the request that failed.
Root Schema : ErrorResponse
Type:
objectResponse sent in the case of an error.
Show Source
-
code(required): string
Error code.Example:
InvalidParameter -
message(required): string
Error description.Example:
Parameter cannot be empty
404 Response
Not Found.
Headers
-
ORCL-EM-RETRY-LINK:
Link of the request that failed
Root Schema : ErrorResponse
Type:
objectResponse sent in the case of an error.
Show Source
-
code(required): string
Error code.Example:
InvalidParameter -
message(required): string
Error description.Example:
Parameter cannot be empty
500 Response
Internal Server Error.
Headers
-
ORCL-EM-RETRY-LINK:
Link of the request that failed.
Root Schema : ErrorResponse
Type:
objectResponse sent in the case of an error.
Show Source
-
code(required): string
Error code.Example:
InvalidParameter -
message(required): string
Error description.Example:
Parameter cannot be empty
503 Response
Service Unavailable
Headers
-
ORCL-EM-RETRY-LINK:
Link of the request that failed.
Root Schema : ErrorResponse
Type:
objectResponse sent in the case of an error.
Show Source
-
code(required): string
Error code.Example:
InvalidParameter -
message(required): string
Error description.Example:
Parameter cannot be empty