Syntropy Agent is an easy-to-use dependency to automatically encrypt and connect endpoints within a network. Syntropy's user interface allows heightened visibility into network health and connectivity.
Properties
Property | Type | Description | Example |
---|---|---|---|
|
| Unique identifier for the |
|
|
| IP address of the agent in IPv4 format |
|
|
| City, where your agent is based. |
|
|
| A unique agent identifier. Usually |
|
|
| Name of the agent as it appears in Platform UI. |
|
|
| Current |
|
|
| Version of the agent. |
|
| Locked Fields | Fields that cannot be amended after creation of the agent. |
|
|
| Date and time when this agent was modified. Formatted as an ISO 8601 date time string. |
|
|
| Indicates if it's a virtual agent. |
|
|
| Possible types: |
|
| Provider | Returns provider of agent's endpoint. Full list of providers |
|
| Tags | Agent specific words that can help you to create some rules around specific tags. |
|
|
| Number of enabled subnets of the agent's endpoint. |
|
|
| Number of subnets of the agent's endpoint. |
|
|
| Agent's location country two-letter code. |
|
|
| Current status of the agent. |
|
Locked fields
Property | Type | Description | Example |
---|---|---|---|
|
| Indicates if agent's country cannot be changed after creation. |
|
|
| Indicates if agent's city cannot be changed after creation. |
|
|
| Indicates if agent's location latitude cannot be changed after creation. |
|
|
| Indicates if agent's location longitude cannot be changed after creation. |
|
|
| Indicates if agent's provider's name cannot be changed after creation. |
|
|
| List of the tags that cannot be changed after creation of the agent. |
|
|
| Indicates if agent's name cannot be changed after creation. |
|
Provider
Property | Type | Description | Example |
---|---|---|---|
|
| Unique identifier for the | 1 |
|
| Name of the |
|
Tags
Property | Type | Description | Example |
---|---|---|---|
|
| Name of the |
|
|
| Unique identifier for the |
|
Example
{
"data": [
{
"agent_id": 1110,
"agent_public_ipv4": "198.185.159.144",
"agent_location_city": "Vilnius",
"agent_device_id": "2852:fTNiX0klwU01r0fe",
"agent_name": "default agent",
"agent_status": "OK",
"agent_version": "3.2.0",
"agent_locked_fields": {
"agent_location_country": true,
"agent_location_city": true,
"agent_location_lat": true,
"agent_location_lon": true,
"agent_provider_name": true,
"agent_tags": [
"tag_1",
"tag_2"
],
"agent_name": true
},
"agent_modified_at": "2022-06-17T13:31:30.614Z",
"agent_is_virtual": true,
"agent_type": "LINUX",
"agent_provider": {
"agent_provider_name": "Amazon Web Services",
"agent_provider_id": 1
},
"agent_tags": [
{
"agent_tag_name": "tag_1",
"agent_tag_id": 2
}
],
"agent_services_subnets_enabled_count": 0,
"agent_services_subnets_count": 0,
"agent_location_country": "LT",
"agent_is_online": true
}
]
}