ListTargets

list_targets(public_api_client, page_number=0, page_size=200)

Description

To get the list of all QDC device targets.

Arguments

  • public_api_client: QDC api client object.
  • page_number: The page number, starting from 0.
  • page_size: The number of items per page.

Returns

  • target objects: a paginated list of device targets, including fields such as target_id, chipset_name, chipset_marketing_name, chipset_platform_name, chipset_category, os, os_version, state, etc.

Usages

targets = qdc_api.list_targets(public_api_client)