Skip to main content

Get Profile Mapping

GET 

/pub/v4.0/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

Request

Query Parameters

    customerid stringrequired

    The customer ID to which the API call is directed

Responses

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

Schema
    count integerrequired

    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...