anatools.anaclient.agents module

Agent Functions

get_data_fields(self, type)

Retrieve information about the fields that can be returned for a specific data type.

Parameters

type (str) – The data type to retrieve fields for.

Returns

Information about the fields available for the specified data type.

Return type

list[str]

get_data_types(self)

Retrieve a list of data types available on the Platform.

Returns

The data types available on the Platform.

Return type

list[str]