Agent Types
Last updated
Was this helpful?
Last updated
Was this helpful?
Was this helpful?
GET /v1/agent-types HTTP/1.1
Host:
Accept: */*
{
"agentTypes": [
{
"apiVersion": "string",
"kind": "string",
"metadata": {
"additionalInfo": {
"documentation": [
{
"text": "text",
"url": "text"
}
],
"message": "string"
},
"blueprintTags": {
"ANY_ADDITIONAL_PROPERTY": [
"text"
]
},
"dateModified": "text",
"deprecated": true,
"description": "string",
"displayName": "string",
"hash": "text",
"icon": "string",
"id": "string",
"labels": {},
"name": "string",
"resourceDocLink": "string",
"stability": "string",
"version": 1,
"warning": "string"
},
"spec": {
"platformArchSet": [
{
"arch": "text",
"platform": "text"
}
],
"repositoryLink": "text"
},
"status": {}
}
]
}DELETE /v1/agent-types/{name} HTTP/1.1
Host:
Accept: */*