changedOutput schema / properties / result / oneOf
Previous value: -[
- {
- "additionalProperties": false,
- "properties": {
- "action": {
- "const": "list",
- "type": "string"
- },
- "message": {
- "type": "string"
- },
- "servers": {
- "items": {
- "additionalProperties": false,
- "properties": {
- "createdAt": {
- "type": "string"
- },
- "id": {
- "type": "string"
- },
- "ip": {
- "type": "string"
- },
- "mode": {
- "type": "string"
- },
- "name": {
- "type": "string"
- },
- "provider": {
- "type": "string"
- },
- "region": {
- "type": "string"
- },
- "size": {
- "type": "string"
- }
- },
- "required": [
- "name",
- "ip",
- "provider",
- "region",
- "size",
- "id",
- "mode",
- "createdAt"
- ],
- "type": "object"
- },
- "type": "array"
- },
- "suggested_actions": {
- "items": {
- "additionalProperties": false,
- "properties": {
- "command": {
- "type": "string"
- },
- "reason": {
- "type": "string"
- }
- },
- "required": [
- "command",
- "reason"
- ],
- "type": "object"
- },
- "type": "array"
- },
- "total": {
- "type": "number"
- }
- },
- "required": [
- "action",
- "servers",
- "total",
- "suggested_actions"
- ],
- "type": "object"
- },
- {
- "additionalProperties": false,
- "properties": {
- "action": {
- "const": "status",
- "type": "string"
- },
- "results": {
- "items": {
- "additionalProperties": false,
- "properties": {
- "error": {
- "type": "string"
- },
- "ip": {
- "type": "string"
- },
- "mode": {
- "type": "string"
- },
- "name": {
- "type": "string"
- },
- "platformStatus": {
- "type": "string"
- },
- "provider": {
- "type": "string"
- },
- "region": {
- "type": "string"
- },
- "serverStatus": {
- "type": "string"
- },
- "size": {
- "type": "string"
- }
- },
- "required": [
- "name",
- "ip",
- "provider",
- "region",
- "size",
- "mode",
- "serverStatus",
- "platformStatus"
- ],
- "type": "object"
- },
- "type": "array"
- },
- "suggested_actions": {
- "items": {
- "additionalProperties": false,
- "properties": {
- "command": {
- "type": "string"
- },
- "reason": {
- "type": "string"
- }
- },
- "required": [
- "command",
- "reason"
- ],
- "type": "object"
- },
- "type": "array"
- },
- "summary": {
- "additionalProperties": false,
- "properties": {
- "errors": {
- "type": "number"
- },
- "notReachable": {
- "type": "number"
- },
- "running": {
- "type": "number"
- },
- "total": {
- "type": "number"
- }
- },
- "required": [
- "total",
- "running",
- "notReachable",
- "errors"
- ],
- "type": "object"
- }
- },
- "required": [
- "action",
- "results",
- "summary",
- "suggested_actions"
- ],
- "type": "object"
- },
- {
- "additionalProperties": false,
- "properties": {
- "action": {
- "const": "health",
- "type": "string"
- },
- "results": {
- "items": {
- "additionalProperties": {},
- "propertyNames": {
- "type": "string"
- },
- "type": "object"
- },
- "type": "array"
- },
- "suggested_actions": {
- "items": {
- "additionalProperties": false,
- "properties": {
- "command": {
- "type": "string"
- },
- "reason": {
- "type": "string"
- }
- },
- "required": [
- "command",
- "reason"
- ],
- "type": "object"
- },
- "type": "array"
- },
- "summary": {
- "additionalProperties": false,
- "properties": {
- "bare": {
- "type": "number"
- },
- "notReachable": {
- "type": "number"
- },
- "running": {
- "type": "number"
- },
- "total": {
- "type": "number"
- }
- },
- "required": [
- "total",
- "running",
- "notReachable",
- "bare"
- ],
- "type": "object"
- }
- },
- "required": [
- "action",
- "results",
- "summary",
- "suggested_actions"
- ],
- "type": "object"
- },
- {
- "additionalProperties": false,
- "properties": {
- "action": {
- "const": "sizes",
- "type": "string"
- },
- "mode": {
- "type": "string"
- },
- "provider": {
- "type": "string"
- },
- "region": {
- "type": "string"
- },
- "sizes": {
- "items": {
- "additionalProperties": false,
- "properties": {
- "disk": {
- "type": "string"
- },
- "id": {
- "type": "string"
- },
- "name": {
- "type": "string"
- },
- "price": {
- "type": "string"
- },
- "ram": {
- "type": "string"
- },
- "vcpu": {
- "type": "number"
- }
- },
- "required": [
- "id",
- "name",
- "vcpu",
- "ram",
- "disk",
- "price"
- ],
- "type": "object"
- },
- "type": "array"
- },
- "suggested_actions": {
- "items": {
- "additionalProperties": false,
- "properties": {
- "command": {
- "type": "string"
- },
- "reason": {
- "type": "string"
- }
- },
- "required": [
- "command",
- "reason"
- ],
- "type": "object"
- },
- "type": "array"
- },
- "total": {
- "type": "number"
- }
- },
- "required": [
- "action",
- "provider",
- "region",
- "mode",
- "sizes",
- "total",
- "suggested_actions"
- ],
- "type": "object"
- }
-]New value: +[
+ {
+ "additionalProperties": false,
+ "properties": {
+ "action": {
+ "const": "list",
+ "type": "string"
+ },
+ "message": {
+ "type": "string"
+ },
+ "servers": {
+ "items": {
+ "additionalProperties": false,
+ "properties": {
+ "createdAt": {
+ "type": "string"
+ },
+ "id": {
+ "type": "string"
+ },
+ "ip": {
+ "type": "string"
+ },
+ "mode": {
+ "type": "string"
+ },
+ "name": {
+ "type": "string"
+ },
+ "provider": {
+ "type": "string"
+ },
+ "region": {
+ "type": "string"
+ },
+ "size": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "name",
+ "ip",
+ "provider",
+ "region",
+ "size",
+ "id",
+ "mode",
+ "createdAt"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "suggested_actions": {
+ "items": {
+ "additionalProperties": false,
+ "properties": {
+ "command": {
+ "type": "string"
+ },
+ "reason": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "command",
+ "reason"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "total": {
+ "type": "number"
+ }
+ },
+ "required": [
+ "action",
+ "servers",
+ "total",
+ "suggested_actions"
+ ],
+ "type": "object"
+ },
+ {
+ "additionalProperties": false,
+ "properties": {
+ "action": {
+ "const": "status",
+ "type": "string"
+ },
+ "results": {
+ "items": {
+ "additionalProperties": false,
+ "properties": {
+ "error": {
+ "type": "string"
+ },
+ "ip": {
+ "type": "string"
+ },
+ "mode": {
+ "type": "string"
+ },
+ "name": {
+ "type": "string"
+ },
+ "platformStatus": {
+ "type": "string"
+ },
+ "provider": {
+ "type": "string"
+ },
+ "region": {
+ "type": "string"
+ },
+ "serverStatus": {
+ "type": "string"
+ },
+ "size": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "name",
+ "ip",
+ "provider",
+ "region",
+ "size",
+ "mode",
+ "serverStatus",
+ "platformStatus"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "suggested_actions": {
+ "items": {
+ "additionalProperties": false,
+ "properties": {
+ "command": {
+ "type": "string"
+ },
+ "reason": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "command",
+ "reason"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "summary": {
+ "additionalProperties": false,
+ "properties": {
+ "errors": {
+ "type": "number"
+ },
+ "notReachable": {
+ "type": "number"
+ },
+ "running": {
+ "type": "number"
+ },
+ "total": {
+ "type": "number"
+ }
+ },
+ "required": [
+ "total",
+ "running",
+ "notReachable",
+ "errors"
+ ],
+ "type": "object"
+ }
+ },
+ "required": [
+ "action",
+ "results",
+ "summary",
+ "suggested_actions"
+ ],
+ "type": "object"
+ },
+ {
+ "additionalProperties": false,
+ "properties": {
+ "action": {
+ "const": "health",
+ "type": "string"
+ },
+ "coolifyUrl": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "dokployUrl": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "hostKeyMismatch": {
+ "type": "boolean"
+ },
+ "ip": {
+ "type": "string"
+ },
+ "mode": {
+ "type": "string"
+ },
+ "platformStatus": {
+ "type": "string"
+ },
+ "results": {
+ "items": {
+ "additionalProperties": {},
+ "propertyNames": {
+ "type": "string"
+ },
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "server": {
+ "type": "string"
+ },
+ "sshReachable": {
+ "type": "boolean"
+ },
+ "suggested_actions": {
+ "items": {
+ "additionalProperties": false,
+ "properties": {
+ "command": {
+ "type": "string"
+ },
+ "reason": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "command",
+ "reason"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "summary": {
+ "additionalProperties": false,
+ "properties": {
+ "bare": {
+ "type": "number"
+ },
+ "notReachable": {
+ "type": "number"
+ },
+ "running": {
+ "type": "number"
+ },
+ "total": {
+ "type": "number"
+ }
+ },
+ "required": [
+ "total",
+ "running",
+ "notReachable",
+ "bare"
+ ],
+ "type": "object"
+ }
+ },
+ "required": [
+ "action",
+ "suggested_actions"
+ ],
+ "type": "object"
+ },
+ {
+ "additionalProperties": false,
+ "properties": {
+ "action": {
+ "const": "sizes",
+ "type": "string"
+ },
+ "mode": {
+ "type": "string"
+ },
+ "provider": {
+ "type": "string"
+ },
+ "region": {
+ "type": "string"
+ },
+ "sizes": {
+ "items": {
+ "additionalProperties": false,
+ "properties": {
+ "disk": {
+ "type": "string"
+ },
+ "id": {
+ "type": "string"
+ },
+ "name": {
+ "type": "string"
+ },
+ "price": {
+ "type": "string"
+ },
+ "ram": {
+ "type": "string"
+ },
+ "vcpu": {
+ "type": "number"
+ }
+ },
+ "required": [
+ "id",
+ "name",
+ "vcpu",
+ "ram",
+ "disk",
+ "price"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "suggested_actions": {
+ "items": {
+ "additionalProperties": false,
+ "properties": {
+ "command": {
+ "type": "string"
+ },
+ "reason": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "command",
+ "reason"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "total": {
+ "type": "number"
+ }
+ },
+ "required": [
+ "action",
+ "provider",
+ "region",
+ "mode",
+ "sizes",
+ "total",
+ "suggested_actions"
+ ],
+ "type": "object"
+ }
+]