Skip to main content

Get a HIP profile

GET 

/hip-profiles/:id

Get an existing HIP profile.

Request

Path Parameters

    id uuidrequired

    The UUID of the configuration resource

Responses

OK

Schema
    oneOf
    folder stringrequired

    Possible values: <= 64 characters, Value must match regular expression ^[a-zA-Z\d-_\. ]+$

    The folder in which the resource is defined

    id stringrequired

    UUID of the resource

    name stringrequired

    Possible values: <= 31 characters, Value must match regular expression ^[ a-zA-Z\d.-_]+$

    The name of the HIP profile

    description string

    Possible values: <= 255 characters

    match stringrequired

    Possible values: <= 2048 characters

Loading...