Vcenter NamespaceManagement Supervisors Storage CloudNative ResourceChecks Result
The Vcenter NamespaceManagement Supervisors Storage CloudNative ResourceChecks Result contains predicted state of the Supervisor based on the parameters defined in Vcenter NamespaceManagement Supervisors Storage CloudNative ResourceChecks GetParams.
This schema was added in vSphere API 9.1.0.0.
{
"timestamp": "string",
"status": "string",
"data_to_rebuild": 0,
"data_to_sync": 0,
"inaccessible_instances": [
"string"
],
"reduced_availability_instances": [
"string"
],
"rebuild_instances": [
"string"
],
"messages": [
{
"id": "string",
"default_message": "string",
"args": [
"string"
],
"params": {
"params": {
"s": "string",
"dt": "string",
"i": 0,
"d": "number",
"l": "Vapi Std NestedLocalizableMessage Object",
"format": "string",
"precision": 0
}
},
"localized": "string"
}
]
}
The timestamp when the resource check result was generated.
This property was added in vSphere API 9.1.0.0.
The overall status of resource check result.
For more information see: Vcenter NamespaceManagement Supervisors Storage CloudNative ResourceChecks ResultStatus.
This property was added in vSphere API 9.1.0.0.
Amount of data in bytes that will rebuild asynchronously after queried operation is performed.
This property was added in vSphere API 9.1.0.0.
If missing or null, no data to be rebuilt.
Amount of data in bytes to sync before queried operation is performed.
This property was added in vSphere API 9.1.0.0.
If missing or null, no data to be resynced.
Persistent service instances that are predicted to become inaccessible after queried operation is performed
Instance names are constructed as follows service:namespace:instance where:
null, all persistent service instances are expected to be accessible.
This property was added in vSphere API 9.1.0.0.
Persistent service instances that are predicted to have reduced availability after queried operation is performed.
Instance names are constructed as follows service:namespace:instance where:
null, no persistent service instances are expected to have reduced availability.
This property was added in vSphere API 9.1.0.0.
Persistent service instances that will lead to rebuild on a different entity, these instances will have reduced availability as long as the data is rebuilt. The data may be rebuilt synchronously or asynchronously depending on the service.
Instance names are constructed as follows service:namespace:instance where:
null, no persistent service instances are expected to be rebuilt on a different entity.
This property was added in vSphere API 9.1.0.0.
Populated with warning message that provides information on why the resource check operation results in a failed status If missing or null, the operation is expected to succeed.
This property was added in vSphere API 9.1.0.0.