10 lines
332 B
Plaintext
10 lines
332 B
Plaintext
# Example Rubrik API Configuration File
|
|
# Copy this file to rbk_api.conf and fill in your actual values
|
|
|
|
# IP Address (or DNS name) of Rubrik CDM
|
|
RUBRIK_IP=your.rubrik.cluster.ip
|
|
|
|
# Rubrik Security Cloud (RSC) Configuration
|
|
RSC_HOST=your-organization.my.rubrik.com
|
|
RSC_ID="client|your-client-id-here"
|
|
RSC_SECRET=your-secret-key-here |