NSX-T Data Center REST API

ConsolidatedRealizedStatus (schema)

Consolidated Realized Status for an Intent Object

Consolidated Realized Status of an intent object across enforcement points.

Name Description Type Notes
consolidated_status Consolidated Realized Status

Consolidated Realized Status across enforcement points.
ConsolidatedStatus Readonly
consolidated_status_per_enforcement_point List of Consolidated Realized Status per Enforcement Point

List of Consolidated Realized Status per enforcement point.
array of ConsolidatedStatusPerEnforcementPoint Readonly
intent_path String Path of the intent object

Intent path of object, forward slashes must be escaped using %2F.
string Required
Readonly
intent_version Intent version for the status

Represent highest intent version across all realized objects
string Readonly
publish_status Aggregated Realization state of this object string Required
Enum: UNAVAILABLE, UNREALIZED, REALIZED, ERROR
publish_time Publish time of the intent

This is the time when our system detects that data has been pushed to
the transport nodes. This is based on a poll mechanism and hence this
is not the accurate time when the intent was published at the data path.
The value of -1 indicates that either the publishing is still in progress
or the runtime status is UNKNOWN and hence not available.
The Runtime status can be UNKNOWN if one or more hosts are down and the rules
could not be sent to those hosts. When the host comes up, the runtime status
will change to SUCCESS but the publish_time will show the value
of the last realization time. Any new configuration change after this will
start reflecting the proper value for publish_time
EpochMsTimestamp Readonly
Sortable
site_uuid id of Site

Site UUID supplied for realized site.
string
time_taken_for_realization Appoximate time taken in milliseconds for end to end realization.

This is an approximate time taken for the realization of the intent to
the data path. The actual time taken could be lesser than what is reported
here.
The value of -1 indicates that either the publishing is still in progress
or the runtime status is UNKNOWN and hence not available.
The Runtime status can be UNKNOWN if one or more hosts are down and the rules
could not be sent to those hosts. When the host comes up, the runtime status
will change to SUCCESS but the time taken for realization will show the value
of the last realization time. Any new configuration change after this will
start reflecting the proper value for time_taken_for_realization.
integer