device.dpi.devicedetails.fields

Operation: GET /dataservice/device/dpi/devicedetails/fields

Get DPI detailed field from device

def get_dpi_device_details_field_json() -> 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.dpi.devicedetails.fields.get_dpi_device_details_field_json()