1+ ref : fact-datadog-syntax
2+ content : |
3+ .. code-block:: shell
4+
5+ mongocli atlas integrations create DATADOG|datadog
6+ --apiKey <api-key>
7+ [ --output|-o <output-format> ]
8+ [ --profile|-P <profile-name> ]
9+ [ --projectId <project-ID> ]
10+ --region <api-region>
11+
12+ ---
13+ ref : fact-flowdock-syntax
14+ content : |
15+ .. code-block:: shell
16+
17+ mongocli atlas integrations create FLOWDOCK|flowdock
18+ --apiToken <api-token>
19+ --flowName <flow-name>
20+ --orgName <organization-name>
21+ [ --output|-o <output-format> ]
22+ [ --profile|-P <profile-name> ]
23+ [ --projectId <project-ID> ]
24+
25+ ---
26+ ref : fact-newrelic-syntax
27+ content : |
28+ .. code-block:: shell
29+
30+ mongocli atlas integrations create NEW_RELIC|newRelic|new_relic
31+ --accountId <account-ID>
32+ --licenseKey <license-key>
33+ [ --output|-o <output-format> ]
34+ [ --profile|-P <profile-name> ]
35+ [ --projectId <project-ID> ]
36+ --readToken <query-key>
37+ --writeToken <insert-key>
38+
39+ ---
40+ ref : fact-opsgenie-syntax
41+ content : |
42+ .. code-block:: shell
43+
44+ mongocli atlas integrations create OPS_GENIE|opsGenie|ops_genie
45+ --apiKey <api-key>
46+ [ --output|-o <output-format> ]
47+ [ --profile|-P <profile-name> ]
48+ [ --projectId <project-ID> ]
49+ --region <api-region>
50+
51+ ---
52+ ref : fact-pagerduty-syntax
53+ content : |
54+ .. code-block:: shell
55+
56+ mongocli atlas integrations create PAGER_DUTY|pagerDuty|pager_duty
57+ [ --output|-o <output-format> ]
58+ [ --profile|-P <profile-name> ]
59+ [ --projectId <project-ID> ]
60+ --serviceKey <service-key>
61+
62+ ---
63+ ref : fact-victorops-syntax
64+ content : |
65+ .. code-block:: shell
66+
67+ mongocli atlas integrations create VICTOR_OPS|victorOps|victor_ops
68+ --apiKey <api-key>
69+ [ --output|-o <output-format> ]
70+ [ --profile|-P <profile-name> ]
71+ [ --projectId <project-ID> ]
72+ [ --routingKey <routing-key> ]
73+
74+ ---
75+ ref : fact-webhook-syntax
76+ content : |
77+ .. code-block:: shell
78+
79+ mongocli atlas integrations create WEBHOOK|webhook
80+ [ --output|-o <output-format> ]
81+ [ --profile|-P <profile-name> ]
82+ [ --projectId <project-ID> ]
83+ [ --secret <webhook-secret> ]
84+ --url <webhook-url>
85+
86+ ...
0 commit comments