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.
ThesourceId
is required for creating a Protection Group.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Authorization | string |
RESPONSES
status: OK
{"registrations":[{"id":4747,"sourceId":4747,"sourceInfo":{"id":4747,"name":"{{source_name}}","environment":"kPhysical","objectType":"kHost","protectionType":"kVolume","osType":"kWindows","protectionStats":null},"environment":"kVMware"},{"id":4725,"sourceId":4725,"sourceInfo":{"id":4725,"name":"{{source_name}}","environment":"kPhysical","objectType":"kHost","protectionType":"kVolume","osType":"kLinux","protectionStats":null},"environment":"kVMware"},{"id":3586,"sourceId":3586,"sourceInfo":{"id":3586,"name":"{{source_name}}","environment":"kPhysical","objectType":"kHost","protectionType":"kVolume","osType":"kLinux","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":"{{user_name}}","password":null},"filterIpConfig":{"deniedIpAddresses":null,"allowedIpAddresses":null}}}]}