addedOutput schema / properties / result / oneOf
Added value: +[
+ {
+ "additionalProperties": false,
+ "properties": {
+ "hint": {
+ "type": "string"
+ },
+ "kind": {
+ "const": "created-persisted",
+ "type": "string"
+ },
+ "message": {
+ "type": "string"
+ },
+ "readiness": {
+ "additionalProperties": false,
+ "properties": {
+ "message": {
+ "type": "string"
+ },
+ "status": {
+ "enum": [
+ "pending",
+ "ready",
+ "unknown"
+ ],
+ "type": "string"
+ }
+ },
+ "required": [
+ "status"
+ ],
+ "type": "object"
+ },
+ "replacedStaleServer": {
+ "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": [
+ "id",
+ "name",
+ "provider",
+ "ip",
+ "region",
+ "size",
+ "mode",
+ "createdAt"
+ ],
+ "type": "object"
+ },
+ "server": {
+ "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": [
+ "id",
+ "name",
+ "provider",
+ "ip",
+ "region",
+ "size",
+ "mode",
+ "createdAt"
+ ],
+ "type": "object"
+ },
+ "success": {
+ "type": "boolean"
+ },
+ "suggested_actions": {
+ "items": {
+ "additionalProperties": false,
+ "properties": {
+ "command": {
+ "type": "string"
+ },
+ "reason": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "command",
+ "reason"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ }
+ },
+ "required": [
+ "kind",
+ "server"
+ ],
+ "type": "object"
+ },
+ {
+ "additionalProperties": false,
+ "properties": {
+ "ip": {
+ "type": "string"
+ },
+ "kind": {
+ "const": "created-orphan",
+ "type": "string"
+ },
+ "name": {
+ "type": "string"
+ },
+ "provider": {
+ "enum": [
+ "hetzner",
+ "digitalocean",
+ "vultr",
+ "linode"
+ ],
+ "type": "string"
+ },
+ "providerId": {
+ "type": "string"
+ },
+ "suggestedCommand": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "kind",
+ "provider",
+ "providerId",
+ "name",
+ "ip",
+ "suggestedCommand"
+ ],
+ "type": "object"
+ },
+ {
+ "additionalProperties": false,
+ "properties": {
+ "kind": {
+ "const": "cancelled",
+ "type": "string"
+ },
+ "message": {
+ "type": "string"
+ },
+ "status": {
+ "const": "cancelled",
+ "type": "string"
+ }
+ },
+ "required": [
+ "kind",
+ "status",
+ "message"
+ ],
+ "type": "object"
+ }
+]
removedOutput schema / properties / result / properties
Removed value: -{
- "hint": {
- "type": "string"
- },
- "message": {
- "type": "string"
- },
- "readiness": {
- "additionalProperties": false,
- "properties": {
- "message": {
- "type": "string"
- },
- "status": {
- "enum": [
- "pending",
- "ready",
- "unknown"
- ],
- "type": "string"
- }
- },
- "required": [
- "status"
- ],
- "type": "object"
- },
- "server": {
- "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": [
- "id",
- "name",
- "provider",
- "ip",
- "region",
- "size",
- "mode",
- "createdAt"
- ],
- "type": "object"
- },
- "success": {
- "type": "boolean"
- },
- "suggested_actions": {
- "items": {
- "additionalProperties": false,
- "properties": {
- "command": {
- "type": "string"
- },
- "reason": {
- "type": "string"
- }
- },
- "required": [
- "command",
- "reason"
- ],
- "type": "object"
- },
- "type": "array"
- }
-}