SDK operation index

Generated from eve-iac OpenAPI/semantics. Do not edit manually.

Cross-language map of the 28 public operations. Traceability key is OpenAPI operationId.

Group operationId TypeScript Python Go HTTP
Connection / Authentication getHealth getHealth get_health GetHealth GET /api/v1/health
Connection / Authentication login login login Login POST /api/v1/login
Connection / Authentication logout logout logout Logout POST /api/v1/logout
Connection / Authentication getSession getSession get_session GetSession GET /api/v1/session
Connection / Authentication getCapabilities getCapabilities get_capabilities GetCapabilities GET /api/v1/capabilities
Templates / Metadata listTemplates listTemplates list_templates ListTemplates GET /api/v1/templates
Templates / Metadata getTemplate getTemplate get_template GetTemplate GET /api/v1/templates/{id}
Templates / Metadata listTemplateImages listTemplateImages list_template_images ListTemplateImages GET /api/v1/templates/{id}/images
Templates / Metadata listTemplateAttributes listTemplateAttributes list_template_attributes ListTemplateAttributes GET /api/v1/templates/{id}/attributes
Templates / Metadata listNetworkTypes listNetworkTypes list_network_types ListNetworkTypes GET /api/v1/network-types
Templates / Metadata listIcons listIcons list_icons ListIcons GET /api/v1/icons
Templates / Metadata completeLinkInterfaces completeLinkInterfaces complete_link_interfaces CompleteLinkInterfaces POST /api/v1/authoring/link-completions
Templates / Metadata previewInterfaces previewInterfaces preview_interfaces PreviewInterfaces POST /api/v1/authoring/interfaces
Projects validateProject validateProject validate_project ValidateProject POST /api/v1/projects/validate
Projects importProject importProject import_project ImportProject POST /api/v1/projects/import
Projects planProject planProject plan_project PlanProject POST /api/v1/projects/plan
Projects deployProject deployProject deploy_project DeployProject POST /api/v1/projects/deploy
Projects reconcileProject reconcileProject reconcile_project ReconcileProject POST /api/v1/projects/reconcile
Projects destroyProject destroyProject destroy_project DestroyProject POST /api/v1/projects/destroy
Projects getProjectStatus getProjectStatus get_project_status GetProjectStatus POST /api/v1/projects/status
Projects inspectProject inspectProject inspect_project InspectProject POST /api/v1/projects/inspect
Projects openProject openProject open_project OpenProject POST /api/v1/projects/open
Execution / Consoles listProjectConsoles listProjectConsoles list_project_consoles ListProjectConsoles POST /api/v1/projects/consoles
Execution / Consoles execProject execProject exec_project ExecProject POST /api/v1/projects/exec
Execution / Consoles execConsole execConsole exec_console ExecConsole POST /api/v1/console/exec
Execution / Consoles execConsoleMany execConsoleMany exec_console_many ExecConsoleMany POST /api/v1/console/exec-many
Execution / Consoles attachConsole attachConsole attach_console AttachConsole POST /api/v1/console/attach
Execution / Consoles streamConsole streamConsole stream_console StreamConsole GET /api/v1/console/stream/{ticket}