ExcludedInfraServer
Information about an excluded infrastructure server
{
"server_id": "string",
"display_name": "string",
"site_id": "string",
"server_classification": "string"
}
Unique identifier for the excluded server. For NSX-managed VMs, this
is the NSX Inventory UUID. For non-NSX-managed infrastructure servers (discovered via IP),
this is the IP address prefixed with IP- (e.g., IP-10.0.0.5). Use this value as input
to POST /intelligence/monitoring/infra/service-categories/{service-category-id}/remove-exclusions when restoring this server.
Human-readable name of the server or IP address
Site identifier for the excluded server
Whether the server is classified as INTERNAL (within the managed network) or
EXTERNAL (outside the managed network boundary).