CloudInstances
Represents a paginated list of CloudInstance entities.
Field | Data type |
---|---|
|
|
|
|
|
|
|
|
|
|
Below, you can find a full schema of this object, in XML and JSON formats. You can choose what fields to submit depending on your current needs. Different methods might expect different fields: the best approach is to request this entity via GET
and use the response as a base for the following POST
request.
A link to another object implies that you can substitute it with the schema of the linked object, if it is required for your call.
XML
JSON
<cloudInstances count="123" href="string" nextHref="string" prevHref="string">
<cloudInstance>cloudInstance...</cloudInstance>
</cloudInstances>
{
"count" : 2,
"cloudInstance" : [ {
"image" : {
"agentPoolId" : 5,
"instances" : "cloudInstances...",
"agentTypeId" : 3,
"profile" : "cloudProfile...",
"name" : "name",
"errorMessage" : "errorMessage",
"id" : "id",
"href" : "href",
"operatingSystemName" : "operatingSystemName",
"locator" : "locator"
},
"agent" : {
"disconnectionComment" : "disconnectionComment",
"idleSinceTime" : "idleSinceTime",
"enabledInfo" : "enabledInfo...",
"cpuRank" : 5,
"enabled" : true,
"compatibleBuildTypes" : "buildTypes...",
"protocol" : "unidirectional",
"outdated" : true,
"authorized" : true,
"host" : "host",
"builds" : "builds...",
"links" : "links...",
"id" : 1,
"href" : "href",
"cloudImage" : "cloudImage...",
"authorizedInfo" : "authorizedInfo...",
"incompatibleBuildTypes" : "compatibilities...",
"uptodate" : true,
"ip" : "ip",
"pool" : "agentPool...",
"cloudInstance" : "cloudInstance...",
"version" : "version",
"connected" : true,
"currentAgentVersion" : "currentAgentVersion",
"compatibilityPolicy" : "compatibilityPolicy...",
"registrationTimestamp" : "registrationTimestamp",
"environment" : "environment...",
"pluginsOutdated" : true,
"port" : 5,
"build" : "build...",
"webUrl" : "webUrl",
"name" : "name",
"typeId" : 4,
"lastActivityTime" : "lastActivityTime",
"locator" : "locator",
"properties" : "properties...",
"javaOutdated" : true
},
"name" : "name",
"errorMessage" : "errorMessage",
"id" : "id",
"state" : "state",
"href" : "href",
"networkAddress" : "networkAddress",
"startDate" : "startDate"
} ],
"prevHref" : "prevHref",
"href" : "href",
"nextHref" : "nextHref"
}
Thanks for your feedback!
Was this page helpful?