Download OpenAPI specification:Download
Core software stack that manages all aspects of a Portal
code required | string (Code) |
name required | string (Name) |
icon | string (Icon) Default: "unknown" Enum: "unknown" "smartphone" "tablet" "notebook" "desktop" An enumeration. |
{- "name": "string",
- "icon": "unknown"
}
null
[- {
- "name": "string",
- "installation_reason": "unknown",
- "status": "unknown",
- "last_access": "2019-08-24T14:15:22Z",
- "meta": {
- "v": "string",
- "app_version": "string",
- "upstream_repo": "string",
- "homepage": "string",
- "name": "string",
- "pretty_name": "string",
- "icon": "string",
- "entrypoints": [
- {
- "container_name": "string",
- "container_port": 0,
- "entrypoint_port": "http"
}
], - "paths": {
- "property1": {
- "access": "public",
- "headers": {
- "property1": "string",
- "property2": "string"
}
}, - "property2": {
- "access": "public",
- "headers": {
- "property1": "string",
- "property2": "string"
}
}
}, - "lifecycle": {
- "always_on": false,
- "idle_time_for_shutdown": 60
}, - "minimum_portal_size": "xs",
- "store_info": {
- "description_short": "string",
- "description_long": "string",
- "hint": "string",
- "is_featured": true
}
}
}
]
{- "name": "string",
- "installation_reason": "unknown",
- "status": "unknown",
- "last_access": "2019-08-24T14:15:22Z",
- "meta": {
- "v": "string",
- "app_version": "string",
- "upstream_repo": "string",
- "homepage": "string",
- "name": "string",
- "pretty_name": "string",
- "icon": "string",
- "entrypoints": [
- {
- "container_name": "string",
- "container_port": 0,
- "entrypoint_port": "http"
}
], - "paths": {
- "property1": {
- "access": "public",
- "headers": {
- "property1": "string",
- "property2": "string"
}
}, - "property2": {
- "access": "public",
- "headers": {
- "property1": "string",
- "property2": "string"
}
}
}, - "lifecycle": {
- "always_on": false,
- "idle_time_for_shutdown": 60
}, - "minimum_portal_size": "xs",
- "store_info": {
- "description_short": "string",
- "description_long": "string",
- "hint": "string",
- "is_featured": true
}
}
}
{- "last_report": {
- "directories": [
- {
- "directory": "string",
- "startTime": "2019-08-24T14:15:22Z",
- "endTime": "2019-08-24T14:15:22Z",
- "bytes": 0,
- "checks": 0,
- "deletedDirs": 0,
- "deletes": 0,
- "elapsedTime": 0,
- "errors": 0,
- "fatalError": true,
- "renames": 0,
- "retryError": true,
- "serverSideCopies": 0,
- "serverSideCopyBytes": 0,
- "serverSideMoveBytes": 0,
- "serverSideMoves": 0,
- "speed": 0,
- "totalBytes": 0,
- "totalChecks": 0,
- "totalTransfers": 0,
- "transferTime": 0,
- "transfers": 0
}
], - "startTime": "2019-08-24T14:15:22Z",
- "endTime": "2019-08-24T14:15:22Z"
}, - "last_passphrase_access_info": {
- "time": "2019-08-24T14:15:22Z",
- "terminal_id": "string",
- "terminal_name": "string"
}
}
id | string (Id) |
name | string (Name) Default: "" |
string (Email) Default: "" | |
description | string (Description) Default: "" |
{- "id": "string",
- "name": "",
- "email": "",
- "description": ""
}
{- "id": "string",
- "name": "string",
- "email": "string",
- "description": "string",
- "is_default": true,
- "public_key_pem": "string",
- "domain": "string"
}
{- "id": "string",
- "name": "string"
}
{- "id": "string",
- "name": "string",
- "public_bytes_b64": "string",
- "is_reachable": true
}
id_ required | string (Id ) |
name required | string (Name) |
icon | string (Icon) Default: "unknown" Enum: "unknown" "smartphone" "tablet" "notebook" "desktop" An enumeration. |
{- "name": "string",
- "icon": "unknown"
}
null
name required | string (Name) |
status required | string (TourStatus) Enum: "seen" "unseen" An enumeration. |
{- "name": "string",
- "status": "seen"
}
{- "detail": [
- {
- "loc": [
- "string"
], - "msg": "string",
- "type": "string"
}
]
}
{- "vm_id": "string",
- "owner": "string",
- "owner_email": "string",
- "time_created": "2019-08-24T14:15:22Z",
- "time_assigned": "2019-08-24T14:15:22Z",
- "delete_after": "2019-08-24T14:15:22Z",
- "portal_size": "xs",
- "max_portal_size": "xs"
}