action anchore_get_status { label: "Service status" description: "Get the API service status" provider: anchore method: GET path: "/status" encoding: json output: { type: "object" description: "System status response" properties: { available: { type: "boolean" } busy: { type: "boolean" } db_version: { type: "string" } detail: { type: "object" } message: { type: "string" } up: { type: "boolean" } version: { type: "string" } } } }