Request Data Type

A service request.

Namespace
(Default)
Properties
name data type type namespace min/max occurs description
assignedAdmin string element 0/1 Gets the assigned admin.
duration string element 0/1 Gets the duration.
formVersion long element 1/1 Gets the form version.
fulfillDate string element 0/1 Gets the fulfill date.
id long element 1/1 Gets the id.
organization ManagedObjectReference element 0/1 Gets the organization.
requestDate string element 0/1 Gets the request date.
requestFailed string element 0/1 Whether the request has failed.
requester string element 0/1 Gets the requester.
requiredBy string element 0/1 Gets the required by.
state VMRequestState element 0/1 Gets the state.
targetService ManagedObjectReference element 0/1 Gets the target service.
type VMRequestType element 0/1 Gets the type.
waitingOn string element 0/1 Gets the waiting on.

Example

<Request>
  <id>...</id>
  <organization xsitype="...">
    <displayName>...</displayName>
    <type>...</type>
    <id>...</id>
  </organization>
  <state>...</state>
  <type>...</type>
  <requestDate>...</requestDate>
  <fulfillDate>...</fulfillDate>
  <formVersion>...</formVersion>
  <requester>...</requester>
  <assignedAdmin>...</assignedAdmin>
  <waitingOn>...</waitingOn>
  <requiredBy>...</requiredBy>
  <targetService xsitype="...">
    <displayName>...</displayName>
    <type>...</type>
    <id>...</id>
  </targetService>
  <duration>...</duration>
  <requestFailed>...</requestFailed>
</Request>