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 : ExapatchGoldImageInputDetails
Type: object
Request details to create a Exapatch Gold Image
Match All
Request details to create a Exapatch Gold Image
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 : 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 : 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
Input to create the image from new home with patching, which is to be used as the reference Oracle home
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
Input to create image in FPP server from a reference Oracle 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 : DatabaseGoldImageFPPReferenceHomePatchingInput
Type: object
Input to create the image in FPP server from the reference Oracle home with patching
Show Source
Match All
Input to create the image in FPP server from the reference Oracle home with patching
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
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
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 : DatabaseGoldImageCommonDetails
Type: object
Common input details to create the image
Show Source
Nested Schema : ExapatchGoldImageDetails
Type: object
Input details to create a Exapatch Gold Image
Match One Schema
Show Source
Nested Schema : ExapatchGoldImageInput
Common Request details to create a new Exadata Gold Image
Match All
Common Request details to create a new Exadata Gold Image
Show Source
Nested Schema : ExapatchGoldImageCommonDetails
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