Skip to main content

List service unit editions

GET 

/dwsu/edition

Lists the service unit editions.

Request

Responses

OK

Schema

    code int32

    The response code.

    data

    object[]

    The wrapped responding data.

  • Array [

  • description string

    The description of the edition.

    features

    object[]

    The list of features supported by the edition.

  • Array [

  • description string

    The description of the feature.

    id string

    The ID of the feature.

    name string

    The name of the feature.

  • ]

  • id string

    The ID of the edition.

    isAvailable boolean

    Whether the edition is available.

    name string

    The name of the edition.

  • ]

  • msg string

    The response message.

Loading...