Add a New SSH Public Key

post

/paas/api/v1.1/instancemgmt/{identityDomainId}/services/IntegrationCloud/instances/{service_name}/credentials/crednames/{credentialName}

Adds a new SSH public key for the given credential name.

Note: vmspublickey is the only supported credential name.

Request

Supported Media Types
Path Parameters
Header Parameters
Body ()
The request body defines the details of the SSH public key name and value.
Root Schema : addsshkey-postrequest
Type: object
The request body defines the SSH public key name and value to add.
Show Source
  • The SSH public key value and name. This key will be used for authentication when connecting to the Oracle Integration Classic instance using an SSH client.
Back to Top

Response

Supported Media Types

202 Response

Accepted.

The Location header returns a URI that can be used to view the job status.

Body ()
The response body shows the status.
Root Schema : addsshkey-response
Type: object
The response body shows the status.
Show Source
Back to Top