10.1 Preflight profile list

GET http://{{rip_ip}}:5438/preflight/list

Gets the list of preflight profiles available. This is the same as getting the resource list (7.1 Resource list) for the type “DefectProfile”.

Response

Array of objects containing the name, GUID and last modification date. Optionally the associated metadata containing information like variants, media name, etc..

  • Name (string) : Name of the resource.
  • GUID (guid) : ResourceGUID.
  • Date (string) : Last modification UTC date and time.
  • Meta (object, optional) : Metadata specific to the resource type. Often containing the user's visible name.
  • Domain (string, optional) : Public (readonly) or Private. When not set then Private is assumed.