InlinePolicyRealizedResource1

InlinePolicyRealizedResource1
InlinePolicyRealizedResource1
JSON Example
{
    "alarms": [
        {
            "_links": [
                {
                    "action": "string",
                    "href": "string",
                    "rel": "string"
                }
            ],
            "_schema": "string",
            "_self": {
                "action": "string",
                "href": "string",
                "rel": "string"
            },
            "_revision": 0,
            "_create_time": 0,
            "_create_user": "string",
            "_last_modified_time": 0,
            "_last_modified_user": "string",
            "_protection": "string",
            "_system_owned": false,
            "description": "string",
            "display_name": "string",
            "id": "string",
            "resource_type": "string",
            "tags": [
                {
                    "scope": "string",
                    "tag": "string"
                }
            ],
            "parent_path": "string",
            "path": "string",
            "relative_path": "string",
            "error_details": {
                "related_errors": [
                    {
                        "details": "string",
                        "error_code": 0,
                        "error_message": "string",
                        "module_name": "string"
                    }
                ]
            },
            "message": "string",
            "source_reference": "string"
        }
    ],
    "intent_reference": [
        "string"
    ],
    "realization_api": "string",
    "realization_specific_identifier": "string",
    "runtime_error": "string",
    "runtime_status": "string",
    "state": "string"
}
alarms
Optional

Alarm info detail

array of string
intent_reference
Optional

Desire state paths of this object

string
realization_api
Optional

Realization API of this object on enforcement point

string
realization_specific_identifier
Optional

Realization id of this object

string
runtime_error
Optional

It define the root cause for runtime error.

string
runtime_status
Optional

Possible values could be UP, DOWN, UNKNOWN, DEGRADED This list is not exhaustive.

string
state
Required

Realization state of this object

Possible values are : UNAVAILABLE, UNREALIZED, REALIZED, ERROR,