Skip to main content

List hip profiles

GET 

/sse/config/v1/hip-profiles

Get Hip profiles.

Request

Query Parameters

    limit number

    The maximum number of result objects to return per page.

    offset number

    The offset of the result entry.

    name string

    The name of the entry.

    folder stringrequired

    Possible values: Value must match regular expression ^[0-9a-zA-Z._-\s]{1,}$, [Shared, Mobile Users, Remote Networks, Service Connections, Mobile Users Container, Mobile Users Explicit Proxy]

    The folder on which you want to perform this operation.

Responses

List of hip profiles

Schema
    data object[]
  • Array [
  • description string

    Possible values: <= 255 characters

    id string

    uuid of the resource

    match stringrequired

    Possible values: <= 2048 characters

    name stringrequired

    Possible values: <= 31 characters

    Alphanumeric string [ 0-9a-zA-Z._-]

  • ]
  • limit number

    Default value: 200

    offset number

    Default value: 0

    total number
Loading...