incident_io_client.api.alert_routes_v2.alert_routes_v2_show
asyncio
async
asyncio(
id: str, *, client: Union[AuthenticatedClient, Client]
) -> Optional[AlertRoutesV2ShowResponseBody]
Show Alert Routes V2
Show an alert route.
We recommend you create alert routes in the incident.io dashboard where we allow previewing filter and grouping rules.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
id |
str
|
|
required |
Raises:
Type | Description |
---|---|
UnexpectedStatus
|
If the server returns an undocumented status code and Client.raise_on_unexpected_status is True. |
TimeoutException
|
If the request takes longer than Client.timeout. |
Returns:
Type | Description |
---|---|
Optional[AlertRoutesV2ShowResponseBody]
|
AlertRoutesV2ShowResponseBody |
Source code in incident_io_client/api/alert_routes_v2/alert_routes_v2_show.py
asyncio_detailed
async
asyncio_detailed(
id: str, *, client: Union[AuthenticatedClient, Client]
) -> Response[AlertRoutesV2ShowResponseBody]
Show Alert Routes V2
Show an alert route.
We recommend you create alert routes in the incident.io dashboard where we allow previewing filter and grouping rules.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
id |
str
|
|
required |
Raises:
Type | Description |
---|---|
UnexpectedStatus
|
If the server returns an undocumented status code and Client.raise_on_unexpected_status is True. |
TimeoutException
|
If the request takes longer than Client.timeout. |
Returns:
Type | Description |
---|---|
Response[AlertRoutesV2ShowResponseBody]
|
Response[AlertRoutesV2ShowResponseBody] |
Source code in incident_io_client/api/alert_routes_v2/alert_routes_v2_show.py
sync
sync(
id: str, *, client: Union[AuthenticatedClient, Client]
) -> Optional[AlertRoutesV2ShowResponseBody]
Show Alert Routes V2
Show an alert route.
We recommend you create alert routes in the incident.io dashboard where we allow previewing filter and grouping rules.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
id |
str
|
|
required |
Raises:
Type | Description |
---|---|
UnexpectedStatus
|
If the server returns an undocumented status code and Client.raise_on_unexpected_status is True. |
TimeoutException
|
If the request takes longer than Client.timeout. |
Returns:
Type | Description |
---|---|
Optional[AlertRoutesV2ShowResponseBody]
|
AlertRoutesV2ShowResponseBody |
Source code in incident_io_client/api/alert_routes_v2/alert_routes_v2_show.py
sync_detailed
sync_detailed(
id: str, *, client: Union[AuthenticatedClient, Client]
) -> Response[AlertRoutesV2ShowResponseBody]
Show Alert Routes V2
Show an alert route.
We recommend you create alert routes in the incident.io dashboard where we allow previewing filter and grouping rules.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
id |
str
|
|
required |
Raises:
Type | Description |
---|---|
UnexpectedStatus
|
If the server returns an undocumented status code and Client.raise_on_unexpected_status is True. |
TimeoutException
|
If the request takes longer than Client.timeout. |
Returns:
Type | Description |
---|---|
Response[AlertRoutesV2ShowResponseBody]
|
Response[AlertRoutesV2ShowResponseBody] |