Skip to main content

Get Domain Status (v2.0)

GET 

/sdwan/v2.0/api/directoryservices/status

List the domain status.

Responses

Successful Operation

Schema
    count int32

    The actual count.

    id string

    The ID.

    items DirectoryServiceDomainStatus[]
  • Array [
  • groups_count int64

    The number of groups.

    id string

    The ID.

    last_updated int64

    The last updated domain status.

    name string

    The name of the domain.

    status string

    Domain status.

    users_count int64

    The number of users.

  • ]
Loading...