Create Image Version

post

https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/goldImages/{goldImageId}/versions

Creates a new version for the existing image. This is an asynchronous operation, which submits a deployment procedure to perform this task.

Request

Path Parameters
Supported Media Types
Request Body - application/json ()
Root Schema : schema
Type: object
Match One Schema
Show Source
Nested Schema : DatabaseGoldImageVersionInputDetails
Type: object
Input to create image version
Match All
Input to create image version
Show Source
Nested Schema : ExapatchGoldImageVersionInputDetails
Type: object
Request details to create an Exapatch Gold Image Version
Match All
Request details to create an Exapatch Gold Image Version
Show Source
Nested Schema : DatabaseGoldImageVersionDetails
Type: object
Input to create image version
Match One Schema
Show Source
Nested Schema : DatabaseGoldImageVersionReferenceHomeInput
Type: object
Input to create image from a reference Oracle home
Show Source
Match All
Input to create image from a reference Oracle home
Show Source
Nested Schema : DatabaseGoldImageVersionReferenceHomePatchingInput
Type: object
Input to create the image version by patching the reference Oracle Home
Show Source
Match All
Input to create the image version by patching the reference Oracle Home
Show Source
Nested Schema : DatabaseGoldImageVersionNewReferenceHomePatchingInput
Type: object
Input to create the image version by patching and provisioning new Oracle Home
Show Source
Match All
Input to create the image version by patching and provisioning new Oracle Home
Show Source
Nested Schema : DatabaseGoldImageVersionDeployNewHomePatchingInput
Type: object
Request to create the image version by deploying image at a given destination Oracle Home with patching
Show Source
Match All
Request to create the image version by deploying image at a given destination Oracle Home with patching
Show Source
Nested Schema : DatabaseGoldImageVersionFPPInput
Type: object
Input to create image from software home specified, which can be an Oracle database, a grid infrastructure, or any other software home
Match All
Input to create image from software home specified, which can be an Oracle database, a grid infrastructure, or any other software home
Show Source
  • DatabaseGoldImageFPPInput
    Input to create new series resource in FPP server with given series name and creates image from reference Oracle Home and associates series to it
Nested Schema : DatabaseGoldImageVersionInput
Type: object
Common input to create new version of the image
Match All
Common input to create new version of the image
Show Source
Nested Schema : DatabaseGoldImageCommonDetails
Type: object
Common input details to create the image
Show Source
Nested Schema : DatabaseGoldImageReferenceHomePatchingInput
Type: object
Input to create the image from the reference Oracle home with patching
Show Source
Match All
Input to create the image from the reference Oracle home with patching
Show Source
Nested Schema : DatabaseGoldImageReferenceHomeInput
Type: object
Input to create image from a reference Oracle home
Show Source
Match All
Input to create image from a reference Oracle home
Show Source
Nested Schema : DatabaseGoldImageInput
Type: object
Common input to create image or version
Show Source
Match All
Common input to create image or version
Show Source
Nested Schema : DatabaseGoldImageFPPInput
Type: object
Input to create new series resource in FPP server with given series name and creates image from reference Oracle Home and associates series to it
Show Source
Nested Schema : ExapatchGoldImageVersionDetails
Type: object
Inputs to create an Exapatch Gold Image Version
Match One Schema
Show Source
Nested Schema : ExapatchGoldImageVersionInput
Type: object
Common Request details to create a Exadata Gold Image or version
Match All
Common Request details to create a Exadata Gold Image or version
Show Source
Nested Schema : ExapatchGoldImageVersionCommonDetails
Type: object
Creates a new image resource with the given image name and creates a Gold Image from patch location on given fpp server.
Show Source
Examples

Back to Top

Response

202 Response

Accepted
Headers
  • Status of the deployment procedure submitted can be viewed in this location.

400 Response

Bad Request
Body ()
Root Schema : ErrorResponse
Type: object
Response sent back in the case of an Error
Show Source
Nested Schema : details
Type: array
(Optional) List of additional details for the errors found.
Show Source
Nested Schema : ErrorDetail
Type: object
listed as part of ErrorResponse
Show Source

401 Response

Client is not authenticated
Body ()
Root Schema : ErrorResponse
Type: object
Response sent back in the case of an Error
Show Source
Nested Schema : details
Type: array
(Optional) List of additional details for the errors found.
Show Source
Nested Schema : ErrorDetail
Type: object
listed as part of ErrorResponse
Show Source

403 Response

Forbidden. The user is forbidden to perform the requested operation
Body ()
Root Schema : ErrorResponse
Type: object
Response sent back in the case of an Error
Show Source
Nested Schema : details
Type: array
(Optional) List of additional details for the errors found.
Show Source
Nested Schema : ErrorDetail
Type: object
listed as part of ErrorResponse
Show Source

404 Response

Resource not found or not authorized for access
Body ()
Root Schema : ErrorResponse
Type: object
Response sent back in the case of an Error
Show Source
Nested Schema : details
Type: array
(Optional) List of additional details for the errors found.
Show Source
Nested Schema : ErrorDetail
Type: object
listed as part of ErrorResponse
Show Source

500 Response

Internal Server Error
Body ()
Root Schema : ErrorResponse
Type: object
Response sent back in the case of an Error
Show Source
Nested Schema : details
Type: array
(Optional) List of additional details for the errors found.
Show Source
Nested Schema : ErrorDetail
Type: object
listed as part of ErrorResponse
Show Source

503 Response

Indicates that a required service is not available
Body ()
Root Schema : ErrorResponse
Type: object
Response sent back in the case of an Error
Show Source
Nested Schema : details
Type: array
(Optional) List of additional details for the errors found.
Show Source
Nested Schema : ErrorDetail
Type: object
listed as part of ErrorResponse
Show Source
Back to Top