Get Available Agent Update Details

Get Available Agent Update Details
Request
URI
GET
https://{api_host}/dt-rest/v100/infrastructure/pattern/gold/{id}/availableagentdetails
COPY
Query Parameters
string
agentName
Required

agentName

string
agentVersion
Required

agentVersion


Responses
200

successful operation

[
    {
        "agentVersion": "string",
        "agentLicenseAgreement": "string",
        "agentName": "string",
        "agentDisplayName": "string",
        "agentId": "string",
        "agentDescription": "string",
        "id": "string",
        "links": [
            {
                "href": "string",
                "rel": "string",
                "deprecated": false,
                "name": "string",
                "method": "string"
            }
        ]
    }
]