Register Isilon Source
POST https://{{cluster_vip}}/v2/data-protect/sources/registrations
Registers the Isilon cluster with the Cohesity cluster.
Ensure to provide the following parameters in the request body of the API
- The management IP address of the Islion source (
endpoint
) you want to protect. - The username and password (
credentials
) of the Isilon source. - (Optional) The local or Active Directory user credentials (
smbCredentials
) that allow read access to the Isilon SMB share you want to backup.
The source ID from the response is required to create the Protection Group for protecting your Isilon source.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Authorization | string |
RESPONSES
status: Created
{"id":5207,"sourceId":5207,"sourceInfo":{"id":5207,"name":"{{Isilon_source_name}}","environment":"kIsilon","objectType":"kCluster","protectionStats":null,"isilonParams":{"supportedNasMountProtocols":null}},"environment":"kIsilon","isilonParams":{"endpoint":"{{Isilon_IP}}","credentials":{"username":"admin","password":null},"backUpSMBVolumes":true,"smbCredentials":{"username":"Administrator","password":null},"filterIpConfig":{"deniedIpAddresses":null,"allowedIpAddresses":null}}}