In Nutanix Self-Service (Calm),Endpointsare external execution targets used by Playbooks and Runbooks to run scripts or automation tasks. Nutanix documentation specifies the followingvalid Endpoint types:
Windows Endpoint
Linux Endpoint
Database Endpoints(e.g., PostgreSQL, MySQL)
HTTP/Webhook Endpoints
Calm identifiesWindowsandLinuxmachines as valid, manageable Endpoints, meaning administrators can run scripts, commands, and automation tasks on them.
Why the correct answer is B (Windows)
Windows is explicitly listed as a supported Endpoint type.It supports script execution (PowerShell), credential storage, and remote orchestration through Calm.
Why the other options are incorrect
❌A. API Gateway
An API Gateway isnot an Endpoint typein Self-Service; it is not used for script execution or orchestration.
❌C. CentOS
Although CentOS is a Linux distribution, Calm doesnotregister distribution-specific Endpoints like "CentOS."
Instead, it uses thegeneric Linux Endpoint type, not OS-specific entries.
Therefore, "CentOS" isnota selectable Endpoint type.
❌D. Kubernetes
A Kubernetes cluster can be integrated with Nutanix, but it isnot classified as a Playbook/Runbook Endpointin Self-Service.
Kubernetes resources are handled through Calm Blueprints—not through Endpoint registration for automation tasks.