Deze pagina is nog niet beschikbaar in uw eigen taal. We werken er hard aan om meer taalversies toe te voegen. Bedankt voor uw steun.

Obtaining Source Server Overview

Updated on 2024-09-04 GMT+08:00

Function

Obtaining Source Server Overview

Calling Method

For details, see Calling APIs.

URI

GET /v3/sources/overview

Request

Table 1 Request header parameter

Parameter

Mandatory

Type

Description

X-Auth-Token

Yes

String

The user token. It can be obtained by calling the IAM API (value of X-Subject-Token in the response header).

Minimum length: 1 character

Maximum length: 16,384 characters

Response

Status code: 200

Table 2 Response body parameters

Parameter

Type

Description

waiting

Integer

The number of servers that are in waiting status.

Minimum value: 0

Maximum value: 1000

replicating

Integer

The number of servers that are in replicating status.

Minimum value: 0

Maximum value: 1000

syncing

Integer

The number of servers that are in synchronizing status.

Minimum value: 0

Maximum value: 1000

other

Integer

The number of servers in other statuses.

Minimum value: 0

Maximum value: 1000

Example Request

Query the overview of servers.

GET https://{endpoint}/v3/sources/overview

Example Response

Status code: 200

OK

{
  "waiting" : 5,
  "replicating" : 6,
  "syncing" : 3,
  "other" : 2
}

Status Codes

Status Code

Description

200

Response returned.

Error Codes

For details, see Error Codes.

Feedback

Feedback

Feedback

0/500

Selected Content

Submit selected content with the feedback