Get a full agent policy Beta
Get a full agent policy by ID.
Query parameters
-
download boolean
-
standalone boolean
-
kubernetes boolean
Responses
-
200 application/json; Elastic-Api-Version=2023-10-31
Hide response attribute Show response attribute object
item string | object Required
Any of: Hide attributes Show attributes
-
agent object
Additional properties are NOT allowed.
Hide agent attributes Show agent attributes object
-
Additional properties are NOT allowed.
Hide download attribute Show download attribute object
-
limits object
Additional properties are NOT allowed.
Hide limits attribute Show limits attribute object
-
go_max_procs number
-
-
logging object
Additional properties are NOT allowed.
-
Additional properties are NOT allowed.
-
protection object
Additional properties are NOT allowed.
Hide protection attributes Show protection attributes object
-
fleet object
Any of: Hide attributes Show attributes
-
proxy_headers Required
-
proxy_url string
-
ssl object
Additional properties are NOT allowed.
Hide ssl attributes Show ssl attributes object
-
certificate string
-
certificate_authorities array[string]
-
key string
-
renegotiation string
-
verification_mode string
-
-
Hide inputs attributes Show inputs attributes object
-
Additional properties are allowed.
Hide data_stream attribute Show data_stream attribute object
-
meta object
Additional properties are allowed.
-
processors array[object]
Hide processors attribute Show processors attribute object
-
Additional properties are allowed.
-
-
streams array[object]
Hide streams attributes Show streams attributes object
-
Additional properties are allowed.
-
-
-
namespaces array[string]
-
output_permissions object
Hide output_permissions attribute Show output_permissions attribute object
-
Additional properties are allowed.
-
-
revision number
-
secret_references array[object]
Hide secret_references attribute Show secret_references attribute object
-
signed object
Additional properties are NOT allowed.
-
-
400 application/json; Elastic-Api-Version=2023-10-31
Hide response attributes Show response attributes object
-
error string
-
statusCode number
-
GET
/api/fleet/agent_policies/{agentPolicyId}/full
curl \
-X GET https://<KIBANA_URL>/api/fleet/agent_policies/{agentPolicyId}/full
Response examples (200)
{
"item": "string"
}
Response examples (400)
{
"error": "string",
"message": "string",
"statusCode": 42.0
}