incident_io_client.api.catalog_v2.catalog_v2_list_entries
asyncio
async
asyncio(
*,
client: Union[AuthenticatedClient, Client],
catalog_type_id: str,
page_size: Union[Unset, int] = 25,
after: Union[Unset, str] = UNSET
) -> Optional[CatalogV2ListEntriesResponseBody]
ListEntries Catalog V2
List entries for a catalog type.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
catalog_type_id |
str
|
|
required |
page_size |
Union[Unset, int]
|
Default: 25. |
25
|
after |
Union[Unset, str]
|
|
UNSET
|
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[CatalogV2ListEntriesResponseBody]
|
CatalogV2ListEntriesResponseBody |
Source code in incident_io_client/api/catalog_v2/catalog_v2_list_entries.py
asyncio_detailed
async
asyncio_detailed(
*,
client: Union[AuthenticatedClient, Client],
catalog_type_id: str,
page_size: Union[Unset, int] = 25,
after: Union[Unset, str] = UNSET
) -> Response[CatalogV2ListEntriesResponseBody]
ListEntries Catalog V2
List entries for a catalog type.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
catalog_type_id |
str
|
|
required |
page_size |
Union[Unset, int]
|
Default: 25. |
25
|
after |
Union[Unset, str]
|
|
UNSET
|
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[CatalogV2ListEntriesResponseBody]
|
Response[CatalogV2ListEntriesResponseBody] |
Source code in incident_io_client/api/catalog_v2/catalog_v2_list_entries.py
sync
sync(
*,
client: Union[AuthenticatedClient, Client],
catalog_type_id: str,
page_size: Union[Unset, int] = 25,
after: Union[Unset, str] = UNSET
) -> Optional[CatalogV2ListEntriesResponseBody]
ListEntries Catalog V2
List entries for a catalog type.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
catalog_type_id |
str
|
|
required |
page_size |
Union[Unset, int]
|
Default: 25. |
25
|
after |
Union[Unset, str]
|
|
UNSET
|
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[CatalogV2ListEntriesResponseBody]
|
CatalogV2ListEntriesResponseBody |
Source code in incident_io_client/api/catalog_v2/catalog_v2_list_entries.py
sync_detailed
sync_detailed(
*,
client: Union[AuthenticatedClient, Client],
catalog_type_id: str,
page_size: Union[Unset, int] = 25,
after: Union[Unset, str] = UNSET
) -> Response[CatalogV2ListEntriesResponseBody]
ListEntries Catalog V2
List entries for a catalog type.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
catalog_type_id |
str
|
|
required |
page_size |
Union[Unset, int]
|
Default: 25. |
25
|
after |
Union[Unset, str]
|
|
UNSET
|
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[CatalogV2ListEntriesResponseBody]
|
Response[CatalogV2ListEntriesResponseBody] |