We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9baf3ee commit cb9e2faCopy full SHA for cb9e2fa
connect/README.md
@@ -34,9 +34,11 @@ Then choose "Security Management" as the service.
34
##Examples
35
36
• Running the script on the Multi-Domain Server:
37
+
38
`python3 connect_all_domains.py --client_id <tenant_client_id> --access_key <tenant_access_key> --region eu`
39
40
• Running the script from remote:
41
42
`python3 connect_all_domains.py --client_id <tenant_client_id> --access_key <tenant_access_key> --region eu --server 192.168.1.1 --api_key <your_api_key> --api_port 443`
43
44
## Development Environment
0 commit comments