[{"label":"Latest (v1.0)","version":"latest"}]
nsx-vmc-policy

ConsolidatedRealizedStatus

Consolidated Realized Status of an intent object across enforcement points.


AllOf


This class requires all of the following:

JSON Example

{
	"consolidated_status": {
		"consolidated_status": "SUCCESS"
	},
	"consolidated_status_per_enforcement_point": [
		{
			"alarm": {
				"error_details": {
					"details": "string",
					"error_code": 0,
					"error_data": {},
					"error_message": "string",
					"module_name": "string",
					"related_errors": [
						{
							"details": "string",
							"error_code": 0,
							"error_data": {},
							"error_message": "string",
							"module_name": "string"
						}
					]
				},
				"error_id": "string",
				"message": "string"
			},
			"consolidated_status": {
				"consolidated_status": "SUCCESS"
			},
			"enforcement_point_id": "string",
			"enforcement_point_path": "string"
		}
	],
	"intent_path": "string"
}

Vendor Extensions

This class contains the following vendor extensions defined in the spec:
x-vmw-nsx-module: PolicyRealizedState
[{"label":"Latest (v1.0)","version":"latest"}]
nsx-vmc-policy
Returned By

Get Intent Status

Feedback

Was this page helpful?