You can use HTTP requests to register hosts by stored Intel Software Guard Extensions (SGX) configuration.

Procedure

  • Register a host by stored SGX configuration.
    POST https://<vcenter_ip_address_or_fqdn>/api/vcenter/confidential-computing/sgx/hosts?action=register&vmw-task=true

    You receive the task ID in the response body. You can use the task ID to check the status of the task by running the following HTTP request.

    GET https://<vcenter_ip_address_or_fqdn>/api/cis/tasks/<task_ID>