4.7.4.1. Adapter schemas¶
Parsers for adapter schemas.
-
axonius_api_client.parsers.adapters.
parse_adapters
(raw)[source]¶ Parser to turn adapters metadata into a more friendly format.
- Parameters
raw (
typing.List
[dict
]) – the raw output fromaxonius_api_client.api.adapters.adapters.Adapters._get()
- Return type
-
axonius_api_client.parsers.adapters.
get_specific_name
(config)[source]¶ Get the name of the specific schema for the current adapter.
-
axonius_api_client.parsers.adapters.
parse_cnxs
(cnxs, adapter)[source]¶ Parse the connections metadata for this adapter.
- Parameters
cnxs (
typing.List
[dict
]) – connections of current adapteradapter (
dict
) – current adapter metadata
- Return type