SSH Access REST Endpoints

SSH Access
View and manage SSH keys for your service instance.
Add a New SSH Public Key
Method: post
Path: /paas/api/v1.1/instancemgmt/{identityDomainId}/services/IntegrationCloud/instances/{service_name}/credentials/crednames/{credentialName}
Retrieve the SSH Key Description Using Query Parameters
Method: get
Path: /paas/api/v1.1/instancemgmt/{identityDomainId}/services/IntegrationCloud/credentials/crednames
Retrieve the SSH Key Value Using Query Parameters
Method: get
Path: /paas/api/v1.1/instancemgmt/{identityDomainId}/services/IntegrationCloud/credentials
View the SSH Key Description
Method: get
Path: /paas/api/v1.1/instancemgmt/{identityDomainId}/services/IntegrationCloud/instances/{service_name}/credentials/crednames/{credentialName}
View the SSH Key Value
Method: get
Path: /paas/api/v1.1/instancemgmt/{identityDomainId}/services/IntegrationCloud/instances/{service_name}/credentials/{credentialName}