v1
latestOpenAPI 3.0.02026-07-249372139.7 KBEnvironments
Related Entities
Fetch all the related entities for a specific environment, including Launchpoints, Agents, and Child Environments.
get/environments/{EnvironmentID}/relatedEntities
Path parameters
EnvironmentIDinteger required
ID of Environment
Response
Example response
{
"ID": 8095,
"Launchpoint": [
{
"ID": 18671,
"Alias": "Active Directory - Contoso Nation",
"Enabled": true,
"Status": "Active"
}
],
"Agents": [
{
"ID": 1068,
"Name": "Contoso Nation Agent",
"Description": "Main Agent",
"Hostname": "CN-DC01",
"Platform": "windows"
}
],
"IntegrationMappings": [
{
"ID": 5502,
"Integration": "integrationName"
}
],
"ChildEnvironments": [
{
"ID": 8669,
"Name": "Contoso Nation - Remote",
"Status": 1,
"Visible": true
}
]
}