List credentials

Lists all credentials for a storage account..

Request

Security

Table 1. Roles capable of executing the listCredentials API method
Any     Storage Account Admin
Super User     Container Admin  
System Admin     Elastic Device Provisioner  
Security Admin     Vault Provisioner  
Operator        

HTTP method

GET /manager/api/{apiResponseType}/1.0/listCredentials.adm HTTP/1.1 Host:{manager.dsnet} marker={string} limit={integer} storageAccountId={string}

Curl method


curl -u <USERNAME>:<PASSWORD>  
     -k  'https://{manager.dsnet}/manager/api/{apiResponseType}/1.0/storageAccountPortal/listCredentials.adm?marker={string}&limit={integer}&storageAccountId={string}' 

Parameters

Table 2. Request Parameters for listCredentials API method
Parameter Type Usage Default Description
marker String Optional   Storage account container marker for pagination.
limit Integer Optional   Maximum number of storage account credentials to be returned.
storageAccountId String Required   The ID of the storage account.