Schedules an register image operation

post

/rhp-restapi/rhp/images/repository

Register a new image from the specified path

Request

Supported Media Types
Header Parameters
Body ()
Root Schema : RegisterImageBody
Type: object
Show Source
  • Use an authentication plugin to access the remote node.
  • authArgs
    Additional Properties Allowed: additionalProperties
    Additional properties for the selected authentication plugin.
  • Client cluster name
  • Credential name to associate the user/password credentials to access a remote node
  • Name of the image
  • The software type. ("ORACLEDBSOFTWARE" (default) for Oracle database software, "EXAPATCHSOFTWARE" for Oracle Exadata software, "ORACLEGISOFTWARE" for Oracle Grid Infrastructure software, "ORACLEGGSOFTWARE" for Oracle GoldenGate software, "LINUXOS" for linux Opearting System ISO, and "SOFTWARE" for all other software. For a custom image type, use the image type name.)
  • Location of the compressed image file on the target
  • URL where the OSS mapping file is located
  • Absolute path location of the software home to be imported (For database images, this will be the ORACLE_HOME)
  • User with read access to files under the specified path
  • Default Value: false
    Use root credentials to access the remote node
  • Preferred time to execute the operation, in ISO-8601 format. For example: 2016-12-21T19:13:17+05
  • Allowed Values: [ "TESTABLE", "RESTRICTED", "PUBLISHED" ]
    State name
  • location of sudo binary
  • perform super user operations as sudo user name
  • Node on which operation needs to be executed
  • Get the absolute path to be used as temporary location to download the image that will be registered.
  • Value to be passed to useractiondata parameter of useraction script
  • Oracle database version for GIAAS, ODA patchbundle version for ODAPATCHSOFTWARE, Exadata image version for EXAPATCHSOFTWARE
  • Absolute path of the compressed software home to be imported (a ZIP or TAR file)
Nested Schema : authArgs
Type: object
Additional Properties Allowed
Show Source
Additional properties for the selected authentication plugin.
Security
Back to Top

Response

Supported Media Types

202 Response

Accepted. A JSON object containing job resource details of the accepted operation to obtain status and output of the progress.
Headers
Body ()
Root Schema : jobResource
Type: object
Show Source
Nested Schema : jobOutputResource
Type: object
Show Source

400 Response

Bad Request. A JSON object containing error details of the issue found while parsing a parameter value or name.
Body ()
Root Schema : errorResource
Type: object
Show Source
Nested Schema : errorDetails
Type: array
If multiple errors are reported they can be organized in a hierarchical structure in this array.
Show Source

Default Response

Unexpected error. A JSON object containing error details of the issue while executing the operation.
Body ()
Root Schema : errorResource
Type: object
Show Source
Nested Schema : errorDetails
Type: array
If multiple errors are reported they can be organized in a hierarchical structure in this array.
Show Source
Back to Top