incident_io_client.api.catalog_v2.catalog_v2_show_entry
asyncio
async
asyncio(
id: str, *, client: Union[AuthenticatedClient, Client]
) -> Optional[CatalogV2ShowEntryResponseBody]
ShowEntry Catalog V2
Show a single catalog entry.
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[CatalogV2ShowEntryResponseBody]
|
CatalogV2ShowEntryResponseBody |
Source code in incident_io_client/api/catalog_v2/catalog_v2_show_entry.py
asyncio_detailed
async
asyncio_detailed(
id: str, *, client: Union[AuthenticatedClient, Client]
) -> Response[CatalogV2ShowEntryResponseBody]
ShowEntry Catalog V2
Show a single catalog entry.
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[CatalogV2ShowEntryResponseBody]
|
Response[CatalogV2ShowEntryResponseBody] |
Source code in incident_io_client/api/catalog_v2/catalog_v2_show_entry.py
sync
sync(
id: str, *, client: Union[AuthenticatedClient, Client]
) -> Optional[CatalogV2ShowEntryResponseBody]
ShowEntry Catalog V2
Show a single catalog entry.
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[CatalogV2ShowEntryResponseBody]
|
CatalogV2ShowEntryResponseBody |
Source code in incident_io_client/api/catalog_v2/catalog_v2_show_entry.py
sync_detailed
sync_detailed(
id: str, *, client: Union[AuthenticatedClient, Client]
) -> Response[CatalogV2ShowEntryResponseBody]
ShowEntry Catalog V2
Show a single catalog entry.
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[CatalogV2ShowEntryResponseBody]
|
Response[CatalogV2ShowEntryResponseBody] |