Skip to main content

List services

GET 

/sse/config/v1/services

Get services.

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 address groups

Schema
    data object[]
  • Array [
  • description string

    Possible values: <= 1023 characters

    id string

    uuid of the resource

    name stringrequired

    Possible values: <= 63 characters

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

    protocol object required
    oneOf
    tcp object
    override object
    halfclose_timeout integer

    Possible values: >= 1 and <= 604800

    Default value: 120

    tcp session half-close timeout value (in second)

    timeout integer

    Possible values: >= 1 and <= 604800

    Default value: 3600

    tcp session timeout value (in second)

    timewait_timeout integer

    Possible values: >= 1 and <= 600

    Default value: 15

    tcp session time-wait timeout value (in second)

    port stringrequired

    Possible values: non-empty and <= 1023 characters

    source_port string

    Possible values: non-empty and <= 1023 characters

    tag string[]

    Possible values: <= 64

    Tags for service object

  • ]
  • limit number

    Default value: 200

    offset number

    Default value: 0

    total number
Loading...