Skip to content

Commit 8edc2dc

Browse files
committed
fix readme
1 parent 5cc8abe commit 8edc2dc

File tree

1 file changed

+11
-17
lines changed

1 file changed

+11
-17
lines changed

connect/README.md

Lines changed: 11 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -17,29 +17,23 @@ Then choose "Security Management" as the service.
1717

1818
## Usage Syntax
1919

20-
• --client_id: Required. The Client ID.
21-
22-
• --access_key: Required. The Access Key.
23-
24-
• --region: Required. The region. Choices are [ap, us, eu, uae, in].
25-
26-
• --server: The server IP address or hostname, required when running from remote.
27-
28-
• --api_key: The API Key, required when running from remote.
29-
30-
• --api_port: The API Port, required if running from remote, and it isn't the default value (443).
31-
32-
• --debug_file: API calls debug file name.
20+
* --client_id: Required. The Client ID.
21+
* --access_key: Required. The Access Key.
22+
* --region: Required. The region. Choices are [ap, us, eu, uae, in].
23+
* --server: The server IP address or hostname, required when running from remote.
24+
* --api_key: The API Key, required when running from remote.
25+
* --api_port: The API Port, required if running from remote, and it isn't the default value (443).
26+
* --debug_file: API calls debug file name.
3327

3428
##Examples
3529

36-
Running the script on the Multi-Domain Server:
30+
* Running the script on the Multi-Domain Server:
3731

38-
`python3 connect_all_domains.py --client_id <tenant_client_id> --access_key <tenant_access_key> --region eu`
32+
`python3 connect_all_domains.py --client_id <tenant_client_id> --access_key <tenant_access_key> --region eu`
3933

40-
Running the script from remote:
34+
* Running the script from remote:
4135

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`
36+
`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`
4337

4438
## Development Environment
4539

0 commit comments

Comments
 (0)