Get agent details
GET
/k8s/agents/{cluster_id}
const url = 'https://shoehorn.example.com/api/v1/k8s/agents/example';const options = {method: 'GET'};
try { const response = await fetch(url, options); const data = await response.json(); console.log(data);} catch (error) { console.error(error);}curl --request GET \ --url https://shoehorn.example.com/api/v1/k8s/agents/exampleParameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” cluster_id
required
string
Responses
Section titled “ Responses ”Agent details