Vcenter NamespaceManagement Supervisors Storage CloudNative ResourceChecks Result

Vcenter NamespaceManagement Supervisors Storage CloudNative ResourceChecks Result
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.

JSON Example
{
    "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"
        }
    ]
}
string As date-time As date-time
timestamp
Required

The timestamp when the resource check result was generated.

This property was added in vSphere API 9.1.0.0.

string
status
Required

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.

integer As int64 As int64
data_to_rebuild
Optional

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.

integer As int64 As int64
data_to_sync
Optional

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.

array of string
inaccessible_instances
Required

Persistent service instances that are predicted to become inaccessible after queried operation is performed

Instance names are constructed as follows service:namespace:instance where:

serviceName of the persistent service namespaceName of the instance namespace instanceInstance name given to the respective service instance while creating it
If missing or null, all persistent service instances are expected to be accessible.

This property was added in vSphere API 9.1.0.0.

array of string
reduced_availability_instances
Required

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:

serviceName of the persistent service namespaceName of the instance namespace instanceInstance name given to the respective service instance while creating it
If missing or null, no persistent service instances are expected to have reduced availability.

This property was added in vSphere API 9.1.0.0.

array of string
rebuild_instances
Required

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:

serviceName of the persistent service namespaceName of the instance namespace instanceInstance name given to the respective service instance while creating it
If missing or 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.

messages
Required

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.