Retrieve the SSH Key Description Using Query Parameters

get

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

Returns one or more credential descriptions for the given query parameters.
  • Use the ?credname query parameter to retrieve results for a given credential name.
  • Use the ?serviceName query parameter to retrieve results for a given cloud service instance.

Note the following:

  • By default, 50 keys are returned by a given query. Use the ?limitRowCount query parameter to control the page size (number of results returned in a single request).
  • Use the ?offset query parameter to fetch additional results, if available. By default, offset is 0 (zero).

Request

Path Parameters
Query Parameters
  • Unique credential name.

    Note: vmspublickey is the only supported credential name. This is the default if a credential name is not supplied.

  • Name of the Oracle Integration Classic instance. If a service name is not supplied, the request will return all service instances for the given identity domain ID.
Header Parameters
Back to Top

Response

Supported Media Types

200 Response

OK.
Body ()
The response body contains general information about one or more SSH keys (including their descriptions).
Root Schema : keydescquery-response
Type: object
The response body contains general information about one or more SSH keys (including their descriptions).
Show Source
Back to Top