Create Image

post

https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/goldImages

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

Request

There are no request parameters for this operation.

Supported Media Types
Request Body - application/json ()
Root Schema : schema
Match One Schema
Show Source
Nested Schema : DatabaseGoldImageDetails
Type: object
Input to create the image
Match One Schema
Show Source
Nested Schema : DatabaseGoldImageReferenceHomeInput
Type: object
Input to create image from a reference Oracle home
Show Source
Match All
Show Source
Nested Schema : DatabaseGoldImageReferenceHomePatchingInput
Type: object
Input to create the image from the reference Oracle home with patching
Show Source
Match All
Show Source
Nested Schema : DatabaseGoldImageNewHomePatchingInput
Type: object
Input to create the image from new home with patching, which is to be used as the reference Oracle home
Show Source
Match All
Show Source
Nested Schema : DatabaseGoldImageImportInput
Type: object
Input to create image from import
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 : DatabaseGoldImageFPPReferenceHomeInput
Type: object
Input to create image in FPP server from a reference Oracle home
Show Source
Match All
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 : DatabaseGoldImageFPPReferenceHomePatchingInput
Type: object
Input to create the image in FPP server from the reference Oracle home with patching
Show Source
Match All
Show Source
Nested Schema : DatabaseGoldImageFPPNewHomePatchingInput
Type: object
Input to create the image in FPP server from new home with patching, which is to be used as the reference Oracle home
Show Source
Match All
Show Source
Nested Schema : DatabaseGoldImageInput
Type: object
Common input to create image or version
Show Source
Match All
Show Source
Nested Schema : DatabaseGoldImageCommonDetails
Type: object
Common input details to create the image
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
Error response
Show Source

401 Response

Unauthorized. The user does not have permissions to perform the requested operation
Body ()
Root Schema : ErrorResponse
Type: object
Error response
Show Source

403 Response

Forbidden. The user is forbidden to perform the requested operation
Body ()
Root Schema : ErrorResponse
Type: object
Error response
Show Source

404 Response

Not Found. The requested REST API URL is not found.
Body ()
Root Schema : ErrorResponse
Type: object
Error response
Show Source

500 Response

Internal Server Error. Exception in execution of REST API.
Body ()
Root Schema : ErrorResponse
Type: object
Error response
Show Source

503 Response

Service Unavailable. The server is unable to process the request.
Body ()
Root Schema : ErrorResponse
Type: object
Error response
Show Source
Back to Top