CloudInstance
Represents a running cloud instance.
Related Help article: Cloud Profile
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
<cloudInstance errorMessage="string" href="string" id="string" name="string" networkAddress="string" startDate="string" state="string">
<image agentPoolId="123" agentTypeId="123" errorMessage="string" href="string" id="string" locator="string" name="string" operatingSystemName="string">
<profile>cloudProfile...</profile>
<instances>cloudInstances...</instances>
</image>
<agent authorized="true" connected="true" cpuRank="123" currentAgentVersion="string" disconnectionComment="string" enabled="true" host="string" href="string" id="123" idleSinceTime="string" ip="string" javaOutdated="true" lastActivityTime="string" locator="string" name="string" outdated="true" pluginsOutdated="true" port="123" protocol="string" registrationTimestamp="string" typeId="123" uptodate="true" version="string" webUrl="string">
<build>build...</build>
<links>links...</links>
<enabledInfo>enabledInfo...</enabledInfo>
<authorizedInfo>authorizedInfo...</authorizedInfo>
<properties>properties...</properties>
<cloudInstance>cloudInstance...</cloudInstance>
<cloudImage>cloudImage...</cloudImage>
<environment>environment...</environment>
<pool>agentPool...</pool>
<compatibilityPolicy>compatibilityPolicy...</compatibilityPolicy>
<compatibleBuildTypes>buildTypes...</compatibleBuildTypes>
<incompatibleBuildTypes>compatibilities...</incompatibleBuildTypes>
<builds>builds...</builds>
</agent>
</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"
}
Thanks for your feedback!
Was this page helpful?