Agent Version
Path parameters
namestringRequired
the name of the agent version
Responses
200
OK
application/json
401
Unauthorized
application/json
404
Not Found
application/json
500
Internal Server Error
application/json
get
GET /v1/agent-version/{name} HTTP/1.1
Host:
Accept: */*
{
"agentVersion": {
"apiVersion": "string",
"kind": "string",
"metadata": {
"additionalInfo": {
"documentation": [
{
"text": "text",
"url": "text"
}
],
"message": "string"
},
"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": {
"download": {
"ANY_ADDITIONAL_PROPERTY": {
"hash": "text",
"url": "text"
}
},
"draft": true,
"installer": {
"ANY_ADDITIONAL_PROPERTY": {
"url": "text"
}
},
"prerelease": true,
"releaseDate": "text",
"releaseNotesURL": "text",
"type": "text",
"version": "text"
},
"status": {}
}
}
Path parameters
namestringRequired
the name of the agent version
Responses
204
Successful Delete, no content
No content
400
Bad Request
application/json
401
Unauthorized
application/json
404
Not Found
application/json
500
Internal Server Error
application/json
delete
DELETE /v1/agent-version/{name} HTTP/1.1
Host:
Accept: */*
No content
Was this helpful?