List environments(endpoints)
List all environments(endpoints) based on the current user authorizations. Will return all environments(endpoints) if using an administrator or team leader account otherwise it will only return authorized environments(endpoints). Access policy: restricted
Query parameters
Start searching from
Limit results to this value
Sort results by this value
Order sorted results by desc/asc
Search query
List environments(endpoints) of these groups
List environments(endpoints) by this status
List environments(endpoints) of this type
Filter environments by platform type
If true, return only environments with an outdated agent
Exclude environments of these groups
search environments(endpoints) with these tags (depends on tagsPartialMatch)
If true, will return environment(endpoint) which has one of tagIds, if false (or missing) will return only environments(endpoints) that has all the tags
will return only these environments(endpoints)
will exclude these environments(endpoints)
will return only environments with on of these agent versions
if exists true show only edge async agents, false show only standard edge agents. if missing, will show both types (relevant only for edge agents)
if true, show only untrusted edge agents, if false show only trusted edge agents (relevant only for edge agents)
if bigger then zero, show only edge agents that checked-in in the last provided seconds (relevant only for edge agents)
if true, the snapshot data won't be retrieved
will return only environments(endpoints) with this name
will return the environments of the specified edge stack
only applied when edgeStackId exists. Filter the returned environments based on their deployment status in the stack (not the environment status!)
List environments(endpoints) of these edge groups
Exclude environments(endpoints) of these edge groups
Response
Endpoints
Example response
[
{
"Agent": {
"Version": "1.0.0"
},
"AzureCredentials": {
"ApplicationID": "eag7cdo9-o09l-9i83-9dO9-f0b23oe78db4",
"AuthenticationKey": "cOrXoK/1D35w8YQ8nH1/8ZGwzz45JIYD5jxHKXEQknk=",
"TenantID": "34ddc78d-4fel-2358-8cc1-df84c8o839f5"
},
"ComposeSyntaxMaxVersion": "3.8",
"ContainerEngine": "docker",
"Edge": {
"CommandInterval": 60,
"PingInterval": 60,
"SnapshotInterval": 60
},
"EdgeCheckinInterval": 5,
"Gpus": [
{
"name": "name",
"value": "value"
}
],
"GroupId": 1,
"Heartbeat": true,
"Id": 1,
"Name": "my-environment",
"PublicURL": "docker.mydomain.tld:2375",
"SecuritySettings": {
"allowContainerCapabilitiesForRegularUsers": true,
"allowDeviceMappingForRegularUsers": true,
"allowHostNamespaceForRegularUsers": true,
"allowSecurityOptForRegularUsers": true,
"allowStackManagementForRegularUsers": true,
"allowSysctlSettingForRegularUsers": true,
"allowVolumeBrowserForRegularUsers": true,
"enableHostManagementFeatures": true
},
"TLSConfig": {
"TLS": true,
"TLSCACert": "/data/tls/ca.pem",
"TLSCert": "/data/tls/cert.pem",
"TLSKey": "/data/tls/key.pem"
},
"URL": "docker.mydomain.tld:2375"
}
]