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

It is a long running/async API. It submits a deployment procedure.
Headers
  • URL link to track the status of the API for the deployment procedure
    Example:
    /deploymentProcedureInstances/{deploymentProcedureInstanceId}
Body ()
Root Schema : schema
Type: object
Show Source

400 Response

Bad Request. The payload is null or missing some parameters
Body ()
Root Schema : ErrorResponse
Type: object
Response sent back in the case of an error.
Show Source

401 Response

Unauthorized. The user does not have permissions to perform the requested operation
Body ()
Root Schema : ErrorResponse
Type: object
Response sent back in the case of an error.
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

404 Response

Not Found. The requested REST API URL is not found.
Body ()
Root Schema : ErrorResponse
Type: object
Response sent back in the case of an error.
Show Source

500 Response

Internal Server Error. Exception in execution of REST API.
Body ()
Root Schema : ErrorResponse
Type: object
Response sent back in the case of an error.
Show Source

503 Response

Service Unavailable. The server is unable to process the request.
Body ()
Root Schema : ErrorResponse
Type: object
Response sent back in the case of an error.
Show Source
Back to Top