Next Topic

Previous Topic

Book Contents

Customize the Agent Deployment Page

Returns the logo, title and description displayed by the deployment page for an specified tenant partition. Authentication is not required.

GET /agent/{partitionId}/deploypagecustomization

Headers

Model Schemas

Field

Datatype

Filterable

Sortable

Id

guid

 

 

Logo

string

 

 

Title

string

 

 

Content

string

 

 

Sample Response Model

{
  "Result": {
    "Id": "21402117-32d8-487e-9046-ce982236a0ce",
    "Logo": "",
    "Title": "Download Your Agent",
    "Content": "Description: An <b>agent</b> is a small application that enables Evaluation Edition to keep your computer up-to-date, fast, and secure. Download the agent below to get started.",
    "Attributes": null
  },
  "ResponseCode": 0,
  "Status": "OK",
  "Error": "None"
}