Voltar para Admin Service
Type
ENDPOINT
Created
18/02/2026, 22:10
Updated
18/02/2026, 22:10

Config

path: "/admin/system/health"
method: "GET"
httpCodes:
success: 200
forbidden: 403
unauthorized: 401

Input Schema

type: "object"
required:
0"authToken"
1"userId"
properties:
userId:
include:
authToken:
timeoutMs:

Outputs (4)

errorERROR

Resposta de erro

type: "object"
properties:
code:
message:
requestId:
httpStatus:
forbiddenERROR

HTTP 403 - forbidden

type: "object"
properties:
code:
message:
httpStatus:
successSUCCESS

Resposta de sucesso

type: "object"
required:
0"success"
1"data_overallStatus"
2"data_services"
3"meta_rateLimit"
properties:
success:
data_services:
meta_rateLimit:
meta_requestId:
meta_generatedAt:
data_overallStatus:
unauthorizedERROR

HTTP 401 - unauthorized

type: "object"
properties:
code:
message:
httpStatus:

Used in Flows (1)