You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[**create_incident_service**](IncidentServicesApi.md#create_incident_service) | **POST** /api/v2/services | Create a new incident service
8
8
[**delete_incident_service**](IncidentServicesApi.md#delete_incident_service) | **DELETE** /api/v2/services/{service_id} | Delete an existing incident service
9
9
[**get_incident_service**](IncidentServicesApi.md#get_incident_service) | **GET** /api/v2/services/{service_id} | Get details of an incident service
10
-
[**get_incident_services**](IncidentServicesApi.md#get_incident_services) | **GET** /api/v2/services | Get a list of all incident services
10
+
[**list_incident_services**](IncidentServicesApi.md#list_incident_services) | **GET** /api/v2/services | Get a list of all incident services
11
11
[**update_incident_service**](IncidentServicesApi.md#update_incident_service) | **PATCH** /api/v2/services/{service_id} | Update an existing incident service
12
12
13
13
@@ -300,8 +300,8 @@ Name | Type | Description | Notes
300
300
301
301
[[Back to top]](#)[[Back to API list]](README.md#documentation-for-api-endpoints)[[Back to Model list]](README.md#documentation-for-models)[[Back to README]](README.md)
@@ -348,15 +348,16 @@ with datadog_api_client.v2.ApiClient(configuration) as api_client:
348
348
include ="users"# str | Specifies which types of related objects should be included in the response. (optional) if omitted the server will use the default value of "users"
349
349
page_size =10# int | Size for a given page. (optional) if omitted the server will use the default value of 10
350
350
page_offset =0# int | Specific offset to use as the beginning of the returned page. (optional) if omitted the server will use the default value of 0
351
+
filter="ExampleServiceName"# str | A search query that filters services by name. (optional)
351
352
352
353
# example passing only required values which don't have defaults set
print("Exception when calling IncidentServicesApi->get_incident_services: %s\n"% e)
360
+
print("Exception when calling IncidentServicesApi->list_incident_services: %s\n"% e)
360
361
```
361
362
362
363
### Parameters
@@ -366,6 +367,7 @@ Name | Type | Description | Notes
366
367
**include** | **str**| Specifies which types of related objects should be included in the response. | [optional] if omitted the server will use the default value of "users"
367
368
**page_size** | **int**| Size for a given page. | [optional] if omitted the server will use the default value of 10
368
369
**page_offset** | **int**| Specific offset to use as the beginning of the returned page. | [optional] if omitted the server will use the default value of 0
370
+
**filter** | **str**| A search query that filters services by name. | [optional]
[**create_incident_team**](IncidentTeamsApi.md#create_incident_team) | **POST** /api/v2/teams | Create a new incident team
8
8
[**delete_incident_team**](IncidentTeamsApi.md#delete_incident_team) | **DELETE** /api/v2/teams/{team_id} | Delete an existing incident team
9
9
[**get_incident_team**](IncidentTeamsApi.md#get_incident_team) | **GET** /api/v2/teams/{team_id} | Get details of an incident team
10
-
[**get_incident_teams**](IncidentTeamsApi.md#get_incident_teams) | **GET** /api/v2/teams | Get a list of all incident teams
10
+
[**list_incident_teams**](IncidentTeamsApi.md#list_incident_teams) | **GET** /api/v2/teams | Get a list of all incident teams
11
11
[**update_incident_team**](IncidentTeamsApi.md#update_incident_team) | **PATCH** /api/v2/teams/{team_id} | Update an existing incident team
12
12
13
13
@@ -300,8 +300,8 @@ Name | Type | Description | Notes
300
300
301
301
[[Back to top]](#)[[Back to API list]](README.md#documentation-for-api-endpoints)[[Back to Model list]](README.md#documentation-for-models)[[Back to README]](README.md)
302
302
303
-
# **get_incident_teams**
304
-
> IncidentTeamsResponse get_incident_teams()
303
+
# **list_incident_teams**
304
+
> IncidentTeamsResponse list_incident_teams()
305
305
306
306
Get a list of all incident teams
307
307
@@ -348,15 +348,16 @@ with datadog_api_client.v2.ApiClient(configuration) as api_client:
348
348
include ="users"# str | Specifies which types of related objects should be included in the response. (optional) if omitted the server will use the default value of "users"
349
349
page_size =10# int | Size for a given page. (optional) if omitted the server will use the default value of 10
350
350
page_offset =0# int | Specific offset to use as the beginning of the returned page. (optional) if omitted the server will use the default value of 0
351
+
filter="ExampleTeamName"# str | A search query that filters teams by name. (optional)
351
352
352
353
# example passing only required values which don't have defaults set
print("Exception when calling IncidentTeamsApi->get_incident_teams: %s\n"% e)
360
+
print("Exception when calling IncidentTeamsApi->list_incident_teams: %s\n"% e)
360
361
```
361
362
362
363
### Parameters
@@ -366,6 +367,7 @@ Name | Type | Description | Notes
366
367
**include** | **str**| Specifies which types of related objects should be included in the response. | [optional] if omitted the server will use the default value of "users"
367
368
**page_size** | **int**| Size for a given page. | [optional] if omitted the server will use the default value of 10
368
369
**page_offset** | **int**| Specific offset to use as the beginning of the returned page. | [optional] if omitted the server will use the default value of 0
370
+
**filter** | **str**| A search query that filters teams by name. | [optional]
*IncidentServicesApi* | [**create_incident_service**](IncidentServicesApi.md#create_incident_service) | **POST** /api/v2/services | Create a new incident service
119
119
*IncidentServicesApi* | [**delete_incident_service**](IncidentServicesApi.md#delete_incident_service) | **DELETE** /api/v2/services/{service_id} | Delete an existing incident service
120
120
*IncidentServicesApi* | [**get_incident_service**](IncidentServicesApi.md#get_incident_service) | **GET** /api/v2/services/{service_id} | Get details of an incident service
121
-
*IncidentServicesApi* | [**get_incident_services**](IncidentServicesApi.md#get_incident_services) | **GET** /api/v2/services | Get a list of all incident services
121
+
*IncidentServicesApi* | [**list_incident_services**](IncidentServicesApi.md#list_incident_services) | **GET** /api/v2/services | Get a list of all incident services
122
122
*IncidentServicesApi* | [**update_incident_service**](IncidentServicesApi.md#update_incident_service) | **PATCH** /api/v2/services/{service_id} | Update an existing incident service
123
123
*IncidentTeamsApi* | [**create_incident_team**](IncidentTeamsApi.md#create_incident_team) | **POST** /api/v2/teams | Create a new incident team
124
124
*IncidentTeamsApi* | [**delete_incident_team**](IncidentTeamsApi.md#delete_incident_team) | **DELETE** /api/v2/teams/{team_id} | Delete an existing incident team
125
125
*IncidentTeamsApi* | [**get_incident_team**](IncidentTeamsApi.md#get_incident_team) | **GET** /api/v2/teams/{team_id} | Get details of an incident team
126
-
*IncidentTeamsApi* | [**get_incident_teams**](IncidentTeamsApi.md#get_incident_teams) | **GET** /api/v2/teams | Get a list of all incident teams
126
+
*IncidentTeamsApi* | [**list_incident_teams**](IncidentTeamsApi.md#list_incident_teams) | **GET** /api/v2/teams | Get a list of all incident teams
127
127
*IncidentTeamsApi* | [**update_incident_team**](IncidentTeamsApi.md#update_incident_team) | **PATCH** /api/v2/teams/{team_id} | Update an existing incident team
include (str): Specifies which types of related objects should be included in the response.. [optional] if omitted the server will use the default value of "users"
428
428
page_size (int): Size for a given page.. [optional] if omitted the server will use the default value of 10
429
429
page_offset (int): Specific offset to use as the beginning of the returned page.. [optional] if omitted the server will use the default value of 0
430
+
filter (str): A search query that filters services by name.. [optional]
430
431
_return_http_data_only (bool): response data without head status
431
432
code and headers. Default is True.
432
433
_preload_content (bool): if False, the urllib3.HTTPResponse object
include (str): Specifies which types of related objects should be included in the response.. [optional] if omitted the server will use the default value of "users"
428
428
page_size (int): Size for a given page.. [optional] if omitted the server will use the default value of 10
429
429
page_offset (int): Specific offset to use as the beginning of the returned page.. [optional] if omitted the server will use the default value of 0
430
+
filter (str): A search query that filters teams by name.. [optional]
430
431
_return_http_data_only (bool): response data without head status
431
432
code and headers. Default is True.
432
433
_preload_content (bool): if False, the urllib3.HTTPResponse object
0 commit comments