PUT v2/Tcus/{uuid}/Status

Modifies the status fo the TCU

Request Information

URI Parameters

NameDescriptionTypeAdditional information
uuid

ID of the TCU to modify the status for.

string

Required

Body Parameters

New status of the TCU

integer

Request Formats

application/json, text/json

Sample:
1

application/xml, text/xml

Sample:
<int>1</int>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

OK if successful, otherwise appropriate error message.

System.Net.Http.HttpResponseMessage
NameDescriptionTypeAdditional information
Version

System.Version

None.

Content

System.Net.Http.HttpContent

None.

StatusCode

System.Net.HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

System.Net.Http.HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.