Get Sources List

GET https://{{cluster_vip}}/v2/data-protect/sources/registrations

Returns the list of sources registered with the Cohesity cluster.

You can run this API to:

  • Ensure whether the Isilon cluster is registered with the Cohesity cluster
  • Obtain the Id (sourceId) of the Isilon cluster.
    The sourceId is required for creating a Protection Group.

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Authorizationstring

RESPONSES

status: OK

{"registrations":[{"id":3795,"sourceId":3795,"sourceInfo":{"id":3795,"name":"{{source_name}}","environment":"kPhysical","objectType":"kHost","protectionType":"kVolume","osType":"kWindows","protectionStats":null},"environment":"kVMware"},{"id":4747,"sourceId":4747,"sourceInfo":{"id":4747,"name":"{{source_name}}","environment":"kPhysical","objectType":"kHost","protectionType":"kVolume","osType":"kWindows","protectionStats":null},"environment":"kVMware"},{"id":713,"sourceId":713,"sourceInfo":{"id":713,"name":"{{source_name}}","environment":"kAWS","objectType":"kIAMUser","protectionType":"kAgent","protectionStats":null},"environment":"kVMware"},{"id":5207,"sourceId":5207,"sourceInfo":{"id":5207,"name":"{{source_name}}","environment":"kIsilon","objectType":"kCluster","protectionStats":null,"isilonParams":{"supportedNasMountProtocols":null}},"environment":"kIsilon","isilonParams":{"endpoint":"{{source_IP}}","credentials":{"username":"admin","password":null},"backUpSMBVolumes":true,"smbCredentials":{"username":"Administrator","password":null},"filterIpConfig":{"deniedIpAddresses":null,"allowedIpAddresses":null}}}]}