Skip to main content

Get Credential Details

Select

SaaS
Customer Managed

Get details of the credential whose credential id is provided

Path Parameters
  • credentialId string required
Responses

OK


Schema

  • accountType CredentialAccountType

    Possible values: [WINDOWSACCOUNT, LINUXACCOUNT, STORAGE_ARRAY_ACCOUNT, CLOUD_ACCOUNT]

  • vendorType CloudVendorType

    Possible values: [ALICLOUD_OSS, AMAZON_GLACIER, AMAZON, ATT_SYNAPTIC, REVERA_VAULT, CEPH_OBJECT_GATEWAY_S3, CMCC_ONEST, CLOUDIAN_HYPERSTORE, DELL_EMC_ECS_S3, EMC_ATMOS, FUJITSU_STORAGE_ETERNUS, GOOGLE_CLOUD, HDS_HCP, HITACHI_VANTARA_HCP_S3, HUAWEI_OSS, IBM_CLOUD, IBM_CLOUD_S3, INSPUR_CLOUD, IRON_MOUNTAIN_CLOUD, KINGSOFT_KS3, MICROSOFT_AZURE_TYPE, NETAPP_STORAGEGRID, NUTANIX_BUCKETS, OPENSTACK, AMPLIDATA, RACKSPACE_CLOUD_FILES, S3_COMPATIBLE, SALESFORCE_CONNECTED_APP, SCALITY_RING, TELEFONICA_OPEN_CLOUD_OBJECT_STORAGE, VERIZON_CLOUD, WASABI_HOT_CLOUD_STORAGE]

    Cloud vendor types appilcable only for Cloud Account type

  • name string

    Name of Credential

  • userAccount string

    User account of Credential

  • password string

    Password of Credential. Password must be in base64 encoded format.

  • description string

    Description of Credential

GET /v5/credential/:credentialid    

Authorization

type: apiKeyname: Authtokenin: header

Request

Click Edit to configure Base URL
https://CommandCenterHostName/commandcenter/api
Security Scheme
token
credentialId — path required
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/V5/Credential/:credentialId' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'