File tree Expand file tree Collapse file tree 3 files changed +15
-9
lines changed Expand file tree Collapse file tree 3 files changed +15
-9
lines changed Original file line number Diff line number Diff line change @@ -2551,10 +2551,13 @@ <h2 id="submodules">Submodules<a class="headerlink" href="#submodules" title="Li
2551
2551
<dt class="sig sig-object py" id="datadog_api_client.v1.api.key_management_api.KeyManagementApi">
2552
2552
<em class="property"><span class="pre">class</span><span class="w"> </span></em><span class="sig-name descname"><span class="pre">KeyManagementApi</span></span><span class="sig-paren">(</span><em class="sig-param"><span class="n"><span class="pre">api_client</span></span><span class="o"><span class="pre">=</span></span><span class="default_value"><span class="pre">None</span></span></em><span class="sig-paren">)</span><a class="headerlink" href="#datadog_api_client.v1.api.key_management_api.KeyManagementApi" title="Link to this definition">¶</a></dt>
2553
2553
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">object</span></code></p>
2554
- <p>Manage your Datadog API and application keys. You need an API key and
2555
- an application key for a user with the required permissions to interact
2556
- with these endpoints. The full list of API and application keys can be
2557
- seen on your <a class="reference external" href="https://app.datadoghq.com/account/settings#api">Datadog API page</a>.</p>
2554
+ <p>Manage your Datadog API and application keys. You need an API key and an
2555
+ application key for a user with the required permissions to interact with these endpoints.</p>
2556
+ <p>Consult the following pages to view and manage your keys:</p>
2557
+ <ul class="simple">
2558
+ <li><p><a class="reference external" href="https://app.datadoghq.com/organization-settings/api-keys">API Keys</a></p></li>
2559
+ <li><p><a class="reference external" href="https://app.datadoghq.com/personal-settings/application-keys">Application Keys</a></p></li>
2560
+ </ul>
2558
2561
<dl class="py method">
2559
2562
<dt class="sig sig-object py" id="datadog_api_client.v1.api.key_management_api.KeyManagementApi.create_api_key">
2560
2563
<span class="sig-name descname"><span class="pre">create_api_key</span></span><span class="sig-paren">(</span><em class="sig-param"><span class="n"><span class="pre">body</span></span><span class="p"><span class="pre">:</span></span><span class="w"> </span><span class="n"><a class="reference internal" href="datadog_api_client.v1.model.html#datadog_api_client.v1.model.api_key.ApiKey" title="datadog_api_client.v1.model.api_key.ApiKey"><span class="pre">ApiKey</span></a></span></em><span class="sig-paren">)</span> <span class="sig-return"><span class="sig-return-icon">→</span> <span class="sig-return-typehint"><a class="reference internal" href="datadog_api_client.v1.model.html#datadog_api_client.v1.model.api_key_response.ApiKeyResponse" title="datadog_api_client.v1.model.api_key_response.ApiKeyResponse"><span class="pre">ApiKeyResponse</span></a></span></span><a class="headerlink" href="#datadog_api_client.v1.api.key_management_api.KeyManagementApi.create_api_key" title="Link to this definition">¶</a></dt>
Original file line number Diff line number Diff line change @@ -6378,10 +6378,13 @@ <h2 id="submodules">Submodules<a class="headerlink" href="#submodules" title="Li
6378
6378
<dt class="sig sig-object py" id="datadog_api_client.v2.api.key_management_api.KeyManagementApi">
6379
6379
<em class="property"><span class="pre">class</span><span class="w"> </span></em><span class="sig-name descname"><span class="pre">KeyManagementApi</span></span><span class="sig-paren">(</span><em class="sig-param"><span class="n"><span class="pre">api_client</span></span><span class="o"><span class="pre">=</span></span><span class="default_value"><span class="pre">None</span></span></em><span class="sig-paren">)</span><a class="headerlink" href="#datadog_api_client.v2.api.key_management_api.KeyManagementApi" title="Link to this definition">¶</a></dt>
6380
6380
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">object</span></code></p>
6381
- <p>Manage your Datadog API and application keys. You need an API key and
6382
- an application key for a user with the required permissions to interact
6383
- with these endpoints. The full list of API and application keys can be
6384
- seen on your <a class="reference external" href="https://app.datadoghq.com/account/settings#api">Datadog API page</a>.</p>
6381
+ <p>Manage your Datadog API and application keys. You need an API key and an
6382
+ application key for a user with the required permissions to interact with these endpoints.</p>
6383
+ <p>Consult the following pages to view and manage your keys:</p>
6384
+ <ul class="simple">
6385
+ <li><p><a class="reference external" href="https://app.datadoghq.com/organization-settings/api-keys">API Keys</a></p></li>
6386
+ <li><p><a class="reference external" href="https://app.datadoghq.com/personal-settings/application-keys">Application Keys</a></p></li>
6387
+ </ul>
6385
6388
<dl class="py method">
6386
6389
<dt class="sig sig-object py" id="datadog_api_client.v2.api.key_management_api.KeyManagementApi.create_api_key">
6387
6390
<span class="sig-name descname"><span class="pre">create_api_key</span></span><span class="sig-paren">(</span><em class="sig-param"><span class="n"><span class="pre">body</span></span><span class="p"><span class="pre">:</span></span><span class="w"> </span><span class="n"><a class="reference internal" href="datadog_api_client.v2.model.html#datadog_api_client.v2.model.api_key_create_request.APIKeyCreateRequest" title="datadog_api_client.v2.model.api_key_create_request.APIKeyCreateRequest"><span class="pre">APIKeyCreateRequest</span></a></span></em><span class="sig-paren">)</span> <span class="sig-return"><span class="sig-return-icon">→</span> <span class="sig-return-typehint"><a class="reference internal" href="datadog_api_client.v2.model.html#datadog_api_client.v2.model.api_key_response.APIKeyResponse" title="datadog_api_client.v2.model.api_key_response.APIKeyResponse"><span class="pre">APIKeyResponse</span></a></span></span><a class="headerlink" href="#datadog_api_client.v2.api.key_management_api.KeyManagementApi.create_api_key" title="Link to this definition">¶</a></dt>
You can’t perform that action at this time.
0 commit comments