Execute a CLI

post

/grid/cmd/v1/cmd/exec

Executes a CLI with the provided arguments, as a Job

Request

Supported Media Types
Body ()
POST request to execute the CLI
Root Schema : execReq
Match All
Show Source
Nested Schema : jobCommon
Type: object
Show Source
Nested Schema : execReq-allOf[1]
Type: object
Show Source
Nested Schema : command
Type: array
Show Source
Nested Schema : flags
Type: array
Show Source
Back to Top

Response

201 Response

Created
Headers
Body ()
Root Schema : job
Match All
Show Source
Nested Schema : jobCommon
Type: object
Show Source
Nested Schema : job-allOf[1]
Type: object
Show Source
Nested Schema : Singular Resource
Type: object
Title: Singular Resource
Oracle base singular resource schema definition.
Show Source
Nested Schema : command
Type: array
Show Source
Nested Schema : flags
Type: array
Show Source
Nested Schema : output
Type: array
Read Only: true
Show Source
Nested Schema : outputFile
Read Only: true
Match All
Show Source

400 Response

Bad Request
Headers

401 Response

Not Authorized
Headers

404 Response

Not Found
Headers

500 Response

Internal Server Error
Headers
Back to Top