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
service_id ="service_id_example"# str | The ID of the incident service.
255
-
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"
255
+
include =IncidentRelatedObject("users")#IncidentRelatedObject | Specifies which types of related objects should be included in the response. (optional)
256
256
257
257
# example passing only required values which don't have defaults set
258
258
try:
@@ -277,7 +277,7 @@ with datadog_api_client.v2.ApiClient(configuration) as api_client:
**service_id** | **str**| The ID of the incident service. |
280
-
**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"
280
+
**include** | **IncidentRelatedObject**| Specifies which types of related objects should be included in the response. | [optional]
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"
352
+
include =IncidentRelatedObject("users")#IncidentRelatedObject | Specifies which types of related objects should be included in the response. (optional)
353
353
page_size =10# int | Size for a given page. (optional) if omitted the server will use the default value of 10
354
354
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
355
355
filter="ExampleServiceName"# str | A search query that filters services by name. (optional)
@@ -368,7 +368,7 @@ with datadog_api_client.v2.ApiClient(configuration) as api_client:
**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"
371
+
**include** | **IncidentRelatedObject**| Specifies which types of related objects should be included in the response. | [optional]
372
372
**page_size** | **int**| Size for a given page. | [optional] if omitted the server will use the default value of 10
373
373
**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
374
374
**filter** | **str**| A search query that filters services by name. | [optional]
team_id ="team_id_example"# str | The ID of the incident team.
255
-
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"
255
+
include =IncidentRelatedObject("users")#IncidentRelatedObject | Specifies which types of related objects should be included in the response. (optional)
256
256
257
257
# example passing only required values which don't have defaults set
258
258
try:
@@ -277,7 +277,7 @@ with datadog_api_client.v2.ApiClient(configuration) as api_client:
**team_id** | **str**| The ID of the incident team. |
280
-
**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"
280
+
**include** | **IncidentRelatedObject**| Specifies which types of related objects should be included in the response. | [optional]
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"
352
+
include =IncidentRelatedObject("users")#IncidentRelatedObject | Specifies which types of related objects should be included in the response. (optional)
353
353
page_size =10# int | Size for a given page. (optional) if omitted the server will use the default value of 10
354
354
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
355
355
filter="ExampleTeamName"# str | A search query that filters teams by name. (optional)
@@ -368,7 +368,7 @@ with datadog_api_client.v2.ApiClient(configuration) as api_client:
**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"
371
+
**include** | **IncidentRelatedObject**| Specifies which types of related objects should be included in the response. | [optional]
372
372
**page_size** | **int**| Size for a given page. | [optional] if omitted the server will use the default value of 10
373
373
**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
374
374
**filter** | **str**| A search query that filters teams by name. | [optional]
**incident_id** | **str**| The UUID the incident. |
286
-
**include** | **[str]**| Specifies which types of related objects should be included in the response. | [optional]
286
+
**include** | [**[IncidentRelatedObject]**](IncidentRelatedObject.md)| Specifies which types of related objects should be included in the response. | [optional]
287
287
288
288
### Return type
289
289
@@ -356,8 +356,8 @@ with datadog_api_client.v2.ApiClient(configuration) as api_client:
**include** | **[str]**| Specifies which types of related objects should be included in the response. | [optional]
378
+
**include** | [**[IncidentRelatedObject]**](IncidentRelatedObject.md)| Specifies which types of related objects should be included in the response. | [optional]
379
379
**page_size** | **int**| Size for a given page. | [optional] if omitted the server will use the default value of 10
380
380
**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
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"
298
+
include (IncidentRelatedObject): Specifies which types of related objects should be included in the response.. [optional]
298
299
_return_http_data_only (bool): response data without head status
299
300
code and headers. Default is True.
300
301
_preload_content (bool): if False, the urllib3.HTTPResponse object
@@ -366,7 +367,6 @@ def __get_incident_service(
366
367
'nullable': [
367
368
],
368
369
'enum': [
369
-
'include',
370
370
],
371
371
'validation': [
372
372
]
@@ -375,16 +375,12 @@ def __get_incident_service(
375
375
'validations': {
376
376
},
377
377
'allowed_values': {
378
-
('include',): {
379
-
380
-
"USERS": "users"
381
-
},
382
378
},
383
379
'openapi_types': {
384
380
'service_id':
385
381
(str,),
386
382
'include':
387
-
(str,),
383
+
(IncidentRelatedObject,),
388
384
},
389
385
'attribute_map': {
390
386
'service_id': 'service_id',
@@ -422,7 +418,7 @@ def __list_incident_services(
422
418
423
419
424
420
Keyword Args:
425
-
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"
421
+
include (IncidentRelatedObject): Specifies which types of related objects should be included in the response.. [optional]
426
422
page_size (int): Size for a given page.. [optional] if omitted the server will use the default value of 10
427
423
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
428
424
filter (str): A search query that filters services by name.. [optional]
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"
298
+
include (IncidentRelatedObject): Specifies which types of related objects should be included in the response.. [optional]
298
299
_return_http_data_only (bool): response data without head status
299
300
code and headers. Default is True.
300
301
_preload_content (bool): if False, the urllib3.HTTPResponse object
@@ -366,7 +367,6 @@ def __get_incident_team(
366
367
'nullable': [
367
368
],
368
369
'enum': [
369
-
'include',
370
370
],
371
371
'validation': [
372
372
]
@@ -375,16 +375,12 @@ def __get_incident_team(
375
375
'validations': {
376
376
},
377
377
'allowed_values': {
378
-
('include',): {
379
-
380
-
"USERS": "users"
381
-
},
382
378
},
383
379
'openapi_types': {
384
380
'team_id':
385
381
(str,),
386
382
'include':
387
-
(str,),
383
+
(IncidentRelatedObject,),
388
384
},
389
385
'attribute_map': {
390
386
'team_id': 'team_id',
@@ -422,7 +418,7 @@ def __list_incident_teams(
422
418
423
419
424
420
Keyword Args:
425
-
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"
421
+
include (IncidentRelatedObject): Specifies which types of related objects should be included in the response.. [optional]
426
422
page_size (int): Size for a given page.. [optional] if omitted the server will use the default value of 10
427
423
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
428
424
filter (str): A search query that filters teams by name.. [optional]
0 commit comments