ExcludedInfraServer

ExcludedInfraServer
Excluded Infrastructure Server

Information about an excluded infrastructure server

JSON Example
{
    "server_id": "string",
    "display_name": "string",
    "site_id": "string",
    "server_classification": "string"
}
string
server_id
Optional

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.

string
display_name
Optional

Human-readable name of the server or IP address

string
site_id
Optional

Site identifier for the excluded server

server_classification
Read-Only  

Whether the server is classified as INTERNAL (within the managed network) or EXTERNAL (outside the managed network boundary).

Enumeration: INTERNAL, EXTERNAL