Skip to main content

Get Profile Mapping

Get a list of mappings of each device profile to a category and industry vertical. This list is for all device profiles that can appear in IoT Security, not just those in your environment.
Rate limiting: 180 times per minute

Query Parameters
    customerid string required

    The customer ID to which the API call is directed

Responses

Successful Response (We only show some important fields here.)


Schema
    count integer required

    The total number of profile mappings

    mapping object[] required

    An array containing profile mappings

  • Array [
  • profile string

    The name of a device profile

    category string

    The category to which the profile is mapped

    vertical string

    The industry vertical to which the profile is mapped

  • ]
Loading...