incident_io_client.api.utilities_v1.utilities_v1_open_apiv3
asyncio
async
asyncio(
*, client: Union[AuthenticatedClient, Client]
) -> Optional[UtilitiesV1OpenAPIV3Response200]
OpenAPIV3 Utilities V1
Get the OpenAPI (v3) definition.
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[UtilitiesV1OpenAPIV3Response200]
|
UtilitiesV1OpenAPIV3Response200 |
Source code in incident_io_client/api/utilities_v1/utilities_v1_open_apiv3.py
asyncio_detailed
async
asyncio_detailed(
*, client: Union[AuthenticatedClient, Client]
) -> Response[UtilitiesV1OpenAPIV3Response200]
OpenAPIV3 Utilities V1
Get the OpenAPI (v3) definition.
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[UtilitiesV1OpenAPIV3Response200]
|
Response[UtilitiesV1OpenAPIV3Response200] |
Source code in incident_io_client/api/utilities_v1/utilities_v1_open_apiv3.py
sync
OpenAPIV3 Utilities V1
Get the OpenAPI (v3) definition.
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[UtilitiesV1OpenAPIV3Response200]
|
UtilitiesV1OpenAPIV3Response200 |
Source code in incident_io_client/api/utilities_v1/utilities_v1_open_apiv3.py
sync_detailed
sync_detailed(
*, client: Union[AuthenticatedClient, Client]
) -> Response[UtilitiesV1OpenAPIV3Response200]
OpenAPIV3 Utilities V1
Get the OpenAPI (v3) definition.
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[UtilitiesV1OpenAPIV3Response200]
|
Response[UtilitiesV1OpenAPIV3Response200] |