Controller
Controller Status API - Controller health checks, leadership election, and agent connectivity monitoring
Query and elect controller
Ping an controller for bind validator
GET
/api/v1/ctrl/discovery/ping
授权
UserHttpBearer
Use existing opaque tokens for authentication
类型HTTP (bearer)
响应
OK
*/*
JSON
{
"defaultLanguage": "string",
"defaultTimeZone": "string",
"requestId": "string",
"requestAcceptTime": "string",
"clientId": "string",
"clientSource": "string",
"serviceCode": "string",
"serviceName": "string",
"resourceCode": "string",
"instanceId": "string",
"method": "string",
"uri": "string",
"remoteAddress": "string",
"userAgent": "string",
"deviceId": "string",
"authenticated": true,
"grantType": "string",
"platformScope": "string",
"apiType": "string",
"dataScope": "string",
"resourceAclType": "string",
"authServiceCode": "string",
"tenantId": 0,
"tenantName": "string",
"userId": 0,
"fullName": "string",
"username": "string",
"mainDeptId": 0,
"country": "string",
"sysAdmin": true,
"toUser": true,
"optTenantId": 0,
"multiTenantCtrl": true,
"requiredToPolicy": [
"string"
],
"extensions": {
"additionalProperties": {
}
},
"userToken": true
}