Agent Type

Get agent type by name

get
Path parameters
namestringRequired

the name of the agent type

Responses
200

OK

application/json
get
GET /v1/agent-type/{name} HTTP/1.1
Host: 
Accept: */*
{
  "agentType": {
    "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": {
      "platformArchSet": [
        {
          "arch": "text",
          "platform": "text"
        }
      ],
      "repositoryLink": "text"
    },
    "status": {}
  }
}

Was this helpful?