Represents the health status of the Connect server and its dependencies.
Type: objectProperties: 3
Password ManagerPasswordsSecuritySecrets
ServerHealth is a JSON Structure definition published by 1Password, describing 3 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.
{
"$schema": "https://json-structure.org/meta/core/v0/#",
"$id": "https://raw.githubusercontent.com/api-evangelist/1password/refs/heads/main/json-structure/1password-connect-server-health-structure.json",
"name": "ServerHealth",
"description": "Represents the health status of the Connect server and its dependencies.",
"type": "object",
"properties": {
"name": {
"type": "string",
"description": "The name of the Connect server."
},
"version": {
"type": "string",
"description": "The version of the Connect server."
},
"dependencies": {
"type": "array",
"description": "The health status of server dependencies.",
"items": {
"type": "object",
"properties": {
"service": {
"type": "string",
"description": "The name of the dependency service."
},
"status": {
"type": "string",
"description": "The status of the dependency.",
"enum": [
"ACTIVE",
"INACTIVE",
"ERROR"
]
},
"message": {
"type": "string",
"description": "Additional information about the dependency status."
}
}
}
}
}
}
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.