GetCredentials
List of Credentials
- 200
- 404
OK
- application/json
- Schema
- Example (from schema)
Schema
credentialManager object[]
id int32Id of Credential
name stringName of Credential
accountType CredentialAccountTypePossible values: [
WINDOWSACCOUNT,LINUXACCOUNT,STORAGE_ARRAY_ACCOUNT,CLOUD_ACCOUNT]vendorType CloudVendorTypePossible 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
authType stringPossible values: [
AMAZON_S3,AMAZON_STS_IAM_ROLE,MICROSOFT_AZURE,AZUREACCOUNT]Aunthentication type applicable only for Cloud Accounts with Amazon Web Services or Microsoft Azure as vendor.
description stringDescription of Credential
company object
id int32name stringcommcell object
id int32name string
{
"credentialManager": [
{
"id": 0,
"name": "string",
"accountType": "WINDOWSACCOUNT",
"vendorType": "ALICLOUD_OSS",
"authType": "AMAZON_S3",
"description": "string",
"company": {
"id": 0,
"name": "string"
},
"commcell": {
"id": 0,
"name": "string"
}
}
]
}
Requested Details not found