Agent Network Policy Config
This endpoint returns an Agent object according to the agent ID. It is useful for fetching the network policy, agent configuration, its version, etc.
GET /openapi/v1/enforcement/agents/{aid}/network_policy_config
Parameters:
The request URL contains the following parameters
Name |
Type |
Description |
---|---|---|
aid |
string |
Agent UUID for network policy config. |
The JSON query body contains the following keys
Name |
Type |
Description |
---|---|---|
include_filter_names |
boolean |
Includes filter names and ID’s in network policies. |
inject_versions |
boolean |
Includes ADM workspace versions in network policies. |
Response
The response of this endpoint is an Agent object.