Content Library StateInfo

Content Library StateInfo
Content Library StateInfo

The Content Library StateInfo schema provides the information about the state of a content library.

This schema was added in vSphere API 9.0.0.0.

JSON Example
{
    "state": "string",
    "message": "string"
}
string
state
Optional

The state (StateInfo.State) of this library.

This property is not used for the create and update operations. It will always be present in the result of a get operation.

For more information see: Content Library StateInfo State.

This property was added in vSphere API 9.0.0.0.

This property is not used for the create operation. It will always be present in the response of the get or list operations. It is not used for the update operation.

string
message
Optional

The property specifies the reason for the library's change from one state to another or some information about the current state.

This property was added in vSphere API 9.1.0.0.

If unset, the information on the state change is not recorded.