device.cflowd.device.fields

Operation: GET /dataservice/device/cflowd/device/fields

Get CflowdvDPI query field JSON

def get_cflowd_dpi_field_json(
    is_device_dash_board: Optional[bool] = False,
) -> Any: ...

Example:

from catalyswan.core import create_client

url = "example.com"
username = "admin"
password = "password123"

with create_client(
    url=url, username=username, password=password
) as client:
    client.device.cflowd.device.fields.get_cflowd_dpi_field_json()