Skip to main content

CreateTenantAsyncStatus

Information about the status of an asynchronous create tenant request.

Properties

NameTypeDescriptionNotes
errorMessageStringThe error message describing the first error encountered processing the operation.[optional]
idStringThe unique UUID of the operation. Used to get status and results of operation
initTimeOffsetDateTimeThe time this operation was initialized.[optional]
processingEndTimeOffsetDateTimeThe time at which the operation completed processing.[optional]
processingStartTimeOffsetDateTimeThe time at which the operation began processing.[optional]
processingTimeLongHow long the operation took to complete processing in milliseconds.[optional]
stateStateEnumThe state of the operation.
subjectStringThe subject of this operation.[optional]

StateEnum

NameValue
FAILED"FAILED"
CANCELLED"CANCELLED"
COMPLETED"COMPLETED"
AWAITING_DATA"AWAITING_DATA"
PROCESSING"PROCESSING"
SCHEDULED"SCHEDULED"