{
    "openapi": "3.0.2",
    "info": {
        "description": "Cisco Intersight is a management platform delivered as a service with embedded analytics for your Cisco and\n3rd party IT infrastructure. This platform offers an intelligent level of management that enables\nIT organizations to analyze, simplify, and automate their environments in more advanced ways than the prior\ngenerations of tools. Cisco Intersight provides an integrated and intuitive management experience for\nresources in the traditional data center as well as at the edge. With flexible deployment options to address\ncomplex security needs, getting started with Intersight is quick and easy.\nCisco Intersight has deep integration with Cisco UCS and HyperFlex systems allowing for remote deployment,\nconfiguration, and ongoing maintenance. The model-based deployment works for a single system in a remote\nlocation or hundreds of systems in a data center and enables rapid, standardized configuration and deployment.\nIt also streamlines maintaining those systems whether you are working with small or very large configurations.\nThe Intersight OpenAPI document defines the complete set of properties that are returned in the\nHTTP response. From that perspective, a client can expect that no additional properties are returned,\nunless these properties are explicitly defined in the OpenAPI document.\nHowever, when a client uses an older version of the Intersight OpenAPI document, the server may\nsend additional properties because the software is more recent than the client. In that case, the client\nmay receive properties that it does not know about.\nSome generated SDKs perform a strict validation of the HTTP response body against the OpenAPI document.\nThis document was created on 2026-08-07T06:46:04Z.",
        "version": "1.0.11-20260807064027971",
        "title": "Cisco Intersight Orchestrator",
        "license": {
            "name": "Apache License, Version 2.0",
            "url": "https://www.apache.org/licenses/LICENSE-2.0.html"
        },
        "contact": {
            "name": "Intersight API support",
            "url": "https://intersight.com/help",
            "email": "intersight@cisco.com"
        }
    },
    "externalDocs": {
        "url": "/apidocs",
        "description": "Online documentation for the Intersight APIs"
    },
    "servers": [
        {
            "url": "https://{server}",
            "variables": {
                "server": {
                    "default": "intersight.com"
                }
            },
            "description": "The Intersight URL for the cloud-based infrastructure management APIs."
        }
    ],
    "tags": [
        {
            "name": "connectorpack"
        },
        {
            "name": "convergedinfra"
        },
        {
            "name": "iaas"
        },
        {
            "name": "ucsd"
        },
        {
            "name": "workflow"
        }
    ],
    "paths": {
        "/api/v1/connectorpack/ConnectorPackUpgrades": {
            "get": {
                "tags": [
                    "connectorpack"
                ],
                "summary": "Read a 'connectorpack.ConnectorPackUpgrade' resource.",
                "operationId": "GetConnectorpackConnectorPackUpgradeList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Read-Only",
                            "READ.connectorpack.ConnectorPackUpgrade",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/filterParam"
                    },
                    {
                        "$ref": "#/components/parameters/orderbyParam"
                    },
                    {
                        "$ref": "#/components/parameters/topParam"
                    },
                    {
                        "$ref": "#/components/parameters/skipParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/applyParam"
                    },
                    {
                        "$ref": "#/components/parameters/countParam"
                    },
                    {
                        "$ref": "#/components/parameters/inlinecountParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    },
                    {
                        "$ref": "#/components/parameters/tagsParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "List of 'connectorpack.ConnectorPackUpgrade' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/connectorpack.ConnectorPackUpgrade.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            },
            "post": {
                "tags": [
                    "connectorpack"
                ],
                "summary": "Create a 'connectorpack.ConnectorPackUpgrade' resource.",
                "operationId": "CreateConnectorpackConnectorPackUpgrade",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "CREATE.connectorpack.ConnectorPackUpgrade",
                            "PRIVSET.Account Administrator",
                            "ROLE.Account Administrator"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    },
                    {
                        "$ref": "#/components/parameters/IfNoneMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'connectorpack.ConnectorPackUpgrade' resource to create.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/connectorpack.ConnectorPackUpgrade"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'connectorpack.ConnectorPackUpgrade' resource was created as requested. The 'connectorpack.ConnectorPackUpgrade' resource is created before this response is sent back and the resource is returned in the body of the message.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/connectorpack.ConnectorPackUpgrade"
                                }
                            }
                        },
                        "links": {
                            "GetConnectorpackConnectorPackUpgradeByMoid": {
                                "operationId": "GetConnectorpackConnectorPackUpgradeByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/connectorpack/ConnectorPackUpgrades/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/connectorpack/ConnectorPackUpgrades/{Moid}": {
            "get": {
                "tags": [
                    "connectorpack"
                ],
                "summary": "Read a 'connectorpack.ConnectorPackUpgrade' resource.",
                "operationId": "GetConnectorpackConnectorPackUpgradeByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Read-Only",
                            "READ.connectorpack.ConnectorPackUpgrade",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "An instance of the 'connectorpack.ConnectorPackUpgrade' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/connectorpack.ConnectorPackUpgrade"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetConnectorpackConnectorPackUpgradeByMoid": {
                                "operationId": "GetConnectorpackConnectorPackUpgradeByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/connectorpack/ConnectorPackUpgrades/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            },
            "delete": {
                "tags": [
                    "connectorpack"
                ],
                "summary": "Delete a 'connectorpack.ConnectorPackUpgrade' resource.",
                "operationId": "DeleteConnectorpackConnectorPackUpgrade",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "DELETE.connectorpack.ConnectorPackUpgrade",
                            "PRIVSET.Account Administrator",
                            "ROLE.Account Administrator"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Resource has been deleted successfully.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/connectorpack/UpgradeImpacts": {
            "get": {
                "tags": [
                    "connectorpack"
                ],
                "summary": "Read a 'connectorpack.UpgradeImpact' resource.",
                "operationId": "GetConnectorpackUpgradeImpactList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Read-Only",
                            "READ.connectorpack.UpgradeImpact",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/filterParam"
                    },
                    {
                        "$ref": "#/components/parameters/orderbyParam"
                    },
                    {
                        "$ref": "#/components/parameters/topParam"
                    },
                    {
                        "$ref": "#/components/parameters/skipParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/applyParam"
                    },
                    {
                        "$ref": "#/components/parameters/countParam"
                    },
                    {
                        "$ref": "#/components/parameters/inlinecountParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    },
                    {
                        "$ref": "#/components/parameters/tagsParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "List of 'connectorpack.UpgradeImpact' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/connectorpack.UpgradeImpact.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/connectorpack/UpgradeImpacts/{Moid}": {
            "get": {
                "tags": [
                    "connectorpack"
                ],
                "summary": "Read a 'connectorpack.UpgradeImpact' resource.",
                "operationId": "GetConnectorpackUpgradeImpactByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Read-Only",
                            "READ.connectorpack.UpgradeImpact",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "An instance of the 'connectorpack.UpgradeImpact' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/connectorpack.UpgradeImpact"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetConnectorpackUpgradeImpactByMoid": {
                                "operationId": "GetConnectorpackUpgradeImpactByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/connectorpack/UpgradeImpacts/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/convergedinfra/AdapterComplianceDetails": {
            "get": {
                "tags": [
                    "convergedinfra"
                ],
                "summary": "Read a 'convergedinfra.AdapterComplianceDetails' resource.",
                "operationId": "GetConvergedinfraAdapterComplianceDetailsList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Integrated Systems Administrator",
                            "PRIVSET.Integrated Systems Operator",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only integrated systems",
                            "READ.convergedinfra.AdapterComplianceDetails",
                            "ROLE.Account Administrator",
                            "ROLE.Integrated Systems Administrator",
                            "ROLE.Integrated Systems Operator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/filterParam"
                    },
                    {
                        "$ref": "#/components/parameters/orderbyParam"
                    },
                    {
                        "$ref": "#/components/parameters/topParam"
                    },
                    {
                        "$ref": "#/components/parameters/skipParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/applyParam"
                    },
                    {
                        "$ref": "#/components/parameters/countParam"
                    },
                    {
                        "$ref": "#/components/parameters/inlinecountParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    },
                    {
                        "$ref": "#/components/parameters/tagsParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "List of 'convergedinfra.AdapterComplianceDetails' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/convergedinfra.AdapterComplianceDetails.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/convergedinfra/AdapterComplianceDetails/{Moid}": {
            "get": {
                "tags": [
                    "convergedinfra"
                ],
                "summary": "Read a 'convergedinfra.AdapterComplianceDetails' resource.",
                "operationId": "GetConvergedinfraAdapterComplianceDetailsByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Integrated Systems Administrator",
                            "PRIVSET.Integrated Systems Operator",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only integrated systems",
                            "READ.convergedinfra.AdapterComplianceDetails",
                            "ROLE.Account Administrator",
                            "ROLE.Integrated Systems Administrator",
                            "ROLE.Integrated Systems Operator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "An instance of the 'convergedinfra.AdapterComplianceDetails' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/convergedinfra.AdapterComplianceDetails"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetConvergedinfraAdapterComplianceDetailsByMoid": {
                                "operationId": "GetConvergedinfraAdapterComplianceDetailsByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/convergedinfra/AdapterComplianceDetails/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/convergedinfra/Pods": {
            "get": {
                "tags": [
                    "convergedinfra"
                ],
                "summary": "Read a 'convergedinfra.Pod' resource.",
                "operationId": "GetConvergedinfraPodList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Integrated Systems Administrator",
                            "PRIVSET.Integrated Systems Operator",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only integrated systems",
                            "READ.convergedinfra.Pod",
                            "ROLE.Account Administrator",
                            "ROLE.Integrated Systems Administrator",
                            "ROLE.Integrated Systems Operator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/filterParam"
                    },
                    {
                        "$ref": "#/components/parameters/orderbyParam"
                    },
                    {
                        "$ref": "#/components/parameters/topParam"
                    },
                    {
                        "$ref": "#/components/parameters/skipParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/applyParam"
                    },
                    {
                        "$ref": "#/components/parameters/countParam"
                    },
                    {
                        "$ref": "#/components/parameters/inlinecountParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    },
                    {
                        "$ref": "#/components/parameters/tagsParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "List of 'convergedinfra.Pod' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/convergedinfra.Pod.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/convergedinfra/Pods/{Moid}": {
            "get": {
                "tags": [
                    "convergedinfra"
                ],
                "summary": "Read a 'convergedinfra.Pod' resource.",
                "operationId": "GetConvergedinfraPodByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Integrated Systems Administrator",
                            "PRIVSET.Integrated Systems Operator",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only integrated systems",
                            "READ.convergedinfra.Pod",
                            "ROLE.Account Administrator",
                            "ROLE.Integrated Systems Administrator",
                            "ROLE.Integrated Systems Operator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "An instance of the 'convergedinfra.Pod' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/convergedinfra.Pod"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetConvergedinfraPodByMoid": {
                                "operationId": "GetConvergedinfraPodByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/convergedinfra/Pods/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            },
            "post": {
                "tags": [
                    "convergedinfra"
                ],
                "summary": "Update a 'convergedinfra.Pod' resource.",
                "operationId": "UpdateConvergedinfraPod",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Integrated Systems Administrator",
                            "PRIVSET.Read-Only",
                            "ROLE.Account Administrator",
                            "ROLE.Integrated Systems Administrator",
                            "ROLE.Read-Only",
                            "UPDATE.convergedinfra.Pod"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'convergedinfra.Pod' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/convergedinfra.Pod"
                            }
                        },
                        "application/json-patch+json": {
                            "schema": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/PatchDocument"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'convergedinfra.Pod' resource was modified as requested. The 'convergedinfra.Pod' resource is modified before this response is sent back and the resource is returned in the body of the message.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/convergedinfra.Pod"
                                }
                            }
                        },
                        "links": {
                            "GetConvergedinfraPodByMoid": {
                                "operationId": "GetConvergedinfraPodByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/convergedinfra/Pods/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            },
            "patch": {
                "tags": [
                    "convergedinfra"
                ],
                "summary": "Update a 'convergedinfra.Pod' resource.",
                "operationId": "PatchConvergedinfraPod",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Integrated Systems Administrator",
                            "PRIVSET.Read-Only",
                            "ROLE.Account Administrator",
                            "ROLE.Integrated Systems Administrator",
                            "ROLE.Read-Only",
                            "UPDATE.convergedinfra.Pod"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'convergedinfra.Pod' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/convergedinfra.Pod"
                            }
                        },
                        "application/json-patch+json": {
                            "schema": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/PatchDocument"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'convergedinfra.Pod' resource was patched as requested. The 'convergedinfra.Pod' resource is patched before this response is sent back and the resource is returned in the body of the message.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/convergedinfra.Pod"
                                }
                            }
                        },
                        "links": {
                            "GetConvergedinfraPodByMoid": {
                                "operationId": "GetConvergedinfraPodByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/convergedinfra/Pods/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/convergedinfra/PodComplianceInfos": {
            "get": {
                "tags": [
                    "convergedinfra"
                ],
                "summary": "Read a 'convergedinfra.PodComplianceInfo' resource.",
                "operationId": "GetConvergedinfraPodComplianceInfoList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Integrated Systems Administrator",
                            "PRIVSET.Integrated Systems Operator",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only integrated systems",
                            "READ.convergedinfra.PodComplianceInfo",
                            "ROLE.Account Administrator",
                            "ROLE.Integrated Systems Administrator",
                            "ROLE.Integrated Systems Operator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/filterParam"
                    },
                    {
                        "$ref": "#/components/parameters/orderbyParam"
                    },
                    {
                        "$ref": "#/components/parameters/topParam"
                    },
                    {
                        "$ref": "#/components/parameters/skipParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/applyParam"
                    },
                    {
                        "$ref": "#/components/parameters/countParam"
                    },
                    {
                        "$ref": "#/components/parameters/inlinecountParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    },
                    {
                        "$ref": "#/components/parameters/tagsParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "List of 'convergedinfra.PodComplianceInfo' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/convergedinfra.PodComplianceInfo.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/convergedinfra/PodComplianceInfos/{Moid}": {
            "get": {
                "tags": [
                    "convergedinfra"
                ],
                "summary": "Read a 'convergedinfra.PodComplianceInfo' resource.",
                "operationId": "GetConvergedinfraPodComplianceInfoByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Integrated Systems Administrator",
                            "PRIVSET.Integrated Systems Operator",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only integrated systems",
                            "READ.convergedinfra.PodComplianceInfo",
                            "ROLE.Account Administrator",
                            "ROLE.Integrated Systems Administrator",
                            "ROLE.Integrated Systems Operator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "An instance of the 'convergedinfra.PodComplianceInfo' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/convergedinfra.PodComplianceInfo"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetConvergedinfraPodComplianceInfoByMoid": {
                                "operationId": "GetConvergedinfraPodComplianceInfoByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/convergedinfra/PodComplianceInfos/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/convergedinfra/ServerComplianceDetails": {
            "get": {
                "tags": [
                    "convergedinfra"
                ],
                "summary": "Read a 'convergedinfra.ServerComplianceDetails' resource.",
                "operationId": "GetConvergedinfraServerComplianceDetailsList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Integrated Systems Administrator",
                            "PRIVSET.Integrated Systems Operator",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only integrated systems",
                            "READ.convergedinfra.ServerComplianceDetails",
                            "ROLE.Account Administrator",
                            "ROLE.Integrated Systems Administrator",
                            "ROLE.Integrated Systems Operator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/filterParam"
                    },
                    {
                        "$ref": "#/components/parameters/orderbyParam"
                    },
                    {
                        "$ref": "#/components/parameters/topParam"
                    },
                    {
                        "$ref": "#/components/parameters/skipParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/applyParam"
                    },
                    {
                        "$ref": "#/components/parameters/countParam"
                    },
                    {
                        "$ref": "#/components/parameters/inlinecountParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    },
                    {
                        "$ref": "#/components/parameters/tagsParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "List of 'convergedinfra.ServerComplianceDetails' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/convergedinfra.ServerComplianceDetails.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/convergedinfra/ServerComplianceDetails/{Moid}": {
            "get": {
                "tags": [
                    "convergedinfra"
                ],
                "summary": "Read a 'convergedinfra.ServerComplianceDetails' resource.",
                "operationId": "GetConvergedinfraServerComplianceDetailsByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Integrated Systems Administrator",
                            "PRIVSET.Integrated Systems Operator",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only integrated systems",
                            "READ.convergedinfra.ServerComplianceDetails",
                            "ROLE.Account Administrator",
                            "ROLE.Integrated Systems Administrator",
                            "ROLE.Integrated Systems Operator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "An instance of the 'convergedinfra.ServerComplianceDetails' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/convergedinfra.ServerComplianceDetails"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetConvergedinfraServerComplianceDetailsByMoid": {
                                "operationId": "GetConvergedinfraServerComplianceDetailsByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/convergedinfra/ServerComplianceDetails/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/convergedinfra/StorageComplianceDetails": {
            "get": {
                "tags": [
                    "convergedinfra"
                ],
                "summary": "Read a 'convergedinfra.StorageComplianceDetails' resource.",
                "operationId": "GetConvergedinfraStorageComplianceDetailsList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Integrated Systems Administrator",
                            "PRIVSET.Integrated Systems Operator",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only integrated systems",
                            "READ.convergedinfra.StorageComplianceDetails",
                            "ROLE.Account Administrator",
                            "ROLE.Integrated Systems Administrator",
                            "ROLE.Integrated Systems Operator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/filterParam"
                    },
                    {
                        "$ref": "#/components/parameters/orderbyParam"
                    },
                    {
                        "$ref": "#/components/parameters/topParam"
                    },
                    {
                        "$ref": "#/components/parameters/skipParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/applyParam"
                    },
                    {
                        "$ref": "#/components/parameters/countParam"
                    },
                    {
                        "$ref": "#/components/parameters/inlinecountParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    },
                    {
                        "$ref": "#/components/parameters/tagsParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "List of 'convergedinfra.StorageComplianceDetails' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/convergedinfra.StorageComplianceDetails.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/convergedinfra/StorageComplianceDetails/{Moid}": {
            "get": {
                "tags": [
                    "convergedinfra"
                ],
                "summary": "Read a 'convergedinfra.StorageComplianceDetails' resource.",
                "operationId": "GetConvergedinfraStorageComplianceDetailsByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Integrated Systems Administrator",
                            "PRIVSET.Integrated Systems Operator",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only integrated systems",
                            "READ.convergedinfra.StorageComplianceDetails",
                            "ROLE.Account Administrator",
                            "ROLE.Integrated Systems Administrator",
                            "ROLE.Integrated Systems Operator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "An instance of the 'convergedinfra.StorageComplianceDetails' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/convergedinfra.StorageComplianceDetails"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetConvergedinfraStorageComplianceDetailsByMoid": {
                                "operationId": "GetConvergedinfraStorageComplianceDetailsByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/convergedinfra/StorageComplianceDetails/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/convergedinfra/SwitchComplianceDetails": {
            "get": {
                "tags": [
                    "convergedinfra"
                ],
                "summary": "Read a 'convergedinfra.SwitchComplianceDetails' resource.",
                "operationId": "GetConvergedinfraSwitchComplianceDetailsList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Integrated Systems Administrator",
                            "PRIVSET.Integrated Systems Operator",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only integrated systems",
                            "READ.convergedinfra.SwitchComplianceDetails",
                            "ROLE.Account Administrator",
                            "ROLE.Integrated Systems Administrator",
                            "ROLE.Integrated Systems Operator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/filterParam"
                    },
                    {
                        "$ref": "#/components/parameters/orderbyParam"
                    },
                    {
                        "$ref": "#/components/parameters/topParam"
                    },
                    {
                        "$ref": "#/components/parameters/skipParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/applyParam"
                    },
                    {
                        "$ref": "#/components/parameters/countParam"
                    },
                    {
                        "$ref": "#/components/parameters/inlinecountParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    },
                    {
                        "$ref": "#/components/parameters/tagsParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "List of 'convergedinfra.SwitchComplianceDetails' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/convergedinfra.SwitchComplianceDetails.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/convergedinfra/SwitchComplianceDetails/{Moid}": {
            "get": {
                "tags": [
                    "convergedinfra"
                ],
                "summary": "Read a 'convergedinfra.SwitchComplianceDetails' resource.",
                "operationId": "GetConvergedinfraSwitchComplianceDetailsByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Integrated Systems Administrator",
                            "PRIVSET.Integrated Systems Operator",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only integrated systems",
                            "READ.convergedinfra.SwitchComplianceDetails",
                            "ROLE.Account Administrator",
                            "ROLE.Integrated Systems Administrator",
                            "ROLE.Integrated Systems Operator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "An instance of the 'convergedinfra.SwitchComplianceDetails' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/convergedinfra.SwitchComplianceDetails"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetConvergedinfraSwitchComplianceDetailsByMoid": {
                                "operationId": "GetConvergedinfraSwitchComplianceDetailsByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/convergedinfra/SwitchComplianceDetails/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/iaas/ConnectorPacks": {
            "get": {
                "tags": [
                    "iaas"
                ],
                "summary": "Read a 'iaas.ConnectorPack' resource.",
                "operationId": "GetIaasConnectorPackList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "READ.iaas.ConnectorPack"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/filterParam"
                    },
                    {
                        "$ref": "#/components/parameters/orderbyParam"
                    },
                    {
                        "$ref": "#/components/parameters/topParam"
                    },
                    {
                        "$ref": "#/components/parameters/skipParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/applyParam"
                    },
                    {
                        "$ref": "#/components/parameters/countParam"
                    },
                    {
                        "$ref": "#/components/parameters/inlinecountParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    },
                    {
                        "$ref": "#/components/parameters/tagsParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "List of 'iaas.ConnectorPack' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/iaas.ConnectorPack.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/iaas/ConnectorPacks/{Moid}": {
            "get": {
                "tags": [
                    "iaas"
                ],
                "summary": "Read a 'iaas.ConnectorPack' resource.",
                "operationId": "GetIaasConnectorPackByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "READ.iaas.ConnectorPack"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "An instance of the 'iaas.ConnectorPack' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/iaas.ConnectorPack"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetIaasConnectorPackByMoid": {
                                "operationId": "GetIaasConnectorPackByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/iaas/ConnectorPacks/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/iaas/CustomTaskInfos": {
            "get": {
                "tags": [
                    "iaas"
                ],
                "summary": "Read a 'iaas.CustomTaskInfo' resource.",
                "operationId": "GetIaasCustomTaskInfoList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "READ.iaas.CustomTaskInfo"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/filterParam"
                    },
                    {
                        "$ref": "#/components/parameters/orderbyParam"
                    },
                    {
                        "$ref": "#/components/parameters/topParam"
                    },
                    {
                        "$ref": "#/components/parameters/skipParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/applyParam"
                    },
                    {
                        "$ref": "#/components/parameters/countParam"
                    },
                    {
                        "$ref": "#/components/parameters/inlinecountParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    },
                    {
                        "$ref": "#/components/parameters/tagsParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "List of 'iaas.CustomTaskInfo' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/iaas.CustomTaskInfo.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/iaas/CustomTaskInfos/{Moid}": {
            "get": {
                "tags": [
                    "iaas"
                ],
                "summary": "Read a 'iaas.CustomTaskInfo' resource.",
                "operationId": "GetIaasCustomTaskInfoByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "READ.iaas.CustomTaskInfo"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "An instance of the 'iaas.CustomTaskInfo' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/iaas.CustomTaskInfo"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetIaasCustomTaskInfoByMoid": {
                                "operationId": "GetIaasCustomTaskInfoByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/iaas/CustomTaskInfos/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/iaas/DeviceStatuses": {
            "get": {
                "tags": [
                    "iaas"
                ],
                "summary": "Read a 'iaas.DeviceStatus' resource.",
                "operationId": "GetIaasDeviceStatusList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "READ.iaas.DeviceStatus"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/filterParam"
                    },
                    {
                        "$ref": "#/components/parameters/orderbyParam"
                    },
                    {
                        "$ref": "#/components/parameters/topParam"
                    },
                    {
                        "$ref": "#/components/parameters/skipParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/applyParam"
                    },
                    {
                        "$ref": "#/components/parameters/countParam"
                    },
                    {
                        "$ref": "#/components/parameters/inlinecountParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    },
                    {
                        "$ref": "#/components/parameters/tagsParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "List of 'iaas.DeviceStatus' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/iaas.DeviceStatus.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/iaas/DeviceStatuses/{Moid}": {
            "get": {
                "tags": [
                    "iaas"
                ],
                "summary": "Read a 'iaas.DeviceStatus' resource.",
                "operationId": "GetIaasDeviceStatusByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "READ.iaas.DeviceStatus"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "An instance of the 'iaas.DeviceStatus' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/iaas.DeviceStatus"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetIaasDeviceStatusByMoid": {
                                "operationId": "GetIaasDeviceStatusByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/iaas/DeviceStatuses/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/iaas/DiagnosticMessages": {
            "get": {
                "tags": [
                    "iaas"
                ],
                "summary": "Read a 'iaas.DiagnosticMessages' resource.",
                "operationId": "GetIaasDiagnosticMessagesList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "READ.iaas.DiagnosticMessages"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/filterParam"
                    },
                    {
                        "$ref": "#/components/parameters/orderbyParam"
                    },
                    {
                        "$ref": "#/components/parameters/topParam"
                    },
                    {
                        "$ref": "#/components/parameters/skipParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/applyParam"
                    },
                    {
                        "$ref": "#/components/parameters/countParam"
                    },
                    {
                        "$ref": "#/components/parameters/inlinecountParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    },
                    {
                        "$ref": "#/components/parameters/tagsParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "List of 'iaas.DiagnosticMessages' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/iaas.DiagnosticMessages.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/iaas/DiagnosticMessages/{Moid}": {
            "get": {
                "tags": [
                    "iaas"
                ],
                "summary": "Read a 'iaas.DiagnosticMessages' resource.",
                "operationId": "GetIaasDiagnosticMessagesByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "READ.iaas.DiagnosticMessages"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "An instance of the 'iaas.DiagnosticMessages' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/iaas.DiagnosticMessages"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetIaasDiagnosticMessagesByMoid": {
                                "operationId": "GetIaasDiagnosticMessagesByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/iaas/DiagnosticMessages/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/iaas/LicenseInfos": {
            "get": {
                "tags": [
                    "iaas"
                ],
                "summary": "Read a 'iaas.LicenseInfo' resource.",
                "operationId": "GetIaasLicenseInfoList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "READ.iaas.LicenseInfo"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/filterParam"
                    },
                    {
                        "$ref": "#/components/parameters/orderbyParam"
                    },
                    {
                        "$ref": "#/components/parameters/topParam"
                    },
                    {
                        "$ref": "#/components/parameters/skipParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/applyParam"
                    },
                    {
                        "$ref": "#/components/parameters/countParam"
                    },
                    {
                        "$ref": "#/components/parameters/inlinecountParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    },
                    {
                        "$ref": "#/components/parameters/tagsParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "List of 'iaas.LicenseInfo' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/iaas.LicenseInfo.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/iaas/LicenseInfos/{Moid}": {
            "get": {
                "tags": [
                    "iaas"
                ],
                "summary": "Read a 'iaas.LicenseInfo' resource.",
                "operationId": "GetIaasLicenseInfoByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "READ.iaas.LicenseInfo"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "An instance of the 'iaas.LicenseInfo' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/iaas.LicenseInfo"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetIaasLicenseInfoByMoid": {
                                "operationId": "GetIaasLicenseInfoByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/iaas/LicenseInfos/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/iaas/MostRunTasks": {
            "get": {
                "tags": [
                    "iaas"
                ],
                "summary": "Read a 'iaas.MostRunTasks' resource.",
                "operationId": "GetIaasMostRunTasksList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "READ.iaas.MostRunTasks"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/filterParam"
                    },
                    {
                        "$ref": "#/components/parameters/orderbyParam"
                    },
                    {
                        "$ref": "#/components/parameters/topParam"
                    },
                    {
                        "$ref": "#/components/parameters/skipParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/applyParam"
                    },
                    {
                        "$ref": "#/components/parameters/countParam"
                    },
                    {
                        "$ref": "#/components/parameters/inlinecountParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    },
                    {
                        "$ref": "#/components/parameters/tagsParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "List of 'iaas.MostRunTasks' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/iaas.MostRunTasks.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/iaas/MostRunTasks/{Moid}": {
            "get": {
                "tags": [
                    "iaas"
                ],
                "summary": "Read a 'iaas.MostRunTasks' resource.",
                "operationId": "GetIaasMostRunTasksByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "READ.iaas.MostRunTasks"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "An instance of the 'iaas.MostRunTasks' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/iaas.MostRunTasks"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetIaasMostRunTasksByMoid": {
                                "operationId": "GetIaasMostRunTasksByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/iaas/MostRunTasks/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/iaas/ServiceRequests": {
            "get": {
                "tags": [
                    "iaas"
                ],
                "summary": "Read a 'iaas.ServiceRequest' resource.",
                "operationId": "GetIaasServiceRequestList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "READ.iaas.ServiceRequest"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/filterParam"
                    },
                    {
                        "$ref": "#/components/parameters/orderbyParam"
                    },
                    {
                        "$ref": "#/components/parameters/topParam"
                    },
                    {
                        "$ref": "#/components/parameters/skipParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/applyParam"
                    },
                    {
                        "$ref": "#/components/parameters/countParam"
                    },
                    {
                        "$ref": "#/components/parameters/inlinecountParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    },
                    {
                        "$ref": "#/components/parameters/tagsParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "List of 'iaas.ServiceRequest' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/iaas.ServiceRequest.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/iaas/ServiceRequests/{Moid}": {
            "get": {
                "tags": [
                    "iaas"
                ],
                "summary": "Read a 'iaas.ServiceRequest' resource.",
                "operationId": "GetIaasServiceRequestByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "READ.iaas.ServiceRequest"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "An instance of the 'iaas.ServiceRequest' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/iaas.ServiceRequest"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetIaasServiceRequestByMoid": {
                                "operationId": "GetIaasServiceRequestByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/iaas/ServiceRequests/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/iaas/SystemTaskInfos": {
            "get": {
                "tags": [
                    "iaas"
                ],
                "summary": "Read a 'iaas.SystemTaskInfo' resource.",
                "operationId": "GetIaasSystemTaskInfoList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "READ.iaas.SystemTaskInfo"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/filterParam"
                    },
                    {
                        "$ref": "#/components/parameters/orderbyParam"
                    },
                    {
                        "$ref": "#/components/parameters/topParam"
                    },
                    {
                        "$ref": "#/components/parameters/skipParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/applyParam"
                    },
                    {
                        "$ref": "#/components/parameters/countParam"
                    },
                    {
                        "$ref": "#/components/parameters/inlinecountParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    },
                    {
                        "$ref": "#/components/parameters/tagsParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "List of 'iaas.SystemTaskInfo' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/iaas.SystemTaskInfo.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/iaas/SystemTaskInfos/{Moid}": {
            "get": {
                "tags": [
                    "iaas"
                ],
                "summary": "Read a 'iaas.SystemTaskInfo' resource.",
                "operationId": "GetIaasSystemTaskInfoByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "READ.iaas.SystemTaskInfo"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "An instance of the 'iaas.SystemTaskInfo' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/iaas.SystemTaskInfo"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetIaasSystemTaskInfoByMoid": {
                                "operationId": "GetIaasSystemTaskInfoByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/iaas/SystemTaskInfos/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/iaas/UcsdInfos": {
            "get": {
                "tags": [
                    "iaas"
                ],
                "summary": "Read a 'iaas.UcsdInfo' resource.",
                "operationId": "GetIaasUcsdInfoList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Read-Only",
                            "READ.iaas.UcsdInfo",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/filterParam"
                    },
                    {
                        "$ref": "#/components/parameters/orderbyParam"
                    },
                    {
                        "$ref": "#/components/parameters/topParam"
                    },
                    {
                        "$ref": "#/components/parameters/skipParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/applyParam"
                    },
                    {
                        "$ref": "#/components/parameters/countParam"
                    },
                    {
                        "$ref": "#/components/parameters/inlinecountParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    },
                    {
                        "$ref": "#/components/parameters/tagsParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "List of 'iaas.UcsdInfo' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/iaas.UcsdInfo.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/iaas/UcsdInfos/{Moid}": {
            "get": {
                "tags": [
                    "iaas"
                ],
                "summary": "Read a 'iaas.UcsdInfo' resource.",
                "operationId": "GetIaasUcsdInfoByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Read-Only",
                            "READ.iaas.UcsdInfo",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "An instance of the 'iaas.UcsdInfo' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/iaas.UcsdInfo"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetIaasUcsdInfoByMoid": {
                                "operationId": "GetIaasUcsdInfoByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/iaas/UcsdInfos/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            },
            "post": {
                "tags": [
                    "iaas"
                ],
                "summary": "Update a 'iaas.UcsdInfo' resource.",
                "operationId": "UpdateIaasUcsdInfo",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "ROLE.Account Administrator",
                            "UPDATE.iaas.UcsdInfo"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'iaas.UcsdInfo' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/iaas.UcsdInfo"
                            }
                        },
                        "application/json-patch+json": {
                            "schema": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/PatchDocument"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'iaas.UcsdInfo' resource was modified as requested. The 'iaas.UcsdInfo' resource is modified before this response is sent back and the resource is returned in the body of the message.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/iaas.UcsdInfo"
                                }
                            }
                        },
                        "links": {
                            "GetIaasUcsdInfoByMoid": {
                                "operationId": "GetIaasUcsdInfoByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/iaas/UcsdInfos/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            },
            "patch": {
                "tags": [
                    "iaas"
                ],
                "summary": "Update a 'iaas.UcsdInfo' resource.",
                "operationId": "PatchIaasUcsdInfo",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "ROLE.Account Administrator",
                            "UPDATE.iaas.UcsdInfo"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'iaas.UcsdInfo' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/iaas.UcsdInfo"
                            }
                        },
                        "application/json-patch+json": {
                            "schema": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/PatchDocument"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'iaas.UcsdInfo' resource was patched as requested. The 'iaas.UcsdInfo' resource is patched before this response is sent back and the resource is returned in the body of the message.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/iaas.UcsdInfo"
                                }
                            }
                        },
                        "links": {
                            "GetIaasUcsdInfoByMoid": {
                                "operationId": "GetIaasUcsdInfoByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/iaas/UcsdInfos/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/iaas/UcsdManagedInfras": {
            "get": {
                "tags": [
                    "iaas"
                ],
                "summary": "Read a 'iaas.UcsdManagedInfra' resource.",
                "operationId": "GetIaasUcsdManagedInfraList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "READ.iaas.UcsdManagedInfra"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/filterParam"
                    },
                    {
                        "$ref": "#/components/parameters/orderbyParam"
                    },
                    {
                        "$ref": "#/components/parameters/topParam"
                    },
                    {
                        "$ref": "#/components/parameters/skipParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/applyParam"
                    },
                    {
                        "$ref": "#/components/parameters/countParam"
                    },
                    {
                        "$ref": "#/components/parameters/inlinecountParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    },
                    {
                        "$ref": "#/components/parameters/tagsParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "List of 'iaas.UcsdManagedInfra' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/iaas.UcsdManagedInfra.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/iaas/UcsdManagedInfras/{Moid}": {
            "get": {
                "tags": [
                    "iaas"
                ],
                "summary": "Read a 'iaas.UcsdManagedInfra' resource.",
                "operationId": "GetIaasUcsdManagedInfraByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "READ.iaas.UcsdManagedInfra"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "An instance of the 'iaas.UcsdManagedInfra' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/iaas.UcsdManagedInfra"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetIaasUcsdManagedInfraByMoid": {
                                "operationId": "GetIaasUcsdManagedInfraByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/iaas/UcsdManagedInfras/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/iaas/UcsdMessages": {
            "get": {
                "tags": [
                    "iaas"
                ],
                "summary": "Read a 'iaas.UcsdMessages' resource.",
                "operationId": "GetIaasUcsdMessagesList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "READ.iaas.UcsdMessages"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/filterParam"
                    },
                    {
                        "$ref": "#/components/parameters/orderbyParam"
                    },
                    {
                        "$ref": "#/components/parameters/topParam"
                    },
                    {
                        "$ref": "#/components/parameters/skipParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/applyParam"
                    },
                    {
                        "$ref": "#/components/parameters/countParam"
                    },
                    {
                        "$ref": "#/components/parameters/inlinecountParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    },
                    {
                        "$ref": "#/components/parameters/tagsParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "List of 'iaas.UcsdMessages' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/iaas.UcsdMessages.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/iaas/UcsdMessages/{Moid}": {
            "get": {
                "tags": [
                    "iaas"
                ],
                "summary": "Read a 'iaas.UcsdMessages' resource.",
                "operationId": "GetIaasUcsdMessagesByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "READ.iaas.UcsdMessages"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "An instance of the 'iaas.UcsdMessages' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/iaas.UcsdMessages"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetIaasUcsdMessagesByMoid": {
                                "operationId": "GetIaasUcsdMessagesByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/iaas/UcsdMessages/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/ucsd/BackupInfos": {
            "get": {
                "tags": [
                    "ucsd"
                ],
                "summary": "Read a 'ucsd.BackupInfo' resource.",
                "operationId": "GetUcsdBackupInfoList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Read-Only",
                            "READ.ucsd.BackupInfo",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/filterParam"
                    },
                    {
                        "$ref": "#/components/parameters/orderbyParam"
                    },
                    {
                        "$ref": "#/components/parameters/topParam"
                    },
                    {
                        "$ref": "#/components/parameters/skipParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/applyParam"
                    },
                    {
                        "$ref": "#/components/parameters/countParam"
                    },
                    {
                        "$ref": "#/components/parameters/inlinecountParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    },
                    {
                        "$ref": "#/components/parameters/tagsParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "List of 'ucsd.BackupInfo' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ucsd.BackupInfo.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/ucsd/BackupInfos/{Moid}": {
            "get": {
                "tags": [
                    "ucsd"
                ],
                "summary": "Read a 'ucsd.BackupInfo' resource.",
                "operationId": "GetUcsdBackupInfoByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Read-Only",
                            "READ.ucsd.BackupInfo",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "An instance of the 'ucsd.BackupInfo' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ucsd.BackupInfo"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetUcsdBackupInfoByMoid": {
                                "operationId": "GetUcsdBackupInfoByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/ucsd/BackupInfos/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            },
            "delete": {
                "tags": [
                    "ucsd"
                ],
                "summary": "Delete a 'ucsd.BackupInfo' resource.",
                "operationId": "DeleteUcsdBackupInfo",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "DELETE.ucsd.BackupInfo",
                            "PRIVSET.Account Administrator",
                            "ROLE.Account Administrator"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Resource has been deleted successfully.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/workflow/AnsibleBatchExecutors": {
            "get": {
                "tags": [
                    "workflow"
                ],
                "summary": "Read a 'workflow.AnsibleBatchExecutor' resource.",
                "operationId": "GetWorkflowAnsibleBatchExecutorList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Workflow Definitions",
                            "PRIVSET.Read-Only",
                            "PRIVSET.View Workflow Definitions",
                            "READ.workflow.AnsibleBatchExecutor",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/filterParam"
                    },
                    {
                        "$ref": "#/components/parameters/orderbyParam"
                    },
                    {
                        "$ref": "#/components/parameters/topParam"
                    },
                    {
                        "$ref": "#/components/parameters/skipParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/applyParam"
                    },
                    {
                        "$ref": "#/components/parameters/countParam"
                    },
                    {
                        "$ref": "#/components/parameters/inlinecountParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    },
                    {
                        "$ref": "#/components/parameters/tagsParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "List of 'workflow.AnsibleBatchExecutor' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/workflow.AnsibleBatchExecutor.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            },
            "post": {
                "tags": [
                    "workflow"
                ],
                "summary": "Create a 'workflow.AnsibleBatchExecutor' resource.",
                "operationId": "CreateWorkflowAnsibleBatchExecutor",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "CREATE.workflow.AnsibleBatchExecutor",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Workflow Definitions",
                            "ROLE.Account Administrator"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    },
                    {
                        "$ref": "#/components/parameters/IfNoneMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'workflow.AnsibleBatchExecutor' resource to create.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/workflow.AnsibleBatchExecutor"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'workflow.AnsibleBatchExecutor' resource was created as requested. The 'workflow.AnsibleBatchExecutor' resource is created before this response is sent back and the resource is returned in the body of the message.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/workflow.AnsibleBatchExecutor"
                                }
                            }
                        },
                        "links": {
                            "GetWorkflowAnsibleBatchExecutorByMoid": {
                                "operationId": "GetWorkflowAnsibleBatchExecutorByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/workflow/AnsibleBatchExecutors/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/workflow/AnsibleBatchExecutors/{Moid}": {
            "get": {
                "tags": [
                    "workflow"
                ],
                "summary": "Read a 'workflow.AnsibleBatchExecutor' resource.",
                "operationId": "GetWorkflowAnsibleBatchExecutorByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Workflow Definitions",
                            "PRIVSET.Read-Only",
                            "PRIVSET.View Workflow Definitions",
                            "READ.workflow.AnsibleBatchExecutor",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "An instance of the 'workflow.AnsibleBatchExecutor' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/workflow.AnsibleBatchExecutor"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetWorkflowAnsibleBatchExecutorByMoid": {
                                "operationId": "GetWorkflowAnsibleBatchExecutorByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/workflow/AnsibleBatchExecutors/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            },
            "post": {
                "tags": [
                    "workflow"
                ],
                "summary": "Update a 'workflow.AnsibleBatchExecutor' resource.",
                "operationId": "UpdateWorkflowAnsibleBatchExecutor",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Workflow Definitions",
                            "ROLE.Account Administrator",
                            "UPDATE.workflow.AnsibleBatchExecutor"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'workflow.AnsibleBatchExecutor' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/workflow.AnsibleBatchExecutor"
                            }
                        },
                        "application/json-patch+json": {
                            "schema": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/PatchDocument"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'workflow.AnsibleBatchExecutor' resource was modified as requested. The 'workflow.AnsibleBatchExecutor' resource is modified before this response is sent back and the resource is returned in the body of the message.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/workflow.AnsibleBatchExecutor"
                                }
                            }
                        },
                        "links": {
                            "GetWorkflowAnsibleBatchExecutorByMoid": {
                                "operationId": "GetWorkflowAnsibleBatchExecutorByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/workflow/AnsibleBatchExecutors/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            },
            "patch": {
                "tags": [
                    "workflow"
                ],
                "summary": "Update a 'workflow.AnsibleBatchExecutor' resource.",
                "operationId": "PatchWorkflowAnsibleBatchExecutor",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Workflow Definitions",
                            "ROLE.Account Administrator",
                            "UPDATE.workflow.AnsibleBatchExecutor"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'workflow.AnsibleBatchExecutor' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/workflow.AnsibleBatchExecutor"
                            }
                        },
                        "application/json-patch+json": {
                            "schema": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/PatchDocument"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'workflow.AnsibleBatchExecutor' resource was patched as requested. The 'workflow.AnsibleBatchExecutor' resource is patched before this response is sent back and the resource is returned in the body of the message.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/workflow.AnsibleBatchExecutor"
                                }
                            }
                        },
                        "links": {
                            "GetWorkflowAnsibleBatchExecutorByMoid": {
                                "operationId": "GetWorkflowAnsibleBatchExecutorByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/workflow/AnsibleBatchExecutors/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            },
            "delete": {
                "tags": [
                    "workflow"
                ],
                "summary": "Delete a 'workflow.AnsibleBatchExecutor' resource.",
                "operationId": "DeleteWorkflowAnsibleBatchExecutor",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "DELETE.workflow.AnsibleBatchExecutor",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Workflow Definitions",
                            "ROLE.Account Administrator"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Resource has been deleted successfully.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/workflow/BatchApiExecutors": {
            "get": {
                "tags": [
                    "workflow"
                ],
                "summary": "Read a 'workflow.BatchApiExecutor' resource.",
                "operationId": "GetWorkflowBatchApiExecutorList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Workflow Definitions",
                            "PRIVSET.Read-Only",
                            "PRIVSET.View Workflow Definitions",
                            "READ.workflow.BatchApiExecutor",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/filterParam"
                    },
                    {
                        "$ref": "#/components/parameters/orderbyParam"
                    },
                    {
                        "$ref": "#/components/parameters/topParam"
                    },
                    {
                        "$ref": "#/components/parameters/skipParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/applyParam"
                    },
                    {
                        "$ref": "#/components/parameters/countParam"
                    },
                    {
                        "$ref": "#/components/parameters/inlinecountParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    },
                    {
                        "$ref": "#/components/parameters/tagsParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "List of 'workflow.BatchApiExecutor' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/workflow.BatchApiExecutor.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            },
            "post": {
                "tags": [
                    "workflow"
                ],
                "summary": "Create a 'workflow.BatchApiExecutor' resource.",
                "operationId": "CreateWorkflowBatchApiExecutor",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "CREATE.workflow.BatchApiExecutor",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Workflow Definitions",
                            "ROLE.Account Administrator"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    },
                    {
                        "$ref": "#/components/parameters/IfNoneMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'workflow.BatchApiExecutor' resource to create.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/workflow.BatchApiExecutor"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'workflow.BatchApiExecutor' resource was created as requested. The 'workflow.BatchApiExecutor' resource is created before this response is sent back and the resource is returned in the body of the message.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/workflow.BatchApiExecutor"
                                }
                            }
                        },
                        "links": {
                            "GetWorkflowBatchApiExecutorByMoid": {
                                "operationId": "GetWorkflowBatchApiExecutorByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/workflow/BatchApiExecutors/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/workflow/BatchApiExecutors/{Moid}": {
            "get": {
                "tags": [
                    "workflow"
                ],
                "summary": "Read a 'workflow.BatchApiExecutor' resource.",
                "operationId": "GetWorkflowBatchApiExecutorByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Workflow Definitions",
                            "PRIVSET.Read-Only",
                            "PRIVSET.View Workflow Definitions",
                            "READ.workflow.BatchApiExecutor",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "An instance of the 'workflow.BatchApiExecutor' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/workflow.BatchApiExecutor"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetWorkflowBatchApiExecutorByMoid": {
                                "operationId": "GetWorkflowBatchApiExecutorByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/workflow/BatchApiExecutors/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            },
            "post": {
                "tags": [
                    "workflow"
                ],
                "summary": "Update a 'workflow.BatchApiExecutor' resource.",
                "operationId": "UpdateWorkflowBatchApiExecutor",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Workflow Definitions",
                            "ROLE.Account Administrator",
                            "UPDATE.workflow.BatchApiExecutor"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'workflow.BatchApiExecutor' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/workflow.BatchApiExecutor"
                            }
                        },
                        "application/json-patch+json": {
                            "schema": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/PatchDocument"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'workflow.BatchApiExecutor' resource was modified as requested. The 'workflow.BatchApiExecutor' resource is modified before this response is sent back and the resource is returned in the body of the message.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/workflow.BatchApiExecutor"
                                }
                            }
                        },
                        "links": {
                            "GetWorkflowBatchApiExecutorByMoid": {
                                "operationId": "GetWorkflowBatchApiExecutorByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/workflow/BatchApiExecutors/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            },
            "patch": {
                "tags": [
                    "workflow"
                ],
                "summary": "Update a 'workflow.BatchApiExecutor' resource.",
                "operationId": "PatchWorkflowBatchApiExecutor",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Workflow Definitions",
                            "ROLE.Account Administrator",
                            "UPDATE.workflow.BatchApiExecutor"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'workflow.BatchApiExecutor' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/workflow.BatchApiExecutor"
                            }
                        },
                        "application/json-patch+json": {
                            "schema": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/PatchDocument"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'workflow.BatchApiExecutor' resource was patched as requested. The 'workflow.BatchApiExecutor' resource is patched before this response is sent back and the resource is returned in the body of the message.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/workflow.BatchApiExecutor"
                                }
                            }
                        },
                        "links": {
                            "GetWorkflowBatchApiExecutorByMoid": {
                                "operationId": "GetWorkflowBatchApiExecutorByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/workflow/BatchApiExecutors/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            },
            "delete": {
                "tags": [
                    "workflow"
                ],
                "summary": "Delete a 'workflow.BatchApiExecutor' resource.",
                "operationId": "DeleteWorkflowBatchApiExecutor",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "DELETE.workflow.BatchApiExecutor",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Workflow Definitions",
                            "ROLE.Account Administrator"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Resource has been deleted successfully.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/workflow/Catalogs": {
            "get": {
                "tags": [
                    "workflow"
                ],
                "summary": "Read a 'workflow.Catalog' resource.",
                "operationId": "GetWorkflowCatalogList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Read Workflows",
                            "PRIVSET.Read-Only",
                            "PRIVSET.View Workflow Definitions",
                            "READ.workflow.Catalog",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/filterParam"
                    },
                    {
                        "$ref": "#/components/parameters/orderbyParam"
                    },
                    {
                        "$ref": "#/components/parameters/topParam"
                    },
                    {
                        "$ref": "#/components/parameters/skipParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/applyParam"
                    },
                    {
                        "$ref": "#/components/parameters/countParam"
                    },
                    {
                        "$ref": "#/components/parameters/inlinecountParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    },
                    {
                        "$ref": "#/components/parameters/tagsParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "List of 'workflow.Catalog' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/workflow.Catalog.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/workflow/Catalogs/{Moid}": {
            "get": {
                "tags": [
                    "workflow"
                ],
                "summary": "Read a 'workflow.Catalog' resource.",
                "operationId": "GetWorkflowCatalogByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Read Workflows",
                            "PRIVSET.Read-Only",
                            "PRIVSET.View Workflow Definitions",
                            "READ.workflow.Catalog",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "An instance of the 'workflow.Catalog' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/workflow.Catalog"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetWorkflowCatalogByMoid": {
                                "operationId": "GetWorkflowCatalogByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/workflow/Catalogs/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/workflow/CatalogItemDefinitions": {
            "get": {
                "tags": [
                    "workflow"
                ],
                "summary": "Read a 'workflow.CatalogItemDefinition' resource.",
                "operationId": "GetWorkflowCatalogItemDefinitionList",
                "x-stability-level": "draft",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Catalog Administrator",
                            "PRIVSET.Catalog User",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Service Operator",
                            "READ.workflow.CatalogItemDefinition",
                            "ROLE.Account Administrator",
                            "ROLE.Catalog Administrator",
                            "ROLE.Catalog User",
                            "ROLE.Read-Only",
                            "ROLE.Service Operator"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/filterParam"
                    },
                    {
                        "$ref": "#/components/parameters/orderbyParam"
                    },
                    {
                        "$ref": "#/components/parameters/topParam"
                    },
                    {
                        "$ref": "#/components/parameters/skipParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/applyParam"
                    },
                    {
                        "$ref": "#/components/parameters/countParam"
                    },
                    {
                        "$ref": "#/components/parameters/inlinecountParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    },
                    {
                        "$ref": "#/components/parameters/tagsParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "List of 'workflow.CatalogItemDefinition' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/workflow.CatalogItemDefinition.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            },
            "post": {
                "tags": [
                    "workflow"
                ],
                "summary": "Create a 'workflow.CatalogItemDefinition' resource.",
                "operationId": "CreateWorkflowCatalogItemDefinition",
                "x-stability-level": "draft",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "CREATE.workflow.CatalogItemDefinition",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Catalog Administrator",
                            "ROLE.Account Administrator",
                            "ROLE.Catalog Administrator"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    },
                    {
                        "$ref": "#/components/parameters/IfNoneMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'workflow.CatalogItemDefinition' resource to create.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/workflow.CatalogItemDefinition"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'workflow.CatalogItemDefinition' resource was created as requested. The 'workflow.CatalogItemDefinition' resource is created before this response is sent back and the resource is returned in the body of the message.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/workflow.CatalogItemDefinition"
                                }
                            }
                        },
                        "links": {
                            "GetWorkflowCatalogItemDefinitionByMoid": {
                                "operationId": "GetWorkflowCatalogItemDefinitionByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/workflow/CatalogItemDefinitions/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/workflow/CatalogItemDefinitions/{Moid}": {
            "get": {
                "tags": [
                    "workflow"
                ],
                "summary": "Read a 'workflow.CatalogItemDefinition' resource.",
                "operationId": "GetWorkflowCatalogItemDefinitionByMoid",
                "x-stability-level": "draft",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Catalog Administrator",
                            "PRIVSET.Catalog User",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Service Operator",
                            "READ.workflow.CatalogItemDefinition",
                            "ROLE.Account Administrator",
                            "ROLE.Catalog Administrator",
                            "ROLE.Catalog User",
                            "ROLE.Read-Only",
                            "ROLE.Service Operator"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "An instance of the 'workflow.CatalogItemDefinition' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/workflow.CatalogItemDefinition"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetWorkflowCatalogItemDefinitionByMoid": {
                                "operationId": "GetWorkflowCatalogItemDefinitionByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/workflow/CatalogItemDefinitions/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            },
            "post": {
                "tags": [
                    "workflow"
                ],
                "summary": "Update a 'workflow.CatalogItemDefinition' resource.",
                "operationId": "UpdateWorkflowCatalogItemDefinition",
                "x-stability-level": "draft",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Catalog Administrator",
                            "ROLE.Account Administrator",
                            "ROLE.Catalog Administrator",
                            "UPDATE.workflow.CatalogItemDefinition"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'workflow.CatalogItemDefinition' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/workflow.CatalogItemDefinition"
                            }
                        },
                        "application/json-patch+json": {
                            "schema": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/PatchDocument"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'workflow.CatalogItemDefinition' resource was modified as requested. The 'workflow.CatalogItemDefinition' resource is modified before this response is sent back and the resource is returned in the body of the message.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/workflow.CatalogItemDefinition"
                                }
                            }
                        },
                        "links": {
                            "GetWorkflowCatalogItemDefinitionByMoid": {
                                "operationId": "GetWorkflowCatalogItemDefinitionByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/workflow/CatalogItemDefinitions/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            },
            "patch": {
                "tags": [
                    "workflow"
                ],
                "summary": "Update a 'workflow.CatalogItemDefinition' resource.",
                "operationId": "PatchWorkflowCatalogItemDefinition",
                "x-stability-level": "draft",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Catalog Administrator",
                            "ROLE.Account Administrator",
                            "ROLE.Catalog Administrator",
                            "UPDATE.workflow.CatalogItemDefinition"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'workflow.CatalogItemDefinition' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/workflow.CatalogItemDefinition"
                            }
                        },
                        "application/json-patch+json": {
                            "schema": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/PatchDocument"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'workflow.CatalogItemDefinition' resource was patched as requested. The 'workflow.CatalogItemDefinition' resource is patched before this response is sent back and the resource is returned in the body of the message.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/workflow.CatalogItemDefinition"
                                }
                            }
                        },
                        "links": {
                            "GetWorkflowCatalogItemDefinitionByMoid": {
                                "operationId": "GetWorkflowCatalogItemDefinitionByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/workflow/CatalogItemDefinitions/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            },
            "delete": {
                "tags": [
                    "workflow"
                ],
                "summary": "Delete a 'workflow.CatalogItemDefinition' resource.",
                "operationId": "DeleteWorkflowCatalogItemDefinition",
                "x-stability-level": "draft",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "DELETE.workflow.CatalogItemDefinition",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Catalog Administrator",
                            "ROLE.Account Administrator",
                            "ROLE.Catalog Administrator"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Resource has been deleted successfully.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/workflow/CatalogServiceRequests": {
            "get": {
                "tags": [
                    "workflow"
                ],
                "summary": "Read a 'workflow.CatalogServiceRequest' resource.",
                "operationId": "GetWorkflowCatalogServiceRequestList",
                "x-stability-level": "draft",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Catalog Administrator",
                            "PRIVSET.Catalog User",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Service Operator",
                            "READ.workflow.CatalogServiceRequest",
                            "ROLE.Account Administrator",
                            "ROLE.Catalog Administrator",
                            "ROLE.Catalog User",
                            "ROLE.Read-Only",
                            "ROLE.Service Operator"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/filterParam"
                    },
                    {
                        "$ref": "#/components/parameters/orderbyParam"
                    },
                    {
                        "$ref": "#/components/parameters/topParam"
                    },
                    {
                        "$ref": "#/components/parameters/skipParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/applyParam"
                    },
                    {
                        "$ref": "#/components/parameters/countParam"
                    },
                    {
                        "$ref": "#/components/parameters/inlinecountParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    },
                    {
                        "$ref": "#/components/parameters/tagsParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "List of 'workflow.CatalogServiceRequest' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/workflow.CatalogServiceRequest.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            },
            "post": {
                "tags": [
                    "workflow"
                ],
                "summary": "Create a 'workflow.CatalogServiceRequest' resource.",
                "operationId": "CreateWorkflowCatalogServiceRequest",
                "x-stability-level": "draft",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "CREATE.workflow.CatalogServiceRequest",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Catalog Administrator",
                            "PRIVSET.Catalog User",
                            "PRIVSET.Service Operator",
                            "ROLE.Account Administrator",
                            "ROLE.Catalog Administrator",
                            "ROLE.Catalog User",
                            "ROLE.Service Operator"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    },
                    {
                        "$ref": "#/components/parameters/IfNoneMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'workflow.CatalogServiceRequest' resource to create.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/workflow.CatalogServiceRequest"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'workflow.CatalogServiceRequest' resource was created as requested. The 'workflow.CatalogServiceRequest' resource is created before this response is sent back and the resource is returned in the body of the message.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/workflow.CatalogServiceRequest"
                                }
                            }
                        },
                        "links": {
                            "GetWorkflowCatalogServiceRequestByMoid": {
                                "operationId": "GetWorkflowCatalogServiceRequestByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/workflow/CatalogServiceRequests/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/workflow/CatalogServiceRequests/{Moid}": {
            "get": {
                "tags": [
                    "workflow"
                ],
                "summary": "Read a 'workflow.CatalogServiceRequest' resource.",
                "operationId": "GetWorkflowCatalogServiceRequestByMoid",
                "x-stability-level": "draft",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Catalog Administrator",
                            "PRIVSET.Catalog User",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Service Operator",
                            "READ.workflow.CatalogServiceRequest",
                            "ROLE.Account Administrator",
                            "ROLE.Catalog Administrator",
                            "ROLE.Catalog User",
                            "ROLE.Read-Only",
                            "ROLE.Service Operator"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "An instance of the 'workflow.CatalogServiceRequest' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/workflow.CatalogServiceRequest"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetWorkflowCatalogServiceRequestByMoid": {
                                "operationId": "GetWorkflowCatalogServiceRequestByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/workflow/CatalogServiceRequests/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            },
            "post": {
                "tags": [
                    "workflow"
                ],
                "summary": "Update a 'workflow.CatalogServiceRequest' resource.",
                "operationId": "UpdateWorkflowCatalogServiceRequest",
                "x-stability-level": "draft",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Catalog Administrator",
                            "PRIVSET.Catalog User",
                            "PRIVSET.Service Operator",
                            "ROLE.Account Administrator",
                            "ROLE.Catalog Administrator",
                            "ROLE.Catalog User",
                            "ROLE.Service Operator",
                            "UPDATE.workflow.CatalogServiceRequest"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'workflow.CatalogServiceRequest' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/workflow.CatalogServiceRequest"
                            }
                        },
                        "application/json-patch+json": {
                            "schema": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/PatchDocument"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'workflow.CatalogServiceRequest' resource was modified as requested. The 'workflow.CatalogServiceRequest' resource is modified before this response is sent back and the resource is returned in the body of the message.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/workflow.CatalogServiceRequest"
                                }
                            }
                        },
                        "links": {
                            "GetWorkflowCatalogServiceRequestByMoid": {
                                "operationId": "GetWorkflowCatalogServiceRequestByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/workflow/CatalogServiceRequests/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            },
            "patch": {
                "tags": [
                    "workflow"
                ],
                "summary": "Update a 'workflow.CatalogServiceRequest' resource.",
                "operationId": "PatchWorkflowCatalogServiceRequest",
                "x-stability-level": "draft",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Catalog Administrator",
                            "PRIVSET.Catalog User",
                            "PRIVSET.Service Operator",
                            "ROLE.Account Administrator",
                            "ROLE.Catalog Administrator",
                            "ROLE.Catalog User",
                            "ROLE.Service Operator",
                            "UPDATE.workflow.CatalogServiceRequest"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'workflow.CatalogServiceRequest' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/workflow.CatalogServiceRequest"
                            }
                        },
                        "application/json-patch+json": {
                            "schema": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/PatchDocument"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'workflow.CatalogServiceRequest' resource was patched as requested. The 'workflow.CatalogServiceRequest' resource is patched before this response is sent back and the resource is returned in the body of the message.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/workflow.CatalogServiceRequest"
                                }
                            }
                        },
                        "links": {
                            "GetWorkflowCatalogServiceRequestByMoid": {
                                "operationId": "GetWorkflowCatalogServiceRequestByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/workflow/CatalogServiceRequests/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            },
            "delete": {
                "tags": [
                    "workflow"
                ],
                "summary": "Delete a 'workflow.CatalogServiceRequest' resource.",
                "operationId": "DeleteWorkflowCatalogServiceRequest",
                "x-stability-level": "draft",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "DELETE.workflow.CatalogServiceRequest",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Catalog Administrator",
                            "ROLE.Account Administrator",
                            "ROLE.Catalog Administrator"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Resource has been deleted successfully.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/workflow/CustomDataTypeDefinitions": {
            "get": {
                "tags": [
                    "workflow"
                ],
                "summary": "Read a 'workflow.CustomDataTypeDefinition' resource.",
                "operationId": "GetWorkflowCustomDataTypeDefinitionList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Catalog User",
                            "PRIVSET.Execute Workflows",
                            "PRIVSET.Manage Workflow Definitions",
                            "PRIVSET.Read Workflows",
                            "PRIVSET.Read-Only",
                            "PRIVSET.View Workflow Definitions",
                            "READ.workflow.CustomDataTypeDefinition",
                            "ROLE.Account Administrator",
                            "ROLE.Catalog User",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/filterParam"
                    },
                    {
                        "$ref": "#/components/parameters/orderbyParam"
                    },
                    {
                        "$ref": "#/components/parameters/topParam"
                    },
                    {
                        "$ref": "#/components/parameters/skipParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/applyParam"
                    },
                    {
                        "$ref": "#/components/parameters/countParam"
                    },
                    {
                        "$ref": "#/components/parameters/inlinecountParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    },
                    {
                        "$ref": "#/components/parameters/tagsParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "List of 'workflow.CustomDataTypeDefinition' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/workflow.CustomDataTypeDefinition.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            },
            "post": {
                "tags": [
                    "workflow"
                ],
                "summary": "Create a 'workflow.CustomDataTypeDefinition' resource.",
                "operationId": "CreateWorkflowCustomDataTypeDefinition",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "CREATE.workflow.CustomDataTypeDefinition",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Workflow Definitions",
                            "ROLE.Account Administrator"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    },
                    {
                        "$ref": "#/components/parameters/IfNoneMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'workflow.CustomDataTypeDefinition' resource to create.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/workflow.CustomDataTypeDefinition"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'workflow.CustomDataTypeDefinition' resource was created as requested. The 'workflow.CustomDataTypeDefinition' resource is created before this response is sent back and the resource is returned in the body of the message.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/workflow.CustomDataTypeDefinition"
                                }
                            }
                        },
                        "links": {
                            "GetWorkflowCustomDataTypeDefinitionByMoid": {
                                "operationId": "GetWorkflowCustomDataTypeDefinitionByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/workflow/CustomDataTypeDefinitions/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/workflow/CustomDataTypeDefinitions/{Moid}": {
            "get": {
                "tags": [
                    "workflow"
                ],
                "summary": "Read a 'workflow.CustomDataTypeDefinition' resource.",
                "operationId": "GetWorkflowCustomDataTypeDefinitionByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Catalog User",
                            "PRIVSET.Execute Workflows",
                            "PRIVSET.Manage Workflow Definitions",
                            "PRIVSET.Read Workflows",
                            "PRIVSET.Read-Only",
                            "PRIVSET.View Workflow Definitions",
                            "READ.workflow.CustomDataTypeDefinition",
                            "ROLE.Account Administrator",
                            "ROLE.Catalog User",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "An instance of the 'workflow.CustomDataTypeDefinition' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/workflow.CustomDataTypeDefinition"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetWorkflowCustomDataTypeDefinitionByMoid": {
                                "operationId": "GetWorkflowCustomDataTypeDefinitionByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/workflow/CustomDataTypeDefinitions/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            },
            "post": {
                "tags": [
                    "workflow"
                ],
                "summary": "Update a 'workflow.CustomDataTypeDefinition' resource.",
                "operationId": "UpdateWorkflowCustomDataTypeDefinition",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Workflow Definitions",
                            "ROLE.Account Administrator",
                            "UPDATE.workflow.CustomDataTypeDefinition"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'workflow.CustomDataTypeDefinition' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/workflow.CustomDataTypeDefinition"
                            }
                        },
                        "application/json-patch+json": {
                            "schema": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/PatchDocument"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'workflow.CustomDataTypeDefinition' resource was modified as requested. The 'workflow.CustomDataTypeDefinition' resource is modified before this response is sent back and the resource is returned in the body of the message.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/workflow.CustomDataTypeDefinition"
                                }
                            }
                        },
                        "links": {
                            "GetWorkflowCustomDataTypeDefinitionByMoid": {
                                "operationId": "GetWorkflowCustomDataTypeDefinitionByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/workflow/CustomDataTypeDefinitions/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            },
            "patch": {
                "tags": [
                    "workflow"
                ],
                "summary": "Update a 'workflow.CustomDataTypeDefinition' resource.",
                "operationId": "PatchWorkflowCustomDataTypeDefinition",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Workflow Definitions",
                            "ROLE.Account Administrator",
                            "UPDATE.workflow.CustomDataTypeDefinition"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'workflow.CustomDataTypeDefinition' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/workflow.CustomDataTypeDefinition"
                            }
                        },
                        "application/json-patch+json": {
                            "schema": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/PatchDocument"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'workflow.CustomDataTypeDefinition' resource was patched as requested. The 'workflow.CustomDataTypeDefinition' resource is patched before this response is sent back and the resource is returned in the body of the message.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/workflow.CustomDataTypeDefinition"
                                }
                            }
                        },
                        "links": {
                            "GetWorkflowCustomDataTypeDefinitionByMoid": {
                                "operationId": "GetWorkflowCustomDataTypeDefinitionByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/workflow/CustomDataTypeDefinitions/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            },
            "delete": {
                "tags": [
                    "workflow"
                ],
                "summary": "Delete a 'workflow.CustomDataTypeDefinition' resource.",
                "operationId": "DeleteWorkflowCustomDataTypeDefinition",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "DELETE.workflow.CustomDataTypeDefinition",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Workflow Definitions",
                            "ROLE.Account Administrator"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Resource has been deleted successfully.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/workflow/ErrorResponseHandlers": {
            "get": {
                "tags": [
                    "workflow"
                ],
                "summary": "Read a 'workflow.ErrorResponseHandler' resource.",
                "operationId": "GetWorkflowErrorResponseHandlerList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Workflow Definitions",
                            "PRIVSET.View Workflow Definitions",
                            "READ.workflow.ErrorResponseHandler",
                            "ROLE.Account Administrator"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/filterParam"
                    },
                    {
                        "$ref": "#/components/parameters/orderbyParam"
                    },
                    {
                        "$ref": "#/components/parameters/topParam"
                    },
                    {
                        "$ref": "#/components/parameters/skipParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/applyParam"
                    },
                    {
                        "$ref": "#/components/parameters/countParam"
                    },
                    {
                        "$ref": "#/components/parameters/inlinecountParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    },
                    {
                        "$ref": "#/components/parameters/tagsParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "List of 'workflow.ErrorResponseHandler' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/workflow.ErrorResponseHandler.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            },
            "post": {
                "tags": [
                    "workflow"
                ],
                "summary": "Create a 'workflow.ErrorResponseHandler' resource.",
                "operationId": "CreateWorkflowErrorResponseHandler",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "CREATE.workflow.ErrorResponseHandler",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Workflow Definitions",
                            "ROLE.Account Administrator"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    },
                    {
                        "$ref": "#/components/parameters/IfNoneMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'workflow.ErrorResponseHandler' resource to create.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/workflow.ErrorResponseHandler"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'workflow.ErrorResponseHandler' resource was created as requested. The 'workflow.ErrorResponseHandler' resource is created before this response is sent back and the resource is returned in the body of the message.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/workflow.ErrorResponseHandler"
                                }
                            }
                        },
                        "links": {
                            "GetWorkflowErrorResponseHandlerByMoid": {
                                "operationId": "GetWorkflowErrorResponseHandlerByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/workflow/ErrorResponseHandlers/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/workflow/ErrorResponseHandlers/{Moid}": {
            "get": {
                "tags": [
                    "workflow"
                ],
                "summary": "Read a 'workflow.ErrorResponseHandler' resource.",
                "operationId": "GetWorkflowErrorResponseHandlerByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Workflow Definitions",
                            "PRIVSET.View Workflow Definitions",
                            "READ.workflow.ErrorResponseHandler",
                            "ROLE.Account Administrator"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "An instance of the 'workflow.ErrorResponseHandler' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/workflow.ErrorResponseHandler"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetWorkflowErrorResponseHandlerByMoid": {
                                "operationId": "GetWorkflowErrorResponseHandlerByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/workflow/ErrorResponseHandlers/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            },
            "post": {
                "tags": [
                    "workflow"
                ],
                "summary": "Update a 'workflow.ErrorResponseHandler' resource.",
                "operationId": "UpdateWorkflowErrorResponseHandler",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Workflow Definitions",
                            "ROLE.Account Administrator",
                            "UPDATE.workflow.ErrorResponseHandler"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'workflow.ErrorResponseHandler' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/workflow.ErrorResponseHandler"
                            }
                        },
                        "application/json-patch+json": {
                            "schema": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/PatchDocument"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'workflow.ErrorResponseHandler' resource was modified as requested. The 'workflow.ErrorResponseHandler' resource is modified before this response is sent back and the resource is returned in the body of the message.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/workflow.ErrorResponseHandler"
                                }
                            }
                        },
                        "links": {
                            "GetWorkflowErrorResponseHandlerByMoid": {
                                "operationId": "GetWorkflowErrorResponseHandlerByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/workflow/ErrorResponseHandlers/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            },
            "patch": {
                "tags": [
                    "workflow"
                ],
                "summary": "Update a 'workflow.ErrorResponseHandler' resource.",
                "operationId": "PatchWorkflowErrorResponseHandler",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Workflow Definitions",
                            "ROLE.Account Administrator",
                            "UPDATE.workflow.ErrorResponseHandler"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'workflow.ErrorResponseHandler' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/workflow.ErrorResponseHandler"
                            }
                        },
                        "application/json-patch+json": {
                            "schema": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/PatchDocument"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'workflow.ErrorResponseHandler' resource was patched as requested. The 'workflow.ErrorResponseHandler' resource is patched before this response is sent back and the resource is returned in the body of the message.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/workflow.ErrorResponseHandler"
                                }
                            }
                        },
                        "links": {
                            "GetWorkflowErrorResponseHandlerByMoid": {
                                "operationId": "GetWorkflowErrorResponseHandlerByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/workflow/ErrorResponseHandlers/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            },
            "delete": {
                "tags": [
                    "workflow"
                ],
                "summary": "Delete a 'workflow.ErrorResponseHandler' resource.",
                "operationId": "DeleteWorkflowErrorResponseHandler",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "DELETE.workflow.ErrorResponseHandler",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Workflow Definitions",
                            "ROLE.Account Administrator"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Resource has been deleted successfully.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/workflow/PowerShellBatchApiExecutors": {
            "get": {
                "tags": [
                    "workflow"
                ],
                "summary": "Read a 'workflow.PowerShellBatchApiExecutor' resource.",
                "operationId": "GetWorkflowPowerShellBatchApiExecutorList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Workflow Definitions",
                            "PRIVSET.Read-Only",
                            "PRIVSET.View Workflow Definitions",
                            "READ.workflow.PowerShellBatchApiExecutor",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/filterParam"
                    },
                    {
                        "$ref": "#/components/parameters/orderbyParam"
                    },
                    {
                        "$ref": "#/components/parameters/topParam"
                    },
                    {
                        "$ref": "#/components/parameters/skipParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/applyParam"
                    },
                    {
                        "$ref": "#/components/parameters/countParam"
                    },
                    {
                        "$ref": "#/components/parameters/inlinecountParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    },
                    {
                        "$ref": "#/components/parameters/tagsParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "List of 'workflow.PowerShellBatchApiExecutor' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/workflow.PowerShellBatchApiExecutor.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            },
            "post": {
                "tags": [
                    "workflow"
                ],
                "summary": "Create a 'workflow.PowerShellBatchApiExecutor' resource.",
                "operationId": "CreateWorkflowPowerShellBatchApiExecutor",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "CREATE.workflow.PowerShellBatchApiExecutor",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Workflow Definitions",
                            "ROLE.Account Administrator"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    },
                    {
                        "$ref": "#/components/parameters/IfNoneMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'workflow.PowerShellBatchApiExecutor' resource to create.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/workflow.PowerShellBatchApiExecutor"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'workflow.PowerShellBatchApiExecutor' resource was created as requested. The 'workflow.PowerShellBatchApiExecutor' resource is created before this response is sent back and the resource is returned in the body of the message.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/workflow.PowerShellBatchApiExecutor"
                                }
                            }
                        },
                        "links": {
                            "GetWorkflowPowerShellBatchApiExecutorByMoid": {
                                "operationId": "GetWorkflowPowerShellBatchApiExecutorByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/workflow/PowerShellBatchApiExecutors/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/workflow/PowerShellBatchApiExecutors/{Moid}": {
            "get": {
                "tags": [
                    "workflow"
                ],
                "summary": "Read a 'workflow.PowerShellBatchApiExecutor' resource.",
                "operationId": "GetWorkflowPowerShellBatchApiExecutorByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Workflow Definitions",
                            "PRIVSET.Read-Only",
                            "PRIVSET.View Workflow Definitions",
                            "READ.workflow.PowerShellBatchApiExecutor",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "An instance of the 'workflow.PowerShellBatchApiExecutor' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/workflow.PowerShellBatchApiExecutor"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetWorkflowPowerShellBatchApiExecutorByMoid": {
                                "operationId": "GetWorkflowPowerShellBatchApiExecutorByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/workflow/PowerShellBatchApiExecutors/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            },
            "post": {
                "tags": [
                    "workflow"
                ],
                "summary": "Update a 'workflow.PowerShellBatchApiExecutor' resource.",
                "operationId": "UpdateWorkflowPowerShellBatchApiExecutor",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Workflow Definitions",
                            "ROLE.Account Administrator",
                            "UPDATE.workflow.PowerShellBatchApiExecutor"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'workflow.PowerShellBatchApiExecutor' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/workflow.PowerShellBatchApiExecutor"
                            }
                        },
                        "application/json-patch+json": {
                            "schema": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/PatchDocument"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'workflow.PowerShellBatchApiExecutor' resource was modified as requested. The 'workflow.PowerShellBatchApiExecutor' resource is modified before this response is sent back and the resource is returned in the body of the message.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/workflow.PowerShellBatchApiExecutor"
                                }
                            }
                        },
                        "links": {
                            "GetWorkflowPowerShellBatchApiExecutorByMoid": {
                                "operationId": "GetWorkflowPowerShellBatchApiExecutorByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/workflow/PowerShellBatchApiExecutors/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            },
            "patch": {
                "tags": [
                    "workflow"
                ],
                "summary": "Update a 'workflow.PowerShellBatchApiExecutor' resource.",
                "operationId": "PatchWorkflowPowerShellBatchApiExecutor",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Workflow Definitions",
                            "ROLE.Account Administrator",
                            "UPDATE.workflow.PowerShellBatchApiExecutor"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'workflow.PowerShellBatchApiExecutor' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/workflow.PowerShellBatchApiExecutor"
                            }
                        },
                        "application/json-patch+json": {
                            "schema": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/PatchDocument"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'workflow.PowerShellBatchApiExecutor' resource was patched as requested. The 'workflow.PowerShellBatchApiExecutor' resource is patched before this response is sent back and the resource is returned in the body of the message.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/workflow.PowerShellBatchApiExecutor"
                                }
                            }
                        },
                        "links": {
                            "GetWorkflowPowerShellBatchApiExecutorByMoid": {
                                "operationId": "GetWorkflowPowerShellBatchApiExecutorByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/workflow/PowerShellBatchApiExecutors/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            },
            "delete": {
                "tags": [
                    "workflow"
                ],
                "summary": "Delete a 'workflow.PowerShellBatchApiExecutor' resource.",
                "operationId": "DeleteWorkflowPowerShellBatchApiExecutor",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "DELETE.workflow.PowerShellBatchApiExecutor",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Workflow Definitions",
                            "ROLE.Account Administrator"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Resource has been deleted successfully.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/workflow/RollbackWorkflows": {
            "get": {
                "tags": [
                    "workflow"
                ],
                "summary": "Read a 'workflow.RollbackWorkflow' resource.",
                "operationId": "GetWorkflowRollbackWorkflowList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Execute Workflows",
                            "PRIVSET.Manage Workflow Definitions",
                            "PRIVSET.Read-Only",
                            "PRIVSET.View Workflow Definitions",
                            "READ.workflow.RollbackWorkflow",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/filterParam"
                    },
                    {
                        "$ref": "#/components/parameters/orderbyParam"
                    },
                    {
                        "$ref": "#/components/parameters/topParam"
                    },
                    {
                        "$ref": "#/components/parameters/skipParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/applyParam"
                    },
                    {
                        "$ref": "#/components/parameters/countParam"
                    },
                    {
                        "$ref": "#/components/parameters/inlinecountParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    },
                    {
                        "$ref": "#/components/parameters/tagsParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "List of 'workflow.RollbackWorkflow' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/workflow.RollbackWorkflow.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            },
            "post": {
                "tags": [
                    "workflow"
                ],
                "summary": "Create a 'workflow.RollbackWorkflow' resource.",
                "operationId": "CreateWorkflowRollbackWorkflow",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "CREATE.workflow.RollbackWorkflow",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Execute Workflows",
                            "ROLE.Account Administrator"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    },
                    {
                        "$ref": "#/components/parameters/IfNoneMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'workflow.RollbackWorkflow' resource to create.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/workflow.RollbackWorkflow"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'workflow.RollbackWorkflow' resource was created as requested. The 'workflow.RollbackWorkflow' resource is created before this response is sent back and the resource is returned in the body of the message.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/workflow.RollbackWorkflow"
                                }
                            }
                        },
                        "links": {
                            "GetWorkflowRollbackWorkflowByMoid": {
                                "operationId": "GetWorkflowRollbackWorkflowByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/workflow/RollbackWorkflows/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/workflow/RollbackWorkflows/{Moid}": {
            "get": {
                "tags": [
                    "workflow"
                ],
                "summary": "Read a 'workflow.RollbackWorkflow' resource.",
                "operationId": "GetWorkflowRollbackWorkflowByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Execute Workflows",
                            "PRIVSET.Manage Workflow Definitions",
                            "PRIVSET.Read-Only",
                            "PRIVSET.View Workflow Definitions",
                            "READ.workflow.RollbackWorkflow",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "An instance of the 'workflow.RollbackWorkflow' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/workflow.RollbackWorkflow"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetWorkflowRollbackWorkflowByMoid": {
                                "operationId": "GetWorkflowRollbackWorkflowByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/workflow/RollbackWorkflows/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            },
            "post": {
                "tags": [
                    "workflow"
                ],
                "summary": "Update a 'workflow.RollbackWorkflow' resource.",
                "operationId": "UpdateWorkflowRollbackWorkflow",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Execute Workflows",
                            "ROLE.Account Administrator",
                            "UPDATE.workflow.RollbackWorkflow"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'workflow.RollbackWorkflow' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/workflow.RollbackWorkflow"
                            }
                        },
                        "application/json-patch+json": {
                            "schema": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/PatchDocument"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'workflow.RollbackWorkflow' resource was modified as requested. The 'workflow.RollbackWorkflow' resource is modified before this response is sent back and the resource is returned in the body of the message.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/workflow.RollbackWorkflow"
                                }
                            }
                        },
                        "links": {
                            "GetWorkflowRollbackWorkflowByMoid": {
                                "operationId": "GetWorkflowRollbackWorkflowByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/workflow/RollbackWorkflows/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            },
            "patch": {
                "tags": [
                    "workflow"
                ],
                "summary": "Update a 'workflow.RollbackWorkflow' resource.",
                "operationId": "PatchWorkflowRollbackWorkflow",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Execute Workflows",
                            "ROLE.Account Administrator",
                            "UPDATE.workflow.RollbackWorkflow"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'workflow.RollbackWorkflow' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/workflow.RollbackWorkflow"
                            }
                        },
                        "application/json-patch+json": {
                            "schema": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/PatchDocument"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'workflow.RollbackWorkflow' resource was patched as requested. The 'workflow.RollbackWorkflow' resource is patched before this response is sent back and the resource is returned in the body of the message.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/workflow.RollbackWorkflow"
                                }
                            }
                        },
                        "links": {
                            "GetWorkflowRollbackWorkflowByMoid": {
                                "operationId": "GetWorkflowRollbackWorkflowByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/workflow/RollbackWorkflows/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            },
            "delete": {
                "tags": [
                    "workflow"
                ],
                "summary": "Delete a 'workflow.RollbackWorkflow' resource.",
                "operationId": "DeleteWorkflowRollbackWorkflow",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "DELETE.workflow.RollbackWorkflow",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Execute Workflows",
                            "ROLE.Account Administrator"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Resource has been deleted successfully.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/workflow/ServiceItemActionDefinitions": {
            "get": {
                "tags": [
                    "workflow"
                ],
                "summary": "Read a 'workflow.ServiceItemActionDefinition' resource.",
                "operationId": "GetWorkflowServiceItemActionDefinitionList",
                "x-stability-level": "draft",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Catalog Administrator",
                            "PRIVSET.Catalog User",
                            "PRIVSET.Integrated Systems Administrator",
                            "PRIVSET.Integrated Systems Operator",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only integrated systems",
                            "PRIVSET.Service Designer",
                            "PRIVSET.Service Operator",
                            "PRIVSET.Workload Operator",
                            "READ.workflow.ServiceItemActionDefinition",
                            "ROLE.Account Administrator",
                            "ROLE.Catalog Administrator",
                            "ROLE.Catalog User",
                            "ROLE.Integrated Systems Administrator",
                            "ROLE.Integrated Systems Operator",
                            "ROLE.Read-Only",
                            "ROLE.Service Designer",
                            "ROLE.Service Operator",
                            "ROLE.Workload Operator"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/filterParam"
                    },
                    {
                        "$ref": "#/components/parameters/orderbyParam"
                    },
                    {
                        "$ref": "#/components/parameters/topParam"
                    },
                    {
                        "$ref": "#/components/parameters/skipParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/applyParam"
                    },
                    {
                        "$ref": "#/components/parameters/countParam"
                    },
                    {
                        "$ref": "#/components/parameters/inlinecountParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    },
                    {
                        "$ref": "#/components/parameters/tagsParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "List of 'workflow.ServiceItemActionDefinition' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/workflow.ServiceItemActionDefinition.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            },
            "post": {
                "tags": [
                    "workflow"
                ],
                "summary": "Create a 'workflow.ServiceItemActionDefinition' resource.",
                "operationId": "CreateWorkflowServiceItemActionDefinition",
                "x-stability-level": "draft",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "CREATE.workflow.ServiceItemActionDefinition",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Catalog Administrator",
                            "PRIVSET.Integrated Systems Administrator",
                            "PRIVSET.Service Designer",
                            "ROLE.Account Administrator",
                            "ROLE.Catalog Administrator",
                            "ROLE.Integrated Systems Administrator",
                            "ROLE.Service Designer"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    },
                    {
                        "$ref": "#/components/parameters/IfNoneMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'workflow.ServiceItemActionDefinition' resource to create.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/workflow.ServiceItemActionDefinition"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'workflow.ServiceItemActionDefinition' resource was created as requested. The 'workflow.ServiceItemActionDefinition' resource is created before this response is sent back and the resource is returned in the body of the message.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/workflow.ServiceItemActionDefinition"
                                }
                            }
                        },
                        "links": {
                            "GetWorkflowServiceItemActionDefinitionByMoid": {
                                "operationId": "GetWorkflowServiceItemActionDefinitionByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/workflow/ServiceItemActionDefinitions/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/workflow/ServiceItemActionDefinitions/{Moid}": {
            "get": {
                "tags": [
                    "workflow"
                ],
                "summary": "Read a 'workflow.ServiceItemActionDefinition' resource.",
                "operationId": "GetWorkflowServiceItemActionDefinitionByMoid",
                "x-stability-level": "draft",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Catalog Administrator",
                            "PRIVSET.Catalog User",
                            "PRIVSET.Integrated Systems Administrator",
                            "PRIVSET.Integrated Systems Operator",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only integrated systems",
                            "PRIVSET.Service Designer",
                            "PRIVSET.Service Operator",
                            "PRIVSET.Workload Operator",
                            "READ.workflow.ServiceItemActionDefinition",
                            "ROLE.Account Administrator",
                            "ROLE.Catalog Administrator",
                            "ROLE.Catalog User",
                            "ROLE.Integrated Systems Administrator",
                            "ROLE.Integrated Systems Operator",
                            "ROLE.Read-Only",
                            "ROLE.Service Designer",
                            "ROLE.Service Operator",
                            "ROLE.Workload Operator"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "An instance of the 'workflow.ServiceItemActionDefinition' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/workflow.ServiceItemActionDefinition"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetWorkflowServiceItemActionDefinitionByMoid": {
                                "operationId": "GetWorkflowServiceItemActionDefinitionByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/workflow/ServiceItemActionDefinitions/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            },
            "post": {
                "tags": [
                    "workflow"
                ],
                "summary": "Update a 'workflow.ServiceItemActionDefinition' resource.",
                "operationId": "UpdateWorkflowServiceItemActionDefinition",
                "x-stability-level": "draft",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Catalog Administrator",
                            "PRIVSET.Integrated Systems Administrator",
                            "PRIVSET.Service Designer",
                            "ROLE.Account Administrator",
                            "ROLE.Catalog Administrator",
                            "ROLE.Integrated Systems Administrator",
                            "ROLE.Service Designer",
                            "UPDATE.workflow.ServiceItemActionDefinition"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'workflow.ServiceItemActionDefinition' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/workflow.ServiceItemActionDefinition"
                            }
                        },
                        "application/json-patch+json": {
                            "schema": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/PatchDocument"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'workflow.ServiceItemActionDefinition' resource was modified as requested. The 'workflow.ServiceItemActionDefinition' resource is modified before this response is sent back and the resource is returned in the body of the message.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/workflow.ServiceItemActionDefinition"
                                }
                            }
                        },
                        "links": {
                            "GetWorkflowServiceItemActionDefinitionByMoid": {
                                "operationId": "GetWorkflowServiceItemActionDefinitionByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/workflow/ServiceItemActionDefinitions/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            },
            "patch": {
                "tags": [
                    "workflow"
                ],
                "summary": "Update a 'workflow.ServiceItemActionDefinition' resource.",
                "operationId": "PatchWorkflowServiceItemActionDefinition",
                "x-stability-level": "draft",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Catalog Administrator",
                            "PRIVSET.Integrated Systems Administrator",
                            "PRIVSET.Service Designer",
                            "ROLE.Account Administrator",
                            "ROLE.Catalog Administrator",
                            "ROLE.Integrated Systems Administrator",
                            "ROLE.Service Designer",
                            "UPDATE.workflow.ServiceItemActionDefinition"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'workflow.ServiceItemActionDefinition' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/workflow.ServiceItemActionDefinition"
                            }
                        },
                        "application/json-patch+json": {
                            "schema": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/PatchDocument"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'workflow.ServiceItemActionDefinition' resource was patched as requested. The 'workflow.ServiceItemActionDefinition' resource is patched before this response is sent back and the resource is returned in the body of the message.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/workflow.ServiceItemActionDefinition"
                                }
                            }
                        },
                        "links": {
                            "GetWorkflowServiceItemActionDefinitionByMoid": {
                                "operationId": "GetWorkflowServiceItemActionDefinitionByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/workflow/ServiceItemActionDefinitions/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            },
            "delete": {
                "tags": [
                    "workflow"
                ],
                "summary": "Delete a 'workflow.ServiceItemActionDefinition' resource.",
                "operationId": "DeleteWorkflowServiceItemActionDefinition",
                "x-stability-level": "draft",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "DELETE.workflow.ServiceItemActionDefinition",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Catalog Administrator",
                            "PRIVSET.Integrated Systems Administrator",
                            "PRIVSET.Service Designer",
                            "ROLE.Account Administrator",
                            "ROLE.Catalog Administrator",
                            "ROLE.Integrated Systems Administrator",
                            "ROLE.Service Designer"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Resource has been deleted successfully.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/workflow/ServiceItemActionInstances": {
            "get": {
                "tags": [
                    "workflow"
                ],
                "summary": "Read a 'workflow.ServiceItemActionInstance' resource.",
                "operationId": "GetWorkflowServiceItemActionInstanceList",
                "x-stability-level": "draft",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Catalog Administrator",
                            "PRIVSET.Catalog User",
                            "PRIVSET.Integrated Systems Administrator",
                            "PRIVSET.Integrated Systems Operator",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only integrated systems",
                            "PRIVSET.Service Designer",
                            "PRIVSET.Service Operator",
                            "PRIVSET.Workload Operator",
                            "READ.workflow.ServiceItemActionInstance",
                            "ROLE.Account Administrator",
                            "ROLE.Catalog Administrator",
                            "ROLE.Catalog User",
                            "ROLE.Integrated Systems Administrator",
                            "ROLE.Integrated Systems Operator",
                            "ROLE.Read-Only",
                            "ROLE.Service Designer",
                            "ROLE.Service Operator",
                            "ROLE.Workload Operator"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/filterParam"
                    },
                    {
                        "$ref": "#/components/parameters/orderbyParam"
                    },
                    {
                        "$ref": "#/components/parameters/topParam"
                    },
                    {
                        "$ref": "#/components/parameters/skipParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/applyParam"
                    },
                    {
                        "$ref": "#/components/parameters/countParam"
                    },
                    {
                        "$ref": "#/components/parameters/inlinecountParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    },
                    {
                        "$ref": "#/components/parameters/tagsParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "List of 'workflow.ServiceItemActionInstance' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/workflow.ServiceItemActionInstance.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            },
            "post": {
                "tags": [
                    "workflow"
                ],
                "summary": "Create a 'workflow.ServiceItemActionInstance' resource.",
                "operationId": "CreateWorkflowServiceItemActionInstance",
                "x-stability-level": "draft",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "CREATE.workflow.ServiceItemActionInstance",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Catalog Administrator",
                            "PRIVSET.Create integrated systems",
                            "PRIVSET.Delete integrated systems",
                            "PRIVSET.Edit integrated systems",
                            "PRIVSET.Integrated Systems Administrator",
                            "PRIVSET.Integrated Systems Operator",
                            "PRIVSET.Run interoperability checks",
                            "PRIVSET.Service Designer",
                            "PRIVSET.Service Operator",
                            "PRIVSET.Workload Operator",
                            "ROLE.Account Administrator",
                            "ROLE.Catalog Administrator",
                            "ROLE.Integrated Systems Administrator",
                            "ROLE.Integrated Systems Operator",
                            "ROLE.Service Designer",
                            "ROLE.Service Operator",
                            "ROLE.Workload Operator"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    },
                    {
                        "$ref": "#/components/parameters/IfNoneMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'workflow.ServiceItemActionInstance' resource to create.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/workflow.ServiceItemActionInstance"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'workflow.ServiceItemActionInstance' resource was created as requested. The 'workflow.ServiceItemActionInstance' resource is created before this response is sent back and the resource is returned in the body of the message.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/workflow.ServiceItemActionInstance"
                                }
                            }
                        },
                        "links": {
                            "GetWorkflowServiceItemActionInstanceByMoid": {
                                "operationId": "GetWorkflowServiceItemActionInstanceByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/workflow/ServiceItemActionInstances/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/workflow/ServiceItemActionInstances/{Moid}": {
            "get": {
                "tags": [
                    "workflow"
                ],
                "summary": "Read a 'workflow.ServiceItemActionInstance' resource.",
                "operationId": "GetWorkflowServiceItemActionInstanceByMoid",
                "x-stability-level": "draft",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Catalog Administrator",
                            "PRIVSET.Catalog User",
                            "PRIVSET.Integrated Systems Administrator",
                            "PRIVSET.Integrated Systems Operator",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only integrated systems",
                            "PRIVSET.Service Designer",
                            "PRIVSET.Service Operator",
                            "PRIVSET.Workload Operator",
                            "READ.workflow.ServiceItemActionInstance",
                            "ROLE.Account Administrator",
                            "ROLE.Catalog Administrator",
                            "ROLE.Catalog User",
                            "ROLE.Integrated Systems Administrator",
                            "ROLE.Integrated Systems Operator",
                            "ROLE.Read-Only",
                            "ROLE.Service Designer",
                            "ROLE.Service Operator",
                            "ROLE.Workload Operator"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "An instance of the 'workflow.ServiceItemActionInstance' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/workflow.ServiceItemActionInstance"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetWorkflowServiceItemActionInstanceByMoid": {
                                "operationId": "GetWorkflowServiceItemActionInstanceByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/workflow/ServiceItemActionInstances/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            },
            "post": {
                "tags": [
                    "workflow"
                ],
                "summary": "Update a 'workflow.ServiceItemActionInstance' resource.",
                "operationId": "UpdateWorkflowServiceItemActionInstance",
                "x-stability-level": "draft",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Catalog Administrator",
                            "PRIVSET.Create integrated systems",
                            "PRIVSET.Delete integrated systems",
                            "PRIVSET.Edit integrated systems",
                            "PRIVSET.Integrated Systems Administrator",
                            "PRIVSET.Integrated Systems Operator",
                            "PRIVSET.Run interoperability checks",
                            "PRIVSET.Service Designer",
                            "PRIVSET.Service Operator",
                            "PRIVSET.Workload Operator",
                            "ROLE.Account Administrator",
                            "ROLE.Catalog Administrator",
                            "ROLE.Integrated Systems Administrator",
                            "ROLE.Integrated Systems Operator",
                            "ROLE.Service Designer",
                            "ROLE.Service Operator",
                            "ROLE.Workload Operator",
                            "UPDATE.workflow.ServiceItemActionInstance"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'workflow.ServiceItemActionInstance' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/workflow.ServiceItemActionInstance"
                            }
                        },
                        "application/json-patch+json": {
                            "schema": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/PatchDocument"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'workflow.ServiceItemActionInstance' resource was modified as requested. The 'workflow.ServiceItemActionInstance' resource is modified before this response is sent back and the resource is returned in the body of the message.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/workflow.ServiceItemActionInstance"
                                }
                            }
                        },
                        "links": {
                            "GetWorkflowServiceItemActionInstanceByMoid": {
                                "operationId": "GetWorkflowServiceItemActionInstanceByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/workflow/ServiceItemActionInstances/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            },
            "patch": {
                "tags": [
                    "workflow"
                ],
                "summary": "Update a 'workflow.ServiceItemActionInstance' resource.",
                "operationId": "PatchWorkflowServiceItemActionInstance",
                "x-stability-level": "draft",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Catalog Administrator",
                            "PRIVSET.Create integrated systems",
                            "PRIVSET.Delete integrated systems",
                            "PRIVSET.Edit integrated systems",
                            "PRIVSET.Integrated Systems Administrator",
                            "PRIVSET.Integrated Systems Operator",
                            "PRIVSET.Run interoperability checks",
                            "PRIVSET.Service Designer",
                            "PRIVSET.Service Operator",
                            "PRIVSET.Workload Operator",
                            "ROLE.Account Administrator",
                            "ROLE.Catalog Administrator",
                            "ROLE.Integrated Systems Administrator",
                            "ROLE.Integrated Systems Operator",
                            "ROLE.Service Designer",
                            "ROLE.Service Operator",
                            "ROLE.Workload Operator",
                            "UPDATE.workflow.ServiceItemActionInstance"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'workflow.ServiceItemActionInstance' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/workflow.ServiceItemActionInstance"
                            }
                        },
                        "application/json-patch+json": {
                            "schema": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/PatchDocument"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'workflow.ServiceItemActionInstance' resource was patched as requested. The 'workflow.ServiceItemActionInstance' resource is patched before this response is sent back and the resource is returned in the body of the message.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/workflow.ServiceItemActionInstance"
                                }
                            }
                        },
                        "links": {
                            "GetWorkflowServiceItemActionInstanceByMoid": {
                                "operationId": "GetWorkflowServiceItemActionInstanceByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/workflow/ServiceItemActionInstances/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            },
            "delete": {
                "tags": [
                    "workflow"
                ],
                "summary": "Delete a 'workflow.ServiceItemActionInstance' resource.",
                "operationId": "DeleteWorkflowServiceItemActionInstance",
                "x-stability-level": "draft",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "DELETE.workflow.ServiceItemActionInstance",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Catalog Administrator",
                            "PRIVSET.Delete integrated systems",
                            "PRIVSET.Integrated Systems Administrator",
                            "PRIVSET.Integrated Systems Operator",
                            "PRIVSET.Service Designer",
                            "PRIVSET.Service Operator",
                            "PRIVSET.Workload Operator",
                            "ROLE.Account Administrator",
                            "ROLE.Catalog Administrator",
                            "ROLE.Integrated Systems Administrator",
                            "ROLE.Integrated Systems Operator",
                            "ROLE.Service Designer",
                            "ROLE.Service Operator",
                            "ROLE.Workload Operator"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Resource has been deleted successfully.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/workflow/ServiceItemAttributes": {
            "get": {
                "tags": [
                    "workflow"
                ],
                "summary": "Read a 'workflow.ServiceItemAttribute' resource.",
                "operationId": "GetWorkflowServiceItemAttributeList",
                "x-stability-level": "draft",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Catalog Administrator",
                            "PRIVSET.Catalog User",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Service Designer",
                            "PRIVSET.Service Operator",
                            "PRIVSET.Workload Operator",
                            "READ.workflow.ServiceItemAttribute",
                            "ROLE.Account Administrator",
                            "ROLE.Catalog Administrator",
                            "ROLE.Catalog User",
                            "ROLE.Read-Only",
                            "ROLE.Service Designer",
                            "ROLE.Service Operator",
                            "ROLE.Workload Operator"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/filterParam"
                    },
                    {
                        "$ref": "#/components/parameters/orderbyParam"
                    },
                    {
                        "$ref": "#/components/parameters/topParam"
                    },
                    {
                        "$ref": "#/components/parameters/skipParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/applyParam"
                    },
                    {
                        "$ref": "#/components/parameters/countParam"
                    },
                    {
                        "$ref": "#/components/parameters/inlinecountParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    },
                    {
                        "$ref": "#/components/parameters/tagsParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "List of 'workflow.ServiceItemAttribute' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/workflow.ServiceItemAttribute.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/workflow/ServiceItemAttributes/{Moid}": {
            "get": {
                "tags": [
                    "workflow"
                ],
                "summary": "Read a 'workflow.ServiceItemAttribute' resource.",
                "operationId": "GetWorkflowServiceItemAttributeByMoid",
                "x-stability-level": "draft",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Catalog Administrator",
                            "PRIVSET.Catalog User",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Service Designer",
                            "PRIVSET.Service Operator",
                            "PRIVSET.Workload Operator",
                            "READ.workflow.ServiceItemAttribute",
                            "ROLE.Account Administrator",
                            "ROLE.Catalog Administrator",
                            "ROLE.Catalog User",
                            "ROLE.Read-Only",
                            "ROLE.Service Designer",
                            "ROLE.Service Operator",
                            "ROLE.Workload Operator"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "An instance of the 'workflow.ServiceItemAttribute' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/workflow.ServiceItemAttribute"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetWorkflowServiceItemAttributeByMoid": {
                                "operationId": "GetWorkflowServiceItemAttributeByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/workflow/ServiceItemAttributes/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/workflow/ServiceItemDefinitions": {
            "get": {
                "tags": [
                    "workflow"
                ],
                "summary": "Read a 'workflow.ServiceItemDefinition' resource.",
                "operationId": "GetWorkflowServiceItemDefinitionList",
                "x-stability-level": "draft",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Catalog Administrator",
                            "PRIVSET.Catalog User",
                            "PRIVSET.Integrated Systems Administrator",
                            "PRIVSET.Integrated Systems Operator",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only integrated systems",
                            "PRIVSET.Service Designer",
                            "PRIVSET.Service Operator",
                            "PRIVSET.Workload Operator",
                            "READ.workflow.ServiceItemDefinition",
                            "ROLE.Account Administrator",
                            "ROLE.Catalog Administrator",
                            "ROLE.Catalog User",
                            "ROLE.Integrated Systems Administrator",
                            "ROLE.Integrated Systems Operator",
                            "ROLE.Read-Only",
                            "ROLE.Service Designer",
                            "ROLE.Service Operator",
                            "ROLE.Workload Operator"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/filterParam"
                    },
                    {
                        "$ref": "#/components/parameters/orderbyParam"
                    },
                    {
                        "$ref": "#/components/parameters/topParam"
                    },
                    {
                        "$ref": "#/components/parameters/skipParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/applyParam"
                    },
                    {
                        "$ref": "#/components/parameters/countParam"
                    },
                    {
                        "$ref": "#/components/parameters/inlinecountParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    },
                    {
                        "$ref": "#/components/parameters/tagsParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "List of 'workflow.ServiceItemDefinition' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/workflow.ServiceItemDefinition.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            },
            "post": {
                "tags": [
                    "workflow"
                ],
                "summary": "Create a 'workflow.ServiceItemDefinition' resource.",
                "operationId": "CreateWorkflowServiceItemDefinition",
                "x-stability-level": "draft",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "CREATE.workflow.ServiceItemDefinition",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Catalog Administrator",
                            "PRIVSET.Integrated Systems Administrator",
                            "PRIVSET.Service Designer",
                            "ROLE.Account Administrator",
                            "ROLE.Catalog Administrator",
                            "ROLE.Integrated Systems Administrator",
                            "ROLE.Service Designer"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    },
                    {
                        "$ref": "#/components/parameters/IfNoneMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'workflow.ServiceItemDefinition' resource to create.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/workflow.ServiceItemDefinition"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'workflow.ServiceItemDefinition' resource was created as requested. The 'workflow.ServiceItemDefinition' resource is created before this response is sent back and the resource is returned in the body of the message.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/workflow.ServiceItemDefinition"
                                }
                            }
                        },
                        "links": {
                            "GetWorkflowServiceItemDefinitionByMoid": {
                                "operationId": "GetWorkflowServiceItemDefinitionByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/workflow/ServiceItemDefinitions/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/workflow/ServiceItemDefinitions/{Moid}": {
            "get": {
                "tags": [
                    "workflow"
                ],
                "summary": "Read a 'workflow.ServiceItemDefinition' resource.",
                "operationId": "GetWorkflowServiceItemDefinitionByMoid",
                "x-stability-level": "draft",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Catalog Administrator",
                            "PRIVSET.Catalog User",
                            "PRIVSET.Integrated Systems Administrator",
                            "PRIVSET.Integrated Systems Operator",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only integrated systems",
                            "PRIVSET.Service Designer",
                            "PRIVSET.Service Operator",
                            "PRIVSET.Workload Operator",
                            "READ.workflow.ServiceItemDefinition",
                            "ROLE.Account Administrator",
                            "ROLE.Catalog Administrator",
                            "ROLE.Catalog User",
                            "ROLE.Integrated Systems Administrator",
                            "ROLE.Integrated Systems Operator",
                            "ROLE.Read-Only",
                            "ROLE.Service Designer",
                            "ROLE.Service Operator",
                            "ROLE.Workload Operator"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "An instance of the 'workflow.ServiceItemDefinition' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/workflow.ServiceItemDefinition"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetWorkflowServiceItemDefinitionByMoid": {
                                "operationId": "GetWorkflowServiceItemDefinitionByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/workflow/ServiceItemDefinitions/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            },
            "post": {
                "tags": [
                    "workflow"
                ],
                "summary": "Update a 'workflow.ServiceItemDefinition' resource.",
                "operationId": "UpdateWorkflowServiceItemDefinition",
                "x-stability-level": "draft",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Catalog Administrator",
                            "PRIVSET.Integrated Systems Administrator",
                            "PRIVSET.Service Designer",
                            "ROLE.Account Administrator",
                            "ROLE.Catalog Administrator",
                            "ROLE.Integrated Systems Administrator",
                            "ROLE.Service Designer",
                            "UPDATE.workflow.ServiceItemDefinition"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'workflow.ServiceItemDefinition' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/workflow.ServiceItemDefinition"
                            }
                        },
                        "application/json-patch+json": {
                            "schema": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/PatchDocument"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'workflow.ServiceItemDefinition' resource was modified as requested. The 'workflow.ServiceItemDefinition' resource is modified before this response is sent back and the resource is returned in the body of the message.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/workflow.ServiceItemDefinition"
                                }
                            }
                        },
                        "links": {
                            "GetWorkflowServiceItemDefinitionByMoid": {
                                "operationId": "GetWorkflowServiceItemDefinitionByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/workflow/ServiceItemDefinitions/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            },
            "patch": {
                "tags": [
                    "workflow"
                ],
                "summary": "Update a 'workflow.ServiceItemDefinition' resource.",
                "operationId": "PatchWorkflowServiceItemDefinition",
                "x-stability-level": "draft",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Catalog Administrator",
                            "PRIVSET.Integrated Systems Administrator",
                            "PRIVSET.Service Designer",
                            "ROLE.Account Administrator",
                            "ROLE.Catalog Administrator",
                            "ROLE.Integrated Systems Administrator",
                            "ROLE.Service Designer",
                            "UPDATE.workflow.ServiceItemDefinition"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'workflow.ServiceItemDefinition' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/workflow.ServiceItemDefinition"
                            }
                        },
                        "application/json-patch+json": {
                            "schema": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/PatchDocument"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'workflow.ServiceItemDefinition' resource was patched as requested. The 'workflow.ServiceItemDefinition' resource is patched before this response is sent back and the resource is returned in the body of the message.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/workflow.ServiceItemDefinition"
                                }
                            }
                        },
                        "links": {
                            "GetWorkflowServiceItemDefinitionByMoid": {
                                "operationId": "GetWorkflowServiceItemDefinitionByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/workflow/ServiceItemDefinitions/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            },
            "delete": {
                "tags": [
                    "workflow"
                ],
                "summary": "Delete a 'workflow.ServiceItemDefinition' resource.",
                "operationId": "DeleteWorkflowServiceItemDefinition",
                "x-stability-level": "draft",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "DELETE.workflow.ServiceItemDefinition",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Catalog Administrator",
                            "PRIVSET.Integrated Systems Administrator",
                            "PRIVSET.Service Designer",
                            "ROLE.Account Administrator",
                            "ROLE.Catalog Administrator",
                            "ROLE.Integrated Systems Administrator",
                            "ROLE.Service Designer"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Resource has been deleted successfully.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/workflow/ServiceItemHealthCheckDefinitions": {
            "get": {
                "tags": [
                    "workflow"
                ],
                "summary": "Read a 'workflow.ServiceItemHealthCheckDefinition' resource.",
                "operationId": "GetWorkflowServiceItemHealthCheckDefinitionList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Integrated Systems Administrator",
                            "PRIVSET.Integrated Systems Operator",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only integrated systems",
                            "READ.workflow.ServiceItemHealthCheckDefinition",
                            "ROLE.Account Administrator",
                            "ROLE.Integrated Systems Administrator",
                            "ROLE.Integrated Systems Operator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/filterParam"
                    },
                    {
                        "$ref": "#/components/parameters/orderbyParam"
                    },
                    {
                        "$ref": "#/components/parameters/topParam"
                    },
                    {
                        "$ref": "#/components/parameters/skipParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/applyParam"
                    },
                    {
                        "$ref": "#/components/parameters/countParam"
                    },
                    {
                        "$ref": "#/components/parameters/inlinecountParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    },
                    {
                        "$ref": "#/components/parameters/tagsParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "List of 'workflow.ServiceItemHealthCheckDefinition' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/workflow.ServiceItemHealthCheckDefinition.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/workflow/ServiceItemHealthCheckDefinitions/{Moid}": {
            "get": {
                "tags": [
                    "workflow"
                ],
                "summary": "Read a 'workflow.ServiceItemHealthCheckDefinition' resource.",
                "operationId": "GetWorkflowServiceItemHealthCheckDefinitionByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Integrated Systems Administrator",
                            "PRIVSET.Integrated Systems Operator",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only integrated systems",
                            "READ.workflow.ServiceItemHealthCheckDefinition",
                            "ROLE.Account Administrator",
                            "ROLE.Integrated Systems Administrator",
                            "ROLE.Integrated Systems Operator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "An instance of the 'workflow.ServiceItemHealthCheckDefinition' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/workflow.ServiceItemHealthCheckDefinition"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetWorkflowServiceItemHealthCheckDefinitionByMoid": {
                                "operationId": "GetWorkflowServiceItemHealthCheckDefinitionByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/workflow/ServiceItemHealthCheckDefinitions/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/workflow/ServiceItemHealthCheckExecutions": {
            "get": {
                "tags": [
                    "workflow"
                ],
                "summary": "Read a 'workflow.ServiceItemHealthCheckExecution' resource.",
                "operationId": "GetWorkflowServiceItemHealthCheckExecutionList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Read-Only",
                            "READ.workflow.ServiceItemHealthCheckExecution",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/filterParam"
                    },
                    {
                        "$ref": "#/components/parameters/orderbyParam"
                    },
                    {
                        "$ref": "#/components/parameters/topParam"
                    },
                    {
                        "$ref": "#/components/parameters/skipParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/applyParam"
                    },
                    {
                        "$ref": "#/components/parameters/countParam"
                    },
                    {
                        "$ref": "#/components/parameters/inlinecountParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    },
                    {
                        "$ref": "#/components/parameters/tagsParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "List of 'workflow.ServiceItemHealthCheckExecution' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/workflow.ServiceItemHealthCheckExecution.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/workflow/ServiceItemHealthCheckExecutions/{Moid}": {
            "get": {
                "tags": [
                    "workflow"
                ],
                "summary": "Read a 'workflow.ServiceItemHealthCheckExecution' resource.",
                "operationId": "GetWorkflowServiceItemHealthCheckExecutionByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Read-Only",
                            "READ.workflow.ServiceItemHealthCheckExecution",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "An instance of the 'workflow.ServiceItemHealthCheckExecution' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/workflow.ServiceItemHealthCheckExecution"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetWorkflowServiceItemHealthCheckExecutionByMoid": {
                                "operationId": "GetWorkflowServiceItemHealthCheckExecutionByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/workflow/ServiceItemHealthCheckExecutions/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/workflow/ServiceItemInstances": {
            "get": {
                "tags": [
                    "workflow"
                ],
                "summary": "Read a 'workflow.ServiceItemInstance' resource.",
                "operationId": "GetWorkflowServiceItemInstanceList",
                "x-stability-level": "draft",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Catalog Administrator",
                            "PRIVSET.Catalog User",
                            "PRIVSET.Integrated Systems Administrator",
                            "PRIVSET.Integrated Systems Operator",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only integrated systems",
                            "PRIVSET.Service Designer",
                            "PRIVSET.Service Operator",
                            "PRIVSET.Workload Operator",
                            "READ.workflow.ServiceItemInstance",
                            "ROLE.Account Administrator",
                            "ROLE.Catalog Administrator",
                            "ROLE.Catalog User",
                            "ROLE.Integrated Systems Administrator",
                            "ROLE.Integrated Systems Operator",
                            "ROLE.Read-Only",
                            "ROLE.Service Designer",
                            "ROLE.Service Operator",
                            "ROLE.Workload Operator"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/filterParam"
                    },
                    {
                        "$ref": "#/components/parameters/orderbyParam"
                    },
                    {
                        "$ref": "#/components/parameters/topParam"
                    },
                    {
                        "$ref": "#/components/parameters/skipParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/applyParam"
                    },
                    {
                        "$ref": "#/components/parameters/countParam"
                    },
                    {
                        "$ref": "#/components/parameters/inlinecountParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    },
                    {
                        "$ref": "#/components/parameters/tagsParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "List of 'workflow.ServiceItemInstance' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/workflow.ServiceItemInstance.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            },
            "post": {
                "tags": [
                    "workflow"
                ],
                "summary": "Create a 'workflow.ServiceItemInstance' resource.",
                "operationId": "CreateWorkflowServiceItemInstance",
                "x-stability-level": "draft",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "CREATE.workflow.ServiceItemInstance",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Catalog Administrator",
                            "PRIVSET.Create integrated systems",
                            "PRIVSET.Integrated Systems Administrator",
                            "PRIVSET.Service Designer",
                            "PRIVSET.Service Operator",
                            "PRIVSET.Workload Operator",
                            "ROLE.Account Administrator",
                            "ROLE.Catalog Administrator",
                            "ROLE.Integrated Systems Administrator",
                            "ROLE.Service Designer",
                            "ROLE.Service Operator",
                            "ROLE.Workload Operator"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    },
                    {
                        "$ref": "#/components/parameters/IfNoneMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'workflow.ServiceItemInstance' resource to create.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/workflow.ServiceItemInstance"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'workflow.ServiceItemInstance' resource was created as requested. The 'workflow.ServiceItemInstance' resource is created before this response is sent back and the resource is returned in the body of the message.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/workflow.ServiceItemInstance"
                                }
                            }
                        },
                        "links": {
                            "GetWorkflowServiceItemInstanceByMoid": {
                                "operationId": "GetWorkflowServiceItemInstanceByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/workflow/ServiceItemInstances/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/workflow/ServiceItemInstances/{Moid}": {
            "get": {
                "tags": [
                    "workflow"
                ],
                "summary": "Read a 'workflow.ServiceItemInstance' resource.",
                "operationId": "GetWorkflowServiceItemInstanceByMoid",
                "x-stability-level": "draft",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Catalog Administrator",
                            "PRIVSET.Catalog User",
                            "PRIVSET.Integrated Systems Administrator",
                            "PRIVSET.Integrated Systems Operator",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only integrated systems",
                            "PRIVSET.Service Designer",
                            "PRIVSET.Service Operator",
                            "PRIVSET.Workload Operator",
                            "READ.workflow.ServiceItemInstance",
                            "ROLE.Account Administrator",
                            "ROLE.Catalog Administrator",
                            "ROLE.Catalog User",
                            "ROLE.Integrated Systems Administrator",
                            "ROLE.Integrated Systems Operator",
                            "ROLE.Read-Only",
                            "ROLE.Service Designer",
                            "ROLE.Service Operator",
                            "ROLE.Workload Operator"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "An instance of the 'workflow.ServiceItemInstance' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/workflow.ServiceItemInstance"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetWorkflowServiceItemInstanceByMoid": {
                                "operationId": "GetWorkflowServiceItemInstanceByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/workflow/ServiceItemInstances/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            },
            "post": {
                "tags": [
                    "workflow"
                ],
                "summary": "Update a 'workflow.ServiceItemInstance' resource.",
                "operationId": "UpdateWorkflowServiceItemInstance",
                "x-stability-level": "draft",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Catalog Administrator",
                            "PRIVSET.Edit integrated systems",
                            "PRIVSET.Integrated Systems Administrator",
                            "PRIVSET.Service Designer",
                            "PRIVSET.Service Operator",
                            "PRIVSET.Workload Operator",
                            "ROLE.Account Administrator",
                            "ROLE.Catalog Administrator",
                            "ROLE.Integrated Systems Administrator",
                            "ROLE.Service Designer",
                            "ROLE.Service Operator",
                            "ROLE.Workload Operator",
                            "UPDATE.workflow.ServiceItemInstance"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'workflow.ServiceItemInstance' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/workflow.ServiceItemInstance"
                            }
                        },
                        "application/json-patch+json": {
                            "schema": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/PatchDocument"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'workflow.ServiceItemInstance' resource was modified as requested. The 'workflow.ServiceItemInstance' resource is modified before this response is sent back and the resource is returned in the body of the message.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/workflow.ServiceItemInstance"
                                }
                            }
                        },
                        "links": {
                            "GetWorkflowServiceItemInstanceByMoid": {
                                "operationId": "GetWorkflowServiceItemInstanceByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/workflow/ServiceItemInstances/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            },
            "patch": {
                "tags": [
                    "workflow"
                ],
                "summary": "Update a 'workflow.ServiceItemInstance' resource.",
                "operationId": "PatchWorkflowServiceItemInstance",
                "x-stability-level": "draft",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Catalog Administrator",
                            "PRIVSET.Edit integrated systems",
                            "PRIVSET.Integrated Systems Administrator",
                            "PRIVSET.Service Designer",
                            "PRIVSET.Service Operator",
                            "PRIVSET.Workload Operator",
                            "ROLE.Account Administrator",
                            "ROLE.Catalog Administrator",
                            "ROLE.Integrated Systems Administrator",
                            "ROLE.Service Designer",
                            "ROLE.Service Operator",
                            "ROLE.Workload Operator",
                            "UPDATE.workflow.ServiceItemInstance"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'workflow.ServiceItemInstance' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/workflow.ServiceItemInstance"
                            }
                        },
                        "application/json-patch+json": {
                            "schema": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/PatchDocument"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'workflow.ServiceItemInstance' resource was patched as requested. The 'workflow.ServiceItemInstance' resource is patched before this response is sent back and the resource is returned in the body of the message.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/workflow.ServiceItemInstance"
                                }
                            }
                        },
                        "links": {
                            "GetWorkflowServiceItemInstanceByMoid": {
                                "operationId": "GetWorkflowServiceItemInstanceByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/workflow/ServiceItemInstances/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            },
            "delete": {
                "tags": [
                    "workflow"
                ],
                "summary": "Delete a 'workflow.ServiceItemInstance' resource.",
                "operationId": "DeleteWorkflowServiceItemInstance",
                "x-stability-level": "draft",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "DELETE.workflow.ServiceItemInstance",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Catalog Administrator",
                            "PRIVSET.Catalog User",
                            "PRIVSET.Delete integrated systems",
                            "PRIVSET.Integrated Systems Administrator",
                            "PRIVSET.Service Designer",
                            "PRIVSET.Service Operator",
                            "PRIVSET.Workload Operator",
                            "ROLE.Account Administrator",
                            "ROLE.Catalog Administrator",
                            "ROLE.Catalog User",
                            "ROLE.Integrated Systems Administrator",
                            "ROLE.Service Designer",
                            "ROLE.Service Operator",
                            "ROLE.Workload Operator"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Resource has been deleted successfully.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/workflow/ServiceItemOutputs": {
            "get": {
                "tags": [
                    "workflow"
                ],
                "summary": "Read a 'workflow.ServiceItemOutput' resource.",
                "operationId": "GetWorkflowServiceItemOutputList",
                "x-stability-level": "draft",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Integrated Systems Administrator",
                            "PRIVSET.Integrated Systems Operator",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only integrated systems",
                            "PRIVSET.Workload Operator",
                            "READ.workflow.ServiceItemOutput",
                            "ROLE.Account Administrator",
                            "ROLE.Integrated Systems Administrator",
                            "ROLE.Integrated Systems Operator",
                            "ROLE.Read-Only",
                            "ROLE.Workload Operator"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/filterParam"
                    },
                    {
                        "$ref": "#/components/parameters/orderbyParam"
                    },
                    {
                        "$ref": "#/components/parameters/topParam"
                    },
                    {
                        "$ref": "#/components/parameters/skipParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/applyParam"
                    },
                    {
                        "$ref": "#/components/parameters/countParam"
                    },
                    {
                        "$ref": "#/components/parameters/inlinecountParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    },
                    {
                        "$ref": "#/components/parameters/tagsParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "List of 'workflow.ServiceItemOutput' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/workflow.ServiceItemOutput.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            },
            "post": {
                "tags": [
                    "workflow"
                ],
                "summary": "Create a 'workflow.ServiceItemOutput' resource.",
                "operationId": "CreateWorkflowServiceItemOutput",
                "x-stability-level": "draft",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "CREATE.workflow.ServiceItemOutput",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Integrated Systems Administrator",
                            "PRIVSET.Workload Operator",
                            "ROLE.Account Administrator",
                            "ROLE.Integrated Systems Administrator",
                            "ROLE.Workload Operator"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    },
                    {
                        "$ref": "#/components/parameters/IfNoneMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'workflow.ServiceItemOutput' resource to create.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/workflow.ServiceItemOutput"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'workflow.ServiceItemOutput' resource was created as requested. The 'workflow.ServiceItemOutput' resource is created before this response is sent back and the resource is returned in the body of the message.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/workflow.ServiceItemOutput"
                                }
                            }
                        },
                        "links": {
                            "GetWorkflowServiceItemOutputByMoid": {
                                "operationId": "GetWorkflowServiceItemOutputByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/workflow/ServiceItemOutputs/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/workflow/ServiceItemOutputs/{Moid}": {
            "get": {
                "tags": [
                    "workflow"
                ],
                "summary": "Read a 'workflow.ServiceItemOutput' resource.",
                "operationId": "GetWorkflowServiceItemOutputByMoid",
                "x-stability-level": "draft",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Integrated Systems Administrator",
                            "PRIVSET.Integrated Systems Operator",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only integrated systems",
                            "PRIVSET.Workload Operator",
                            "READ.workflow.ServiceItemOutput",
                            "ROLE.Account Administrator",
                            "ROLE.Integrated Systems Administrator",
                            "ROLE.Integrated Systems Operator",
                            "ROLE.Read-Only",
                            "ROLE.Workload Operator"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "An instance of the 'workflow.ServiceItemOutput' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/workflow.ServiceItemOutput"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetWorkflowServiceItemOutputByMoid": {
                                "operationId": "GetWorkflowServiceItemOutputByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/workflow/ServiceItemOutputs/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            },
            "post": {
                "tags": [
                    "workflow"
                ],
                "summary": "Update a 'workflow.ServiceItemOutput' resource.",
                "operationId": "UpdateWorkflowServiceItemOutput",
                "x-stability-level": "draft",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Integrated Systems Administrator",
                            "PRIVSET.Workload Operator",
                            "ROLE.Account Administrator",
                            "ROLE.Integrated Systems Administrator",
                            "ROLE.Workload Operator",
                            "UPDATE.workflow.ServiceItemOutput"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'workflow.ServiceItemOutput' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/workflow.ServiceItemOutput"
                            }
                        },
                        "application/json-patch+json": {
                            "schema": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/PatchDocument"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'workflow.ServiceItemOutput' resource was modified as requested. The 'workflow.ServiceItemOutput' resource is modified before this response is sent back and the resource is returned in the body of the message.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/workflow.ServiceItemOutput"
                                }
                            }
                        },
                        "links": {
                            "GetWorkflowServiceItemOutputByMoid": {
                                "operationId": "GetWorkflowServiceItemOutputByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/workflow/ServiceItemOutputs/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            },
            "patch": {
                "tags": [
                    "workflow"
                ],
                "summary": "Update a 'workflow.ServiceItemOutput' resource.",
                "operationId": "PatchWorkflowServiceItemOutput",
                "x-stability-level": "draft",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Integrated Systems Administrator",
                            "PRIVSET.Workload Operator",
                            "ROLE.Account Administrator",
                            "ROLE.Integrated Systems Administrator",
                            "ROLE.Workload Operator",
                            "UPDATE.workflow.ServiceItemOutput"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'workflow.ServiceItemOutput' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/workflow.ServiceItemOutput"
                            }
                        },
                        "application/json-patch+json": {
                            "schema": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/PatchDocument"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'workflow.ServiceItemOutput' resource was patched as requested. The 'workflow.ServiceItemOutput' resource is patched before this response is sent back and the resource is returned in the body of the message.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/workflow.ServiceItemOutput"
                                }
                            }
                        },
                        "links": {
                            "GetWorkflowServiceItemOutputByMoid": {
                                "operationId": "GetWorkflowServiceItemOutputByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/workflow/ServiceItemOutputs/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            },
            "delete": {
                "tags": [
                    "workflow"
                ],
                "summary": "Delete a 'workflow.ServiceItemOutput' resource.",
                "operationId": "DeleteWorkflowServiceItemOutput",
                "x-stability-level": "draft",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "DELETE.workflow.ServiceItemOutput",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Integrated Systems Administrator",
                            "PRIVSET.Workload Operator",
                            "ROLE.Account Administrator",
                            "ROLE.Integrated Systems Administrator",
                            "ROLE.Workload Operator"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Resource has been deleted successfully.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/workflow/SshBatchExecutors": {
            "get": {
                "tags": [
                    "workflow"
                ],
                "summary": "Read a 'workflow.SshBatchExecutor' resource.",
                "operationId": "GetWorkflowSshBatchExecutorList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Workflow Definitions",
                            "PRIVSET.Read-Only",
                            "PRIVSET.View Workflow Definitions",
                            "READ.workflow.SshBatchExecutor",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/filterParam"
                    },
                    {
                        "$ref": "#/components/parameters/orderbyParam"
                    },
                    {
                        "$ref": "#/components/parameters/topParam"
                    },
                    {
                        "$ref": "#/components/parameters/skipParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/applyParam"
                    },
                    {
                        "$ref": "#/components/parameters/countParam"
                    },
                    {
                        "$ref": "#/components/parameters/inlinecountParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    },
                    {
                        "$ref": "#/components/parameters/tagsParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "List of 'workflow.SshBatchExecutor' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/workflow.SshBatchExecutor.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            },
            "post": {
                "tags": [
                    "workflow"
                ],
                "summary": "Create a 'workflow.SshBatchExecutor' resource.",
                "operationId": "CreateWorkflowSshBatchExecutor",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "CREATE.workflow.SshBatchExecutor",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Workflow Definitions",
                            "ROLE.Account Administrator"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    },
                    {
                        "$ref": "#/components/parameters/IfNoneMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'workflow.SshBatchExecutor' resource to create.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/workflow.SshBatchExecutor"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'workflow.SshBatchExecutor' resource was created as requested. The 'workflow.SshBatchExecutor' resource is created before this response is sent back and the resource is returned in the body of the message.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/workflow.SshBatchExecutor"
                                }
                            }
                        },
                        "links": {
                            "GetWorkflowSshBatchExecutorByMoid": {
                                "operationId": "GetWorkflowSshBatchExecutorByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/workflow/SshBatchExecutors/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/workflow/SshBatchExecutors/{Moid}": {
            "get": {
                "tags": [
                    "workflow"
                ],
                "summary": "Read a 'workflow.SshBatchExecutor' resource.",
                "operationId": "GetWorkflowSshBatchExecutorByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Workflow Definitions",
                            "PRIVSET.Read-Only",
                            "PRIVSET.View Workflow Definitions",
                            "READ.workflow.SshBatchExecutor",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "An instance of the 'workflow.SshBatchExecutor' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/workflow.SshBatchExecutor"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetWorkflowSshBatchExecutorByMoid": {
                                "operationId": "GetWorkflowSshBatchExecutorByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/workflow/SshBatchExecutors/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            },
            "post": {
                "tags": [
                    "workflow"
                ],
                "summary": "Update a 'workflow.SshBatchExecutor' resource.",
                "operationId": "UpdateWorkflowSshBatchExecutor",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Workflow Definitions",
                            "ROLE.Account Administrator",
                            "UPDATE.workflow.SshBatchExecutor"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'workflow.SshBatchExecutor' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/workflow.SshBatchExecutor"
                            }
                        },
                        "application/json-patch+json": {
                            "schema": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/PatchDocument"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'workflow.SshBatchExecutor' resource was modified as requested. The 'workflow.SshBatchExecutor' resource is modified before this response is sent back and the resource is returned in the body of the message.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/workflow.SshBatchExecutor"
                                }
                            }
                        },
                        "links": {
                            "GetWorkflowSshBatchExecutorByMoid": {
                                "operationId": "GetWorkflowSshBatchExecutorByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/workflow/SshBatchExecutors/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            },
            "patch": {
                "tags": [
                    "workflow"
                ],
                "summary": "Update a 'workflow.SshBatchExecutor' resource.",
                "operationId": "PatchWorkflowSshBatchExecutor",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Workflow Definitions",
                            "ROLE.Account Administrator",
                            "UPDATE.workflow.SshBatchExecutor"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'workflow.SshBatchExecutor' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/workflow.SshBatchExecutor"
                            }
                        },
                        "application/json-patch+json": {
                            "schema": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/PatchDocument"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'workflow.SshBatchExecutor' resource was patched as requested. The 'workflow.SshBatchExecutor' resource is patched before this response is sent back and the resource is returned in the body of the message.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/workflow.SshBatchExecutor"
                                }
                            }
                        },
                        "links": {
                            "GetWorkflowSshBatchExecutorByMoid": {
                                "operationId": "GetWorkflowSshBatchExecutorByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/workflow/SshBatchExecutors/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            },
            "delete": {
                "tags": [
                    "workflow"
                ],
                "summary": "Delete a 'workflow.SshBatchExecutor' resource.",
                "operationId": "DeleteWorkflowSshBatchExecutor",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "DELETE.workflow.SshBatchExecutor",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Workflow Definitions",
                            "ROLE.Account Administrator"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Resource has been deleted successfully.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/workflow/TaskDebugLogs": {
            "get": {
                "tags": [
                    "workflow"
                ],
                "summary": "Read a 'workflow.TaskDebugLog' resource.",
                "operationId": "GetWorkflowTaskDebugLogList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Workflow Definitions",
                            "READ.workflow.TaskDebugLog",
                            "ROLE.Account Administrator"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/filterParam"
                    },
                    {
                        "$ref": "#/components/parameters/orderbyParam"
                    },
                    {
                        "$ref": "#/components/parameters/topParam"
                    },
                    {
                        "$ref": "#/components/parameters/skipParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/applyParam"
                    },
                    {
                        "$ref": "#/components/parameters/countParam"
                    },
                    {
                        "$ref": "#/components/parameters/inlinecountParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    },
                    {
                        "$ref": "#/components/parameters/tagsParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "List of 'workflow.TaskDebugLog' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/workflow.TaskDebugLog.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/workflow/TaskDebugLogs/{Moid}": {
            "get": {
                "tags": [
                    "workflow"
                ],
                "summary": "Read a 'workflow.TaskDebugLog' resource.",
                "operationId": "GetWorkflowTaskDebugLogByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Workflow Definitions",
                            "READ.workflow.TaskDebugLog",
                            "ROLE.Account Administrator"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "An instance of the 'workflow.TaskDebugLog' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/workflow.TaskDebugLog"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetWorkflowTaskDebugLogByMoid": {
                                "operationId": "GetWorkflowTaskDebugLogByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/workflow/TaskDebugLogs/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/workflow/TaskDefinitions": {
            "get": {
                "tags": [
                    "workflow"
                ],
                "summary": "Read a 'workflow.TaskDefinition' resource.",
                "operationId": "GetWorkflowTaskDefinitionList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Execute Workflows",
                            "PRIVSET.Manage Workflow Definitions",
                            "PRIVSET.Read Workflows",
                            "PRIVSET.Read-Only",
                            "PRIVSET.View Workflow Definitions",
                            "READ.workflow.TaskDefinition",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/filterParam"
                    },
                    {
                        "$ref": "#/components/parameters/orderbyParam"
                    },
                    {
                        "$ref": "#/components/parameters/topParam"
                    },
                    {
                        "$ref": "#/components/parameters/skipParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/applyParam"
                    },
                    {
                        "$ref": "#/components/parameters/countParam"
                    },
                    {
                        "$ref": "#/components/parameters/inlinecountParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    },
                    {
                        "$ref": "#/components/parameters/tagsParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "List of 'workflow.TaskDefinition' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/workflow.TaskDefinition.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            },
            "post": {
                "tags": [
                    "workflow"
                ],
                "summary": "Create a 'workflow.TaskDefinition' resource.",
                "operationId": "CreateWorkflowTaskDefinition",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "CREATE.workflow.TaskDefinition",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Workflow Definitions",
                            "ROLE.Account Administrator"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    },
                    {
                        "$ref": "#/components/parameters/IfNoneMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'workflow.TaskDefinition' resource to create.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/workflow.TaskDefinition"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'workflow.TaskDefinition' resource was created as requested. The 'workflow.TaskDefinition' resource is created before this response is sent back and the resource is returned in the body of the message.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/workflow.TaskDefinition"
                                }
                            }
                        },
                        "links": {
                            "GetWorkflowTaskDefinitionByMoid": {
                                "operationId": "GetWorkflowTaskDefinitionByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/workflow/TaskDefinitions/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/workflow/TaskDefinitions/{Moid}": {
            "get": {
                "tags": [
                    "workflow"
                ],
                "summary": "Read a 'workflow.TaskDefinition' resource.",
                "operationId": "GetWorkflowTaskDefinitionByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Execute Workflows",
                            "PRIVSET.Manage Workflow Definitions",
                            "PRIVSET.Read Workflows",
                            "PRIVSET.Read-Only",
                            "PRIVSET.View Workflow Definitions",
                            "READ.workflow.TaskDefinition",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "An instance of the 'workflow.TaskDefinition' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/workflow.TaskDefinition"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetWorkflowTaskDefinitionByMoid": {
                                "operationId": "GetWorkflowTaskDefinitionByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/workflow/TaskDefinitions/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            },
            "post": {
                "tags": [
                    "workflow"
                ],
                "summary": "Update a 'workflow.TaskDefinition' resource.",
                "operationId": "UpdateWorkflowTaskDefinition",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Workflow Definitions",
                            "ROLE.Account Administrator",
                            "UPDATE.workflow.TaskDefinition"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'workflow.TaskDefinition' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/workflow.TaskDefinition"
                            }
                        },
                        "application/json-patch+json": {
                            "schema": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/PatchDocument"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'workflow.TaskDefinition' resource was modified as requested. The 'workflow.TaskDefinition' resource is modified before this response is sent back and the resource is returned in the body of the message.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/workflow.TaskDefinition"
                                }
                            }
                        },
                        "links": {
                            "GetWorkflowTaskDefinitionByMoid": {
                                "operationId": "GetWorkflowTaskDefinitionByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/workflow/TaskDefinitions/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            },
            "patch": {
                "tags": [
                    "workflow"
                ],
                "summary": "Update a 'workflow.TaskDefinition' resource.",
                "operationId": "PatchWorkflowTaskDefinition",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Workflow Definitions",
                            "ROLE.Account Administrator",
                            "UPDATE.workflow.TaskDefinition"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'workflow.TaskDefinition' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/workflow.TaskDefinition"
                            }
                        },
                        "application/json-patch+json": {
                            "schema": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/PatchDocument"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'workflow.TaskDefinition' resource was patched as requested. The 'workflow.TaskDefinition' resource is patched before this response is sent back and the resource is returned in the body of the message.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/workflow.TaskDefinition"
                                }
                            }
                        },
                        "links": {
                            "GetWorkflowTaskDefinitionByMoid": {
                                "operationId": "GetWorkflowTaskDefinitionByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/workflow/TaskDefinitions/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            },
            "delete": {
                "tags": [
                    "workflow"
                ],
                "summary": "Delete a 'workflow.TaskDefinition' resource.",
                "operationId": "DeleteWorkflowTaskDefinition",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "DELETE.workflow.TaskDefinition",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Workflow Definitions",
                            "ROLE.Account Administrator"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Resource has been deleted successfully.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/workflow/TaskInfos": {
            "get": {
                "tags": [
                    "workflow"
                ],
                "summary": "Read a 'workflow.TaskInfo' resource.",
                "operationId": "GetWorkflowTaskInfoList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Execute Workflows",
                            "PRIVSET.Manage Workflow Definitions",
                            "PRIVSET.Read Workflows",
                            "PRIVSET.Read-Only",
                            "PRIVSET.View Workflow Definitions",
                            "PRIVSET.View Workflow Executions",
                            "READ.workflow.TaskInfo",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/filterParam"
                    },
                    {
                        "$ref": "#/components/parameters/orderbyParam"
                    },
                    {
                        "$ref": "#/components/parameters/topParam"
                    },
                    {
                        "$ref": "#/components/parameters/skipParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/applyParam"
                    },
                    {
                        "$ref": "#/components/parameters/countParam"
                    },
                    {
                        "$ref": "#/components/parameters/inlinecountParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    },
                    {
                        "$ref": "#/components/parameters/tagsParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "List of 'workflow.TaskInfo' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/workflow.TaskInfo.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/workflow/TaskInfos/{Moid}": {
            "get": {
                "tags": [
                    "workflow"
                ],
                "summary": "Read a 'workflow.TaskInfo' resource.",
                "operationId": "GetWorkflowTaskInfoByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Execute Workflows",
                            "PRIVSET.Manage Workflow Definitions",
                            "PRIVSET.Read Workflows",
                            "PRIVSET.Read-Only",
                            "PRIVSET.View Workflow Definitions",
                            "PRIVSET.View Workflow Executions",
                            "READ.workflow.TaskInfo",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "An instance of the 'workflow.TaskInfo' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/workflow.TaskInfo"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetWorkflowTaskInfoByMoid": {
                                "operationId": "GetWorkflowTaskInfoByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/workflow/TaskInfos/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            },
            "post": {
                "tags": [
                    "workflow"
                ],
                "summary": "Update a 'workflow.TaskInfo' resource.",
                "operationId": "UpdateWorkflowTaskInfo",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Execute Workflows",
                            "PRIVSET.Manage Workflow Definitions",
                            "PRIVSET.Run Workflows",
                            "ROLE.Account Administrator",
                            "UPDATE.workflow.TaskInfo"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'workflow.TaskInfo' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/workflow.TaskInfo"
                            }
                        },
                        "application/json-patch+json": {
                            "schema": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/PatchDocument"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'workflow.TaskInfo' resource was modified as requested. The 'workflow.TaskInfo' resource is modified before this response is sent back and the resource is returned in the body of the message.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/workflow.TaskInfo"
                                }
                            }
                        },
                        "links": {
                            "GetWorkflowTaskInfoByMoid": {
                                "operationId": "GetWorkflowTaskInfoByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/workflow/TaskInfos/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            },
            "patch": {
                "tags": [
                    "workflow"
                ],
                "summary": "Update a 'workflow.TaskInfo' resource.",
                "operationId": "PatchWorkflowTaskInfo",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Execute Workflows",
                            "PRIVSET.Manage Workflow Definitions",
                            "PRIVSET.Run Workflows",
                            "ROLE.Account Administrator",
                            "UPDATE.workflow.TaskInfo"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'workflow.TaskInfo' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/workflow.TaskInfo"
                            }
                        },
                        "application/json-patch+json": {
                            "schema": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/PatchDocument"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'workflow.TaskInfo' resource was patched as requested. The 'workflow.TaskInfo' resource is patched before this response is sent back and the resource is returned in the body of the message.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/workflow.TaskInfo"
                                }
                            }
                        },
                        "links": {
                            "GetWorkflowTaskInfoByMoid": {
                                "operationId": "GetWorkflowTaskInfoByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/workflow/TaskInfos/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/workflow/TaskMetadata": {
            "get": {
                "tags": [
                    "workflow"
                ],
                "summary": "Read a 'workflow.TaskMetadata' resource.",
                "operationId": "GetWorkflowTaskMetadataList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Read-Only",
                            "READ.workflow.TaskMetadata",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/filterParam"
                    },
                    {
                        "$ref": "#/components/parameters/orderbyParam"
                    },
                    {
                        "$ref": "#/components/parameters/topParam"
                    },
                    {
                        "$ref": "#/components/parameters/skipParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/applyParam"
                    },
                    {
                        "$ref": "#/components/parameters/countParam"
                    },
                    {
                        "$ref": "#/components/parameters/inlinecountParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    },
                    {
                        "$ref": "#/components/parameters/tagsParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "List of 'workflow.TaskMetadata' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/workflow.TaskMetadata.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/workflow/TaskMetadata/{Moid}": {
            "get": {
                "tags": [
                    "workflow"
                ],
                "summary": "Read a 'workflow.TaskMetadata' resource.",
                "operationId": "GetWorkflowTaskMetadataByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Read-Only",
                            "READ.workflow.TaskMetadata",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "An instance of the 'workflow.TaskMetadata' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/workflow.TaskMetadata"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetWorkflowTaskMetadataByMoid": {
                                "operationId": "GetWorkflowTaskMetadataByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/workflow/TaskMetadata/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/workflow/TemplateEvaluations": {
            "post": {
                "tags": [
                    "workflow"
                ],
                "summary": "Create a 'workflow.TemplateEvaluation' resource.",
                "operationId": "CreateWorkflowTemplateEvaluation",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "CREATE.workflow.TemplateEvaluation",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Workflow Definitions",
                            "ROLE.Account Administrator"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    },
                    {
                        "$ref": "#/components/parameters/IfNoneMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'workflow.TemplateEvaluation' resource to create.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/workflow.TemplateEvaluation"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'workflow.TemplateEvaluation' resource was created as requested. The 'workflow.TemplateEvaluation' resource is created before this response is sent back and the resource is returned in the body of the message.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/workflow.TemplateEvaluation"
                                }
                            }
                        },
                        "links": {
                            "GetWorkflowTemplateEvaluationByMoid": {
                                "operationId": "GetWorkflowTemplateEvaluationByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/workflow/TemplateEvaluations/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/workflow/TemplateFunctionMeta": {
            "get": {
                "tags": [
                    "workflow"
                ],
                "summary": "Read a 'workflow.TemplateFunctionMeta' resource.",
                "operationId": "GetWorkflowTemplateFunctionMetaList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Execute Workflows",
                            "PRIVSET.Manage Workflow Definitions",
                            "PRIVSET.Read-Only",
                            "PRIVSET.View Workflow Definitions",
                            "READ.workflow.TemplateFunctionMeta",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/filterParam"
                    },
                    {
                        "$ref": "#/components/parameters/orderbyParam"
                    },
                    {
                        "$ref": "#/components/parameters/topParam"
                    },
                    {
                        "$ref": "#/components/parameters/skipParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/applyParam"
                    },
                    {
                        "$ref": "#/components/parameters/countParam"
                    },
                    {
                        "$ref": "#/components/parameters/inlinecountParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    },
                    {
                        "$ref": "#/components/parameters/tagsParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "List of 'workflow.TemplateFunctionMeta' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/workflow.TemplateFunctionMeta.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/workflow/TemplateFunctionMeta/{Moid}": {
            "get": {
                "tags": [
                    "workflow"
                ],
                "summary": "Read a 'workflow.TemplateFunctionMeta' resource.",
                "operationId": "GetWorkflowTemplateFunctionMetaByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Execute Workflows",
                            "PRIVSET.Manage Workflow Definitions",
                            "PRIVSET.Read-Only",
                            "PRIVSET.View Workflow Definitions",
                            "READ.workflow.TemplateFunctionMeta",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "An instance of the 'workflow.TemplateFunctionMeta' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/workflow.TemplateFunctionMeta"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetWorkflowTemplateFunctionMetaByMoid": {
                                "operationId": "GetWorkflowTemplateFunctionMetaByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/workflow/TemplateFunctionMeta/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/workflow/TemplateParsers": {
            "post": {
                "tags": [
                    "workflow"
                ],
                "summary": "Create a 'workflow.TemplateParser' resource.",
                "operationId": "CreateWorkflowTemplateParser",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "CREATE.workflow.TemplateParser",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Execute Workflows",
                            "PRIVSET.Workflow Designer",
                            "ROLE.Account Administrator",
                            "ROLE.Workflow Designer"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    },
                    {
                        "$ref": "#/components/parameters/IfNoneMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'workflow.TemplateParser' resource to create.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/workflow.TemplateParser"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'workflow.TemplateParser' resource was created as requested. The 'workflow.TemplateParser' resource is created before this response is sent back and the resource is returned in the body of the message.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/workflow.TemplateParser"
                                }
                            }
                        },
                        "links": {
                            "GetWorkflowTemplateParserByMoid": {
                                "operationId": "GetWorkflowTemplateParserByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/workflow/TemplateParsers/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/workflow/UiDisplayMetadata": {
            "get": {
                "tags": [
                    "workflow"
                ],
                "summary": "Read a 'workflow.UiDisplayMetadata' resource.",
                "operationId": "GetWorkflowUiDisplayMetadataList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Execute Workflows",
                            "PRIVSET.Manage Workflow Definitions",
                            "PRIVSET.Read Workflows",
                            "PRIVSET.Read-Only",
                            "PRIVSET.View Workflow Definitions",
                            "READ.workflow.UiDisplayMetadata",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/filterParam"
                    },
                    {
                        "$ref": "#/components/parameters/orderbyParam"
                    },
                    {
                        "$ref": "#/components/parameters/topParam"
                    },
                    {
                        "$ref": "#/components/parameters/skipParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/applyParam"
                    },
                    {
                        "$ref": "#/components/parameters/countParam"
                    },
                    {
                        "$ref": "#/components/parameters/inlinecountParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    },
                    {
                        "$ref": "#/components/parameters/tagsParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "List of 'workflow.UiDisplayMetadata' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/workflow.UiDisplayMetadata.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            },
            "post": {
                "tags": [
                    "workflow"
                ],
                "summary": "Create a 'workflow.UiDisplayMetadata' resource.",
                "operationId": "CreateWorkflowUiDisplayMetadata",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "CREATE.workflow.UiDisplayMetadata",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Workflow Definitions",
                            "ROLE.Account Administrator"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    },
                    {
                        "$ref": "#/components/parameters/IfNoneMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'workflow.UiDisplayMetadata' resource to create.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/workflow.UiDisplayMetadata"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'workflow.UiDisplayMetadata' resource was created as requested. The 'workflow.UiDisplayMetadata' resource is created before this response is sent back and the resource is returned in the body of the message.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/workflow.UiDisplayMetadata"
                                }
                            }
                        },
                        "links": {
                            "GetWorkflowUiDisplayMetadataByMoid": {
                                "operationId": "GetWorkflowUiDisplayMetadataByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/workflow/UiDisplayMetadata/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/workflow/UiDisplayMetadata/{Moid}": {
            "get": {
                "tags": [
                    "workflow"
                ],
                "summary": "Read a 'workflow.UiDisplayMetadata' resource.",
                "operationId": "GetWorkflowUiDisplayMetadataByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Execute Workflows",
                            "PRIVSET.Manage Workflow Definitions",
                            "PRIVSET.Read Workflows",
                            "PRIVSET.Read-Only",
                            "PRIVSET.View Workflow Definitions",
                            "READ.workflow.UiDisplayMetadata",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "An instance of the 'workflow.UiDisplayMetadata' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/workflow.UiDisplayMetadata"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetWorkflowUiDisplayMetadataByMoid": {
                                "operationId": "GetWorkflowUiDisplayMetadataByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/workflow/UiDisplayMetadata/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            },
            "post": {
                "tags": [
                    "workflow"
                ],
                "summary": "Update a 'workflow.UiDisplayMetadata' resource.",
                "operationId": "UpdateWorkflowUiDisplayMetadata",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Workflow Definitions",
                            "ROLE.Account Administrator",
                            "UPDATE.workflow.UiDisplayMetadata"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'workflow.UiDisplayMetadata' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/workflow.UiDisplayMetadata"
                            }
                        },
                        "application/json-patch+json": {
                            "schema": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/PatchDocument"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'workflow.UiDisplayMetadata' resource was modified as requested. The 'workflow.UiDisplayMetadata' resource is modified before this response is sent back and the resource is returned in the body of the message.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/workflow.UiDisplayMetadata"
                                }
                            }
                        },
                        "links": {
                            "GetWorkflowUiDisplayMetadataByMoid": {
                                "operationId": "GetWorkflowUiDisplayMetadataByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/workflow/UiDisplayMetadata/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            },
            "patch": {
                "tags": [
                    "workflow"
                ],
                "summary": "Update a 'workflow.UiDisplayMetadata' resource.",
                "operationId": "PatchWorkflowUiDisplayMetadata",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Workflow Definitions",
                            "ROLE.Account Administrator",
                            "UPDATE.workflow.UiDisplayMetadata"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'workflow.UiDisplayMetadata' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/workflow.UiDisplayMetadata"
                            }
                        },
                        "application/json-patch+json": {
                            "schema": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/PatchDocument"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'workflow.UiDisplayMetadata' resource was patched as requested. The 'workflow.UiDisplayMetadata' resource is patched before this response is sent back and the resource is returned in the body of the message.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/workflow.UiDisplayMetadata"
                                }
                            }
                        },
                        "links": {
                            "GetWorkflowUiDisplayMetadataByMoid": {
                                "operationId": "GetWorkflowUiDisplayMetadataByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/workflow/UiDisplayMetadata/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            },
            "delete": {
                "tags": [
                    "workflow"
                ],
                "summary": "Delete a 'workflow.UiDisplayMetadata' resource.",
                "operationId": "DeleteWorkflowUiDisplayMetadata",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "DELETE.workflow.UiDisplayMetadata",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Workflow Definitions",
                            "ROLE.Account Administrator"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Resource has been deleted successfully.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/workflow/Variables": {
            "get": {
                "tags": [
                    "workflow"
                ],
                "summary": "Read a 'workflow.Variable' resource.",
                "operationId": "GetWorkflowVariableList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Catalog User",
                            "PRIVSET.Execute Workflows",
                            "PRIVSET.Manage Workflow Definitions",
                            "PRIVSET.Read-Only",
                            "PRIVSET.View Workflow Definitions",
                            "READ.workflow.Variable",
                            "ROLE.Account Administrator",
                            "ROLE.Catalog User",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/filterParam"
                    },
                    {
                        "$ref": "#/components/parameters/orderbyParam"
                    },
                    {
                        "$ref": "#/components/parameters/topParam"
                    },
                    {
                        "$ref": "#/components/parameters/skipParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/applyParam"
                    },
                    {
                        "$ref": "#/components/parameters/countParam"
                    },
                    {
                        "$ref": "#/components/parameters/inlinecountParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    },
                    {
                        "$ref": "#/components/parameters/tagsParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "List of 'workflow.Variable' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/workflow.Variable.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            },
            "post": {
                "tags": [
                    "workflow"
                ],
                "summary": "Create a 'workflow.Variable' resource.",
                "operationId": "CreateWorkflowVariable",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "CREATE.workflow.Variable",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Workflow Definitions",
                            "ROLE.Account Administrator"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    },
                    {
                        "$ref": "#/components/parameters/IfNoneMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'workflow.Variable' resource to create.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/workflow.Variable"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'workflow.Variable' resource was created as requested. The 'workflow.Variable' resource is created before this response is sent back and the resource is returned in the body of the message.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/workflow.Variable"
                                }
                            }
                        },
                        "links": {
                            "GetWorkflowVariableByMoid": {
                                "operationId": "GetWorkflowVariableByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/workflow/Variables/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/workflow/Variables/{Moid}": {
            "get": {
                "tags": [
                    "workflow"
                ],
                "summary": "Read a 'workflow.Variable' resource.",
                "operationId": "GetWorkflowVariableByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Catalog User",
                            "PRIVSET.Execute Workflows",
                            "PRIVSET.Manage Workflow Definitions",
                            "PRIVSET.Read-Only",
                            "PRIVSET.View Workflow Definitions",
                            "READ.workflow.Variable",
                            "ROLE.Account Administrator",
                            "ROLE.Catalog User",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "An instance of the 'workflow.Variable' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/workflow.Variable"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetWorkflowVariableByMoid": {
                                "operationId": "GetWorkflowVariableByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/workflow/Variables/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            },
            "post": {
                "tags": [
                    "workflow"
                ],
                "summary": "Update a 'workflow.Variable' resource.",
                "operationId": "UpdateWorkflowVariable",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Workflow Definitions",
                            "ROLE.Account Administrator",
                            "UPDATE.workflow.Variable"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'workflow.Variable' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/workflow.Variable"
                            }
                        },
                        "application/json-patch+json": {
                            "schema": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/PatchDocument"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'workflow.Variable' resource was modified as requested. The 'workflow.Variable' resource is modified before this response is sent back and the resource is returned in the body of the message.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/workflow.Variable"
                                }
                            }
                        },
                        "links": {
                            "GetWorkflowVariableByMoid": {
                                "operationId": "GetWorkflowVariableByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/workflow/Variables/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            },
            "patch": {
                "tags": [
                    "workflow"
                ],
                "summary": "Update a 'workflow.Variable' resource.",
                "operationId": "PatchWorkflowVariable",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Workflow Definitions",
                            "ROLE.Account Administrator",
                            "UPDATE.workflow.Variable"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'workflow.Variable' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/workflow.Variable"
                            }
                        },
                        "application/json-patch+json": {
                            "schema": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/PatchDocument"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'workflow.Variable' resource was patched as requested. The 'workflow.Variable' resource is patched before this response is sent back and the resource is returned in the body of the message.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/workflow.Variable"
                                }
                            }
                        },
                        "links": {
                            "GetWorkflowVariableByMoid": {
                                "operationId": "GetWorkflowVariableByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/workflow/Variables/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            },
            "delete": {
                "tags": [
                    "workflow"
                ],
                "summary": "Delete a 'workflow.Variable' resource.",
                "operationId": "DeleteWorkflowVariable",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "DELETE.workflow.Variable",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Workflow Definitions",
                            "ROLE.Account Administrator"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Resource has been deleted successfully.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/workflow/WorkflowDefinitions": {
            "get": {
                "tags": [
                    "workflow"
                ],
                "summary": "Read a 'workflow.WorkflowDefinition' resource.",
                "operationId": "GetWorkflowWorkflowDefinitionList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Execute Workflows",
                            "PRIVSET.Manage Workflow Definitions",
                            "PRIVSET.Read Workflows",
                            "PRIVSET.Read-Only",
                            "PRIVSET.View Workflow Definitions",
                            "READ.workflow.WorkflowDefinition",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/filterParam"
                    },
                    {
                        "$ref": "#/components/parameters/orderbyParam"
                    },
                    {
                        "$ref": "#/components/parameters/topParam"
                    },
                    {
                        "$ref": "#/components/parameters/skipParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/applyParam"
                    },
                    {
                        "$ref": "#/components/parameters/countParam"
                    },
                    {
                        "$ref": "#/components/parameters/inlinecountParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    },
                    {
                        "$ref": "#/components/parameters/tagsParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "List of 'workflow.WorkflowDefinition' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/workflow.WorkflowDefinition.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            },
            "post": {
                "tags": [
                    "workflow"
                ],
                "summary": "Create a 'workflow.WorkflowDefinition' resource.",
                "operationId": "CreateWorkflowWorkflowDefinition",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "CREATE.workflow.WorkflowDefinition",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Workflow Definitions",
                            "ROLE.Account Administrator"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    },
                    {
                        "$ref": "#/components/parameters/IfNoneMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'workflow.WorkflowDefinition' resource to create.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/workflow.WorkflowDefinition"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'workflow.WorkflowDefinition' resource was created as requested. The 'workflow.WorkflowDefinition' resource is created before this response is sent back and the resource is returned in the body of the message.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/workflow.WorkflowDefinition"
                                }
                            }
                        },
                        "links": {
                            "GetWorkflowWorkflowDefinitionByMoid": {
                                "operationId": "GetWorkflowWorkflowDefinitionByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/workflow/WorkflowDefinitions/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/workflow/WorkflowDefinitions/{Moid}": {
            "get": {
                "tags": [
                    "workflow"
                ],
                "summary": "Read a 'workflow.WorkflowDefinition' resource.",
                "operationId": "GetWorkflowWorkflowDefinitionByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Execute Workflows",
                            "PRIVSET.Manage Workflow Definitions",
                            "PRIVSET.Read Workflows",
                            "PRIVSET.Read-Only",
                            "PRIVSET.View Workflow Definitions",
                            "READ.workflow.WorkflowDefinition",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "An instance of the 'workflow.WorkflowDefinition' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/workflow.WorkflowDefinition"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetWorkflowWorkflowDefinitionByMoid": {
                                "operationId": "GetWorkflowWorkflowDefinitionByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/workflow/WorkflowDefinitions/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            },
            "post": {
                "tags": [
                    "workflow"
                ],
                "summary": "Update a 'workflow.WorkflowDefinition' resource.",
                "operationId": "UpdateWorkflowWorkflowDefinition",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Workflow Definitions",
                            "ROLE.Account Administrator",
                            "UPDATE.workflow.WorkflowDefinition"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'workflow.WorkflowDefinition' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/workflow.WorkflowDefinition"
                            }
                        },
                        "application/json-patch+json": {
                            "schema": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/PatchDocument"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'workflow.WorkflowDefinition' resource was modified as requested. The 'workflow.WorkflowDefinition' resource is modified before this response is sent back and the resource is returned in the body of the message.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/workflow.WorkflowDefinition"
                                }
                            }
                        },
                        "links": {
                            "GetWorkflowWorkflowDefinitionByMoid": {
                                "operationId": "GetWorkflowWorkflowDefinitionByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/workflow/WorkflowDefinitions/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            },
            "patch": {
                "tags": [
                    "workflow"
                ],
                "summary": "Update a 'workflow.WorkflowDefinition' resource.",
                "operationId": "PatchWorkflowWorkflowDefinition",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Workflow Definitions",
                            "ROLE.Account Administrator",
                            "UPDATE.workflow.WorkflowDefinition"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'workflow.WorkflowDefinition' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/workflow.WorkflowDefinition"
                            }
                        },
                        "application/json-patch+json": {
                            "schema": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/PatchDocument"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'workflow.WorkflowDefinition' resource was patched as requested. The 'workflow.WorkflowDefinition' resource is patched before this response is sent back and the resource is returned in the body of the message.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/workflow.WorkflowDefinition"
                                }
                            }
                        },
                        "links": {
                            "GetWorkflowWorkflowDefinitionByMoid": {
                                "operationId": "GetWorkflowWorkflowDefinitionByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/workflow/WorkflowDefinitions/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            },
            "delete": {
                "tags": [
                    "workflow"
                ],
                "summary": "Delete a 'workflow.WorkflowDefinition' resource.",
                "operationId": "DeleteWorkflowWorkflowDefinition",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "DELETE.workflow.WorkflowDefinition",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Workflow Definitions",
                            "ROLE.Account Administrator"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Resource has been deleted successfully.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/workflow/WorkflowInfos": {
            "get": {
                "tags": [
                    "workflow"
                ],
                "summary": "Read a 'workflow.WorkflowInfo' resource.",
                "operationId": "GetWorkflowWorkflowInfoList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Execute Workflows",
                            "PRIVSET.Manage Workflow Definitions",
                            "PRIVSET.Read Workflows",
                            "PRIVSET.Read-Only",
                            "PRIVSET.View Workflow Definitions",
                            "PRIVSET.View Workflow Executions",
                            "READ.workflow.WorkflowInfo",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/filterParam"
                    },
                    {
                        "$ref": "#/components/parameters/orderbyParam"
                    },
                    {
                        "$ref": "#/components/parameters/topParam"
                    },
                    {
                        "$ref": "#/components/parameters/skipParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/applyParam"
                    },
                    {
                        "$ref": "#/components/parameters/countParam"
                    },
                    {
                        "$ref": "#/components/parameters/inlinecountParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    },
                    {
                        "$ref": "#/components/parameters/tagsParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "List of 'workflow.WorkflowInfo' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/workflow.WorkflowInfo.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            },
            "post": {
                "tags": [
                    "workflow"
                ],
                "summary": "Create a 'workflow.WorkflowInfo' resource.",
                "operationId": "CreateWorkflowWorkflowInfo",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "CREATE.workflow.WorkflowInfo",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Execute Workflows",
                            "PRIVSET.Manage Workflow Definitions",
                            "PRIVSET.Run Workflows",
                            "ROLE.Account Administrator"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    },
                    {
                        "$ref": "#/components/parameters/IfNoneMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'workflow.WorkflowInfo' resource to create.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/workflow.WorkflowInfo"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'workflow.WorkflowInfo' resource was created as requested. The 'workflow.WorkflowInfo' resource is created before this response is sent back and the resource is returned in the body of the message.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/workflow.WorkflowInfo"
                                }
                            }
                        },
                        "links": {
                            "GetWorkflowWorkflowInfoByMoid": {
                                "operationId": "GetWorkflowWorkflowInfoByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/workflow/WorkflowInfos/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/workflow/WorkflowInfos/{Moid}": {
            "get": {
                "tags": [
                    "workflow"
                ],
                "summary": "Read a 'workflow.WorkflowInfo' resource.",
                "operationId": "GetWorkflowWorkflowInfoByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Execute Workflows",
                            "PRIVSET.Manage Workflow Definitions",
                            "PRIVSET.Read Workflows",
                            "PRIVSET.Read-Only",
                            "PRIVSET.View Workflow Definitions",
                            "PRIVSET.View Workflow Executions",
                            "READ.workflow.WorkflowInfo",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "An instance of the 'workflow.WorkflowInfo' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/workflow.WorkflowInfo"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetWorkflowWorkflowInfoByMoid": {
                                "operationId": "GetWorkflowWorkflowInfoByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/workflow/WorkflowInfos/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            },
            "post": {
                "tags": [
                    "workflow"
                ],
                "summary": "Update a 'workflow.WorkflowInfo' resource.",
                "operationId": "UpdateWorkflowWorkflowInfo",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Execute Workflows",
                            "PRIVSET.Manage Workflow Definitions",
                            "PRIVSET.Run Workflows",
                            "ROLE.Account Administrator",
                            "UPDATE.workflow.WorkflowInfo"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'workflow.WorkflowInfo' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/workflow.WorkflowInfo"
                            }
                        },
                        "application/json-patch+json": {
                            "schema": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/PatchDocument"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'workflow.WorkflowInfo' resource was modified as requested. The 'workflow.WorkflowInfo' resource is modified before this response is sent back and the resource is returned in the body of the message.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/workflow.WorkflowInfo"
                                }
                            }
                        },
                        "links": {
                            "GetWorkflowWorkflowInfoByMoid": {
                                "operationId": "GetWorkflowWorkflowInfoByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/workflow/WorkflowInfos/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            },
            "patch": {
                "tags": [
                    "workflow"
                ],
                "summary": "Update a 'workflow.WorkflowInfo' resource.",
                "operationId": "PatchWorkflowWorkflowInfo",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Execute Workflows",
                            "PRIVSET.Manage Workflow Definitions",
                            "PRIVSET.Run Workflows",
                            "ROLE.Account Administrator",
                            "UPDATE.workflow.WorkflowInfo"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'workflow.WorkflowInfo' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/workflow.WorkflowInfo"
                            }
                        },
                        "application/json-patch+json": {
                            "schema": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/PatchDocument"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'workflow.WorkflowInfo' resource was patched as requested. The 'workflow.WorkflowInfo' resource is patched before this response is sent back and the resource is returned in the body of the message.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/workflow.WorkflowInfo"
                                }
                            }
                        },
                        "links": {
                            "GetWorkflowWorkflowInfoByMoid": {
                                "operationId": "GetWorkflowWorkflowInfoByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/workflow/WorkflowInfos/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            },
            "delete": {
                "tags": [
                    "workflow"
                ],
                "summary": "Delete a 'workflow.WorkflowInfo' resource.",
                "operationId": "DeleteWorkflowWorkflowInfo",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "DELETE.workflow.WorkflowInfo",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Execute Workflows",
                            "PRIVSET.Manage Workflow Definitions",
                            "PRIVSET.Run Workflows",
                            "ROLE.Account Administrator"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Resource has been deleted successfully.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/workflow/WorkflowMetadata": {
            "get": {
                "tags": [
                    "workflow"
                ],
                "summary": "Read a 'workflow.WorkflowMetadata' resource.",
                "operationId": "GetWorkflowWorkflowMetadataList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Read-Only",
                            "READ.workflow.WorkflowMetadata",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/filterParam"
                    },
                    {
                        "$ref": "#/components/parameters/orderbyParam"
                    },
                    {
                        "$ref": "#/components/parameters/topParam"
                    },
                    {
                        "$ref": "#/components/parameters/skipParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/applyParam"
                    },
                    {
                        "$ref": "#/components/parameters/countParam"
                    },
                    {
                        "$ref": "#/components/parameters/inlinecountParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    },
                    {
                        "$ref": "#/components/parameters/tagsParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "List of 'workflow.WorkflowMetadata' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/workflow.WorkflowMetadata.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/workflow/WorkflowMetadata/{Moid}": {
            "get": {
                "tags": [
                    "workflow"
                ],
                "summary": "Read a 'workflow.WorkflowMetadata' resource.",
                "operationId": "GetWorkflowWorkflowMetadataByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Read-Only",
                            "READ.workflow.WorkflowMetadata",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "An instance of the 'workflow.WorkflowMetadata' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/workflow.WorkflowMetadata"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetWorkflowWorkflowMetadataByMoid": {
                                "operationId": "GetWorkflowWorkflowMetadataByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/workflow/WorkflowMetadata/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        }
    },
    "components": {
        "schemas": {
            "connectorpack.ConnectorPackUpdate": {
                "title": "Connectorpack:Connector Pack Update",
                "description": "Connector Pack updates available on UCS Director.",
                "x-allOf-name": "connectorpack.ConnectorPackUpdate",
                "nullable": true,
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseComplexType"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'connectorpack.ConnectorPackUpdate', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "connectorpack.ConnectorPackUpdate"
                                ],
                                "default": "connectorpack.ConnectorPackUpdate",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "connectorpack.ConnectorPackUpdate"
                                ],
                                "default": "connectorpack.ConnectorPackUpdate",
                                "x-enum-as-string": true
                            },
                            "CurrentVersion": {
                                "description": "Version of connector pack currently running in UCS Director.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Name": {
                                "description": "Name of the connector pack.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "NewVersion": {
                                "description": "Version of connector pack to be installed in the next upgrade cycle.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "connectorpack.ConnectorPackUpgrade.Response": {
                "description": "The response body of a HTTP GET request for the 'connectorpack.ConnectorPackUpgrade' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'connectorpack.ConnectorPackUpgrade' resources.",
                "x-one-of-name": "connectorpack.ConnectorPackUpgrade.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/connectorpack.ConnectorPackUpgrade.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "connectorpack.ConnectorPackUpgrade": {
                "title": "Connectorpack:Connector Pack Upgrade",
                "description": "Used to download or install connector packs on the target device.",
                "x-allOf-name": "connectorpack.ConnectorPackUpgrade",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseMo"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'connectorpack.ConnectorPackUpgrade', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "connectorpack.ConnectorPackUpgrade"
                                ],
                                "default": "connectorpack.ConnectorPackUpgrade",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "connectorpack.ConnectorPackUpgrade"
                                ],
                                "default": "connectorpack.ConnectorPackUpgrade",
                                "x-enum-as-string": true
                            },
                            "ConnectorPackOpType": {
                                "description": "The type of operation to be performed on UCS Director.\n* `Install` - Installs the requisite connector packs on UCS Director.\n* `Push` - Pushes the requisite connector packs to UCS Director.",
                                "type": "string",
                                "enum": [
                                    "Install",
                                    "Push"
                                ],
                                "default": "Install",
                                "x-omitempty": true
                            },
                            "UcsdInfo": {
                                "$ref": "#/components/schemas/iaas.UcsdInfo.Relationship",
                                "description": "A reference to a iaasUcsdInfo resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "x-createOnly": true
                            },
                            "Workflow": {
                                "$ref": "#/components/schemas/workflow.WorkflowInfo.Relationship",
                                "description": "A reference to a workflowWorkflowInfo resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            }
                        }
                    }
                ]
            },
            "connectorpack.ConnectorPackUpgrade.List": {
                "title": "List of 'connectorpack.ConnectorPackUpgrade' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'connectorpack.ConnectorPackUpgrade' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'connectorpack.ConnectorPackUpgrade' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/connectorpack.ConnectorPackUpgrade"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "connectorpack.UpgradeImpact.Response": {
                "description": "The response body of a HTTP GET request for the 'connectorpack.UpgradeImpact' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'connectorpack.UpgradeImpact' resources.",
                "x-one-of-name": "connectorpack.UpgradeImpact.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/connectorpack.UpgradeImpact.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "connectorpack.UpgradeImpact": {
                "title": "Connectorpack:Upgrade Impact",
                "description": "The UpgradeImpact object is designed to assess and identify the list of connector packs to be installed or upgraded on UCS Director. It identifies the requisite connector packs for installation during the next upgrade cycle, ensuring a smooth transition and enhanced functionality.\n#### Purpose\nUpgradeImpact object plays a crucial role in planning and executing upgrades for UCS Director, ensuring that all necessary connector packs are identified and managed effectively. It evaluates eligibility for upgrades and provides insights into the upgrade readiness of UCS Director.\n#### Key Concepts\n- **Upgrade Planning:** Facilitates strategic planning for upgrades by identifying necessary connector packs and evaluating upgrade readiness.\n- **Eligibility Assessment:** Assesses UCS Director's eligibility for upgrades, ensuring that all criteria for successful upgrade execution are met.\n- **Download Management:** Manages the download status of connector packs required for upgrades, ensuring readiness for the next iteration.\n- **Relationship Management:** Establishes relationship within connector packs of a UCS Director instance to ensure accurate upgrade of connector packs.",
                "x-allOf-name": "connectorpack.UpgradeImpact",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseMo"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'connectorpack.UpgradeImpact', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "connectorpack.UpgradeImpact"
                                ],
                                "default": "connectorpack.UpgradeImpact",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "connectorpack.UpgradeImpact"
                                ],
                                "default": "connectorpack.UpgradeImpact",
                                "x-enum-as-string": true
                            },
                            "ConnectorPack": {
                                "type": "array",
                                "items": {
                                    "description": "Information about connector pack updates available in the next upgrade cycle.",
                                    "$ref": "#/components/schemas/connectorpack.ConnectorPackUpdate",
                                    "readOnly": true,
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "IsEligibleForUpgrade": {
                                "description": "States whether the UCS Director is eligible for an upgrade. Set to true if connector packs are available for upgrade, else set to false.",
                                "type": "boolean",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "IsUpdateDownloaded": {
                                "description": "States whether all the requisite updates have been downloaded to the target UCS Director. Set to true if all connector packs required to upgrade UCS Director to the next iteration have been downloaded, else set to false.",
                                "type": "boolean",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "UcsdInfo": {
                                "$ref": "#/components/schemas/iaas.UcsdInfo.Relationship",
                                "description": "A reference to a iaasUcsdInfo resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline."
                            }
                        }
                    }
                ]
            },
            "connectorpack.UpgradeImpact.List": {
                "title": "List of 'connectorpack.UpgradeImpact' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'connectorpack.UpgradeImpact' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'connectorpack.UpgradeImpact' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/connectorpack.UpgradeImpact"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "convergedinfra.AdapterComplianceDetails.Response": {
                "description": "The response body of a HTTP GET request for the 'convergedinfra.AdapterComplianceDetails' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'convergedinfra.AdapterComplianceDetails' resources.",
                "x-one-of-name": "convergedinfra.AdapterComplianceDetails.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/convergedinfra.AdapterComplianceDetails.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "convergedinfra.AdapterComplianceDetails.Relationship": {
                "description": "A relationship to the 'convergedinfra.AdapterComplianceDetails' resource, or the expanded 'convergedinfra.AdapterComplianceDetails' resource, or the 'null' value.",
                "x-one-of-name": "convergedinfra.AdapterComplianceDetails.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/convergedinfra.AdapterComplianceDetails"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "convergedinfra.AdapterComplianceDetails": {
                "title": "Convergedinfra:Adapter Compliance Details",
                "description": "The AdapterComplianceDetails object captures compliance details for adapters within servers of a converged infrastructure pod, focusing on hardware compatibility and firmware status.  \n#### Purpose\nAdapterComplianceDetails provides essential insights into adapter compliance, assessing compatibility with standards and operational criteria necessary for seamless infrastructure operation.   \n#### Key Concepts\n- **Hardware Compatibility:** Evaluates adapter compliance against hardware compatibility lists, ensuring alignment with industry standards. \n- **Firmware and Driver Information:** Includes detailed information about adapter firmware and drivers, supporting thorough compliance checks.\n- **Server Integration:** Associates adapter compliance details with server compliance data, promoting integrated compliance assessments.\n- **Administrative Control:** Accessible through defined privilege sets, ensuring secure and authorized interaction with adapter compliance information.",
                "x-allOf-name": "convergedinfra.AdapterComplianceDetails",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/convergedinfra.BaseComplianceDetails"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'convergedinfra.AdapterComplianceDetails', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "convergedinfra.AdapterComplianceDetails"
                                ],
                                "default": "convergedinfra.AdapterComplianceDetails",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "convergedinfra.AdapterComplianceDetails"
                                ],
                                "default": "convergedinfra.AdapterComplianceDetails",
                                "x-enum-as-string": true
                            },
                            "DriverName": {
                                "description": "The driver name (e.g. nenic, nfnic) of the adapter.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "DriverVersion": {
                                "description": "The driver version of the adapter.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Firmware": {
                                "description": "The firmware version of the adapter.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "HclStatus": {
                                "description": "The HCL compatibility status for the adapter.\n* `NotEvaluated` - The interoperability compliance for the component has not be checked.\n* `Approved` - The component is valid as per the interoperability compliance check.\n* `NotApproved` - The component is not valid as per the interoperability compliance check.\n* `Incomplete` - The interoperability compliance check could not be completed for the component due to incomplete data.",
                                "type": "string",
                                "enum": [
                                    "NotEvaluated",
                                    "Approved",
                                    "NotApproved",
                                    "Incomplete"
                                ],
                                "default": "NotEvaluated",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "HclStatusReason": {
                                "description": "The reason for the HCL status when it is not Approved.\n* `Missing-Os-Driver-Info` - The validation failed because the given server has no operating system driver information available in the inventory. Either install ucstools vib or use power shell scripts to tag proper operating system information.\n* `Incompatible-Server-With-Component` - The validation failed for this component because he server model and component model combination was not found in the HCL.\n* `Incompatible-Processor` - The validation failed because the given processor was not found for the given server PID.\n* `Incompatible-Os-Info` - The validation failed because the given operating system vendor and version was not found in HCL for the server PID and processor combination.\n* `Incompatible-Component-Model` - The validation failed because the given Component model was not found in the HCL for the given server PID, processor, server Firmware and operating system vendor and version.\n* `Incompatible-Firmware` - The validation failed because the given server firmware or adapter firmware was not found in the HCL for the given server PID, processor, operating system vendor and version and component model.\n* `Incompatible-Driver` - The validation failed because the given driver version was not found in the HCL for the given Server PID, processor, operating system vendor and version, server firmware and component firmware.\n* `Incompatible-Firmware-Driver` - The validation failed because the given component firmware and driver version was not found in the HCL for the given Server PID, processor, operating system vendor and version and server firmware.\n* `Service-Unavailable` - The validation has failed because HCL data service is temporarily not available. The server will be re-evaluated once HCL data service is back online or finished importing new HCL data.\n* `Service-Error` - The validation has failed because the HCL data service has return a service error or unrecognized result.\n* `Unrecognized-Protocol` - The validation has failed for the HCL component because the HCL data service has return a validation reason that is unknown to this service. This reason is used as a default failure reason reason in case we cannot map the error reason received from the HCL data service unto one of the other enum values.\n* `Not-Evaluated` - The validation for the hardware or software HCL status was not yet evaluated because some previous validation had failed. For example if a server's hardware profile fails to validate with HCL, then the server's software status will not be evaluated.\n* `Compatible` - The validation has passed for this server PID, processor, operating system vendor and version, component model, component firmware and driver version.",
                                "type": "string",
                                "enum": [
                                    "Missing-Os-Driver-Info",
                                    "Incompatible-Server-With-Component",
                                    "Incompatible-Processor",
                                    "Incompatible-Os-Info",
                                    "Incompatible-Component-Model",
                                    "Incompatible-Firmware",
                                    "Incompatible-Driver",
                                    "Incompatible-Firmware-Driver",
                                    "Service-Unavailable",
                                    "Service-Error",
                                    "Unrecognized-Protocol",
                                    "Not-Evaluated",
                                    "Compatible"
                                ],
                                "default": "Missing-Os-Driver-Info",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Model": {
                                "description": "The model information of the adapter.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Adapter": {
                                "$ref": "intersight-server-v3-1.0.11-20260807064027971.json#/components/schemas/adapter.Unit.Relationship",
                                "description": "A reference to a adapterUnit resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "ServerComplianceDetails": {
                                "$ref": "#/components/schemas/convergedinfra.ServerComplianceDetails.Relationship",
                                "description": "A reference to a convergedinfraServerComplianceDetails resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "StorageCompliances": {
                                "description": "An array of relationships to convergedinfraStorageComplianceDetails resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/convergedinfra.StorageComplianceDetails.Relationship"
                                },
                                "nullable": true,
                                "readOnly": true
                            }
                        }
                    }
                ]
            },
            "convergedinfra.AdapterComplianceDetails.List": {
                "title": "List of 'convergedinfra.AdapterComplianceDetails' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'convergedinfra.AdapterComplianceDetails' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'convergedinfra.AdapterComplianceDetails' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/convergedinfra.AdapterComplianceDetails"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "convergedinfra.AlarmSummary": {
                "title": "Convergedinfra:Alarm Summary",
                "description": "The summary of alarm counts based on alarm serverity.",
                "x-allOf-name": "convergedinfra.AlarmSummary",
                "nullable": true,
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseComplexType"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'convergedinfra.AlarmSummary', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "convergedinfra.AlarmSummary"
                                ],
                                "default": "convergedinfra.AlarmSummary",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "convergedinfra.AlarmSummary"
                                ],
                                "default": "convergedinfra.AlarmSummary",
                                "x-enum-as-string": true
                            },
                            "Critical": {
                                "description": "The count of alarms that have severity type Critical.",
                                "type": "integer",
                                "format": "int64",
                                "x-omitempty": true
                            },
                            "Warning": {
                                "description": "The count of alarms that have severity type Warning.",
                                "type": "integer",
                                "format": "int64",
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "convergedinfra.BaseComplianceDetails.Relationship": {
                "description": "A relationship to the 'convergedinfra.BaseComplianceDetails' resource, or the expanded 'convergedinfra.BaseComplianceDetails' resource, or the 'null' value.",
                "x-one-of-name": "convergedinfra.BaseComplianceDetails.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/convergedinfra.BaseComplianceDetails"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "convergedinfra.BaseComplianceDetails": {
                "title": "Convergedinfra:Base Compliance Details",
                "description": "Abstract type for all compliance details that may be part of a converged infrastructure pod.",
                "x-allOf-name": "convergedinfra.BaseComplianceDetails",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseMo"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'convergedinfra.BaseComplianceDetails', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.\nThe enum values provides the list of concrete types that can be instantiated from this abstract type.",
                                "enum": [
                                    "convergedinfra.AdapterComplianceDetails",
                                    "convergedinfra.PodComplianceInfo",
                                    "convergedinfra.ServerComplianceDetails",
                                    "convergedinfra.StorageComplianceDetails",
                                    "convergedinfra.SwitchComplianceDetails"
                                ],
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.\nThe enum values provides the list of concrete types that can be instantiated from this abstract type.",
                                "enum": [
                                    "convergedinfra.AdapterComplianceDetails",
                                    "convergedinfra.PodComplianceInfo",
                                    "convergedinfra.ServerComplianceDetails",
                                    "convergedinfra.StorageComplianceDetails",
                                    "convergedinfra.SwitchComplianceDetails"
                                ],
                                "x-enum-as-string": true
                            },
                            "Name": {
                                "description": "The name of the component for which the compliance is evaluated.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Reason": {
                                "description": "Reason for the status, when the status is Incomplete or NotApproved. Reason should help to identify the component that is not compliant.\n* `NotEvaluated` - The validation for the HCL or Interop status is yet to be performed.\n* `Missing-Os-Info` - This means the Interop status for the sever cannot be computed because we have missing OS information. Either install ucstools vib or use power shell scripts to tag proper OS information.\n* `Incompatible-Storage-Os` - The validation failed because the given storage name and version combination is not found in Interop matrix.\n* `Incompatible-Os-Info` - The validation failed because the given OS name and version combination is not found in HCL.\n* `Incompatible-Processor` - The validation failed because the given processor is not found for the given server PID in HCL.\n* `Incompatible-Server-Platform` - The validation failed because the given server platform is not found in the Interop matrix.\n* `Incompatible-Server-Model` - The validation failed because the given server model is not found in the Interop matrix.\n* `Incompatible-Adapter-Model` - The validation failed because the given adapter model is not found in the Interop matrix.\n* `Incompatible-Switch-Model` - The validation failed because the given switch model is not found in the Interop matrix.\n* `Incompatible-Server-Firmware` - The validation failed because the given server firmware version is not found in HCL.\n* `Incompatible-Switch-Firmware` - The validation failed because the given switch firmware version is not found in Interop matrix.\n* `Incompatible-Firmware` - The validation failed because the given adapter firmware version is not found in either HCL or Interop matrix.\n* `Incompatible-Driver` - The validation failed because the given driver version is not found in either HCL or Interop matrix.\n* `Incompatible-Firmware-Driver` - The validation failed because the given adapter firmware and driver version is not found in either HCL or Interop matrix.\n* `Missing-Os-Driver-Info` - The validation failed because the given server has no OS driver information available in the inventory. Either install ucstools vib or use power shell scripts to tag proper OS information.\n* `Missing-Os-Or-Driver-Info` - This means the Interop status for the switch or storage array cannot be computed because we have either missing Host OS information or missing required driver information. Either install ucstools vib or use power shell scripts to tag proper OS information or install required drivers.\n* `Incompatible-Components` - The validation failed for the given server because one or more of its components failed validation.\n* `Compatible` - This means the HCL status and Interop status for the component have passed all validations for all of its related components.",
                                "type": "string",
                                "enum": [
                                    "NotEvaluated",
                                    "Missing-Os-Info",
                                    "Incompatible-Storage-Os",
                                    "Incompatible-Os-Info",
                                    "Incompatible-Processor",
                                    "Incompatible-Server-Platform",
                                    "Incompatible-Server-Model",
                                    "Incompatible-Adapter-Model",
                                    "Incompatible-Switch-Model",
                                    "Incompatible-Server-Firmware",
                                    "Incompatible-Switch-Firmware",
                                    "Incompatible-Firmware",
                                    "Incompatible-Driver",
                                    "Incompatible-Firmware-Driver",
                                    "Missing-Os-Driver-Info",
                                    "Missing-Os-Or-Driver-Info",
                                    "Incompatible-Components",
                                    "Compatible"
                                ],
                                "default": "NotEvaluated",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Status": {
                                "description": "Compliance status for the component.\n* `NotEvaluated` - The interoperability compliance for the component has not be checked.\n* `Approved` - The component is valid as per the interoperability compliance check.\n* `NotApproved` - The component is not valid as per the interoperability compliance check.\n* `Incomplete` - The interoperability compliance check could not be completed for the component due to incomplete data.",
                                "type": "string",
                                "enum": [
                                    "NotEvaluated",
                                    "Approved",
                                    "NotApproved",
                                    "Incomplete"
                                ],
                                "default": "NotEvaluated",
                                "readOnly": true,
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "convergedinfra.BasePod": {
                "title": "Convergedinfra:Base Pod",
                "description": "Abstract base type for all pods.",
                "x-allOf-name": "convergedinfra.BasePod",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseMo"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'convergedinfra.BasePod', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.\nThe enum values provides the list of concrete types that can be instantiated from this abstract type.",
                                "enum": [
                                    "convergedinfra.Pod"
                                ],
                                "default": "convergedinfra.Pod",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.\nThe enum values provides the list of concrete types that can be instantiated from this abstract type.",
                                "enum": [
                                    "convergedinfra.Pod"
                                ],
                                "default": "convergedinfra.Pod",
                                "x-enum-as-string": true
                            },
                            "Description": {
                                "description": "Description of the pod. A short note about the nature or purpose of the pod.",
                                "type": "string",
                                "pattern": "^$|^[a-zA-Z0-9]+[\\x00-\\xFF]*$",
                                "maxLength": 1024,
                                "x-omitempty": true
                            },
                            "Name": {
                                "description": "Name of the pod. Concrete pod will be created with this name.",
                                "type": "string",
                                "pattern": "^[a-zA-Z0-9_.-]{1,64}$",
                                "x-omitempty": true
                            },
                            "Type": {
                                "description": "Defines the type of the pod.\n* `FlexPod` - Pod type is FlexPod, an integrated infrastructure solution developed by Cisco and NetApp.\n* `FlashStack` - Pod type is FlashStack, an integrated infrastructure solution developed by Cisco and Pure Storage.",
                                "type": "string",
                                "enum": [
                                    "FlexPod",
                                    "FlashStack"
                                ],
                                "default": "FlexPod",
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "convergedinfra.BasePodSummary": {
                "title": "Convergedinfra:Base Pod Summary",
                "description": "Summary information for the base pod. This inclues properties like number of nodes, stroage capacity/utilization, aggregated alarms for all the components of the pod etc.",
                "x-allOf-name": "convergedinfra.BasePodSummary",
                "nullable": true,
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseComplexType"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'convergedinfra.BasePodSummary', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.\nThe enum values provides the list of concrete types that can be instantiated from this abstract type.",
                                "enum": [
                                    "convergedinfra.PodSummary"
                                ],
                                "default": "convergedinfra.PodSummary",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.\nThe enum values provides the list of concrete types that can be instantiated from this abstract type.",
                                "enum": [
                                    "convergedinfra.PodSummary"
                                ],
                                "default": "convergedinfra.PodSummary",
                                "x-enum-as-string": true
                            },
                            "AlarmSummary": {
                                "description": "The summary of alarm counts for all elements of a pod based on the severity types (Critical or Warning) .",
                                "$ref": "#/components/schemas/convergedinfra.AlarmSummary",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ComplianceSummary": {
                                "description": "The summary of compliance count status for all elements of a pod based on if the validation status (Validated/Incomplete/NotEvaluated).",
                                "$ref": "#/components/schemas/convergedinfra.ComplianceSummary",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "NodeCount": {
                                "description": "Number of nodes associated with the pod.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "StorageAvailable": {
                                "description": "The available storage capacity for this pod.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "StorageCapacity": {
                                "description": "The total storage capacity for this pod.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "StorageUtilization": {
                                "description": "The percentage storage utilization for this pod.",
                                "type": "number",
                                "format": "float",
                                "readOnly": true,
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "convergedinfra.ComplianceSummary": {
                "title": "Convergedinfra:Compliance Summary",
                "description": "The summary of compliance information based on the compliance analysis (HCL, IMT, etc.) of components.",
                "x-allOf-name": "convergedinfra.ComplianceSummary",
                "nullable": true,
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseComplexType"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'convergedinfra.ComplianceSummary', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "convergedinfra.ComplianceSummary"
                                ],
                                "default": "convergedinfra.ComplianceSummary",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "convergedinfra.ComplianceSummary"
                                ],
                                "default": "convergedinfra.ComplianceSummary",
                                "x-enum-as-string": true
                            },
                            "Incomplete": {
                                "description": "The count of elements where compliance information is not available. eg. For HCL of server, OS information is not available.",
                                "type": "integer",
                                "format": "int64",
                                "x-omitempty": true
                            },
                            "NotEvaluated": {
                                "description": "The count of elements where compliance has not been evaluated. e.g. For HCL of server, status has not been evaluated due to lack of information.",
                                "type": "integer",
                                "format": "int64",
                                "x-omitempty": true
                            },
                            "NotListed": {
                                "description": "The count of elements where compliance has failed for one or more reason. e.g. For HCL of server, some part of the HCL validation has failed.",
                                "type": "integer",
                                "format": "int64",
                                "x-omitempty": true
                            },
                            "Validated": {
                                "description": "The count of elements where compliance has passed validation for all components. e.g. For HCL of server, all of the components have passed validation.",
                                "type": "integer",
                                "format": "int64",
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "convergedinfra.Pod.Response": {
                "description": "The response body of a HTTP GET request for the 'convergedinfra.Pod' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'convergedinfra.Pod' resources.",
                "x-one-of-name": "convergedinfra.Pod.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/convergedinfra.Pod.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "convergedinfra.Pod.Relationship": {
                "description": "A relationship to the 'convergedinfra.Pod' resource, or the expanded 'convergedinfra.Pod' resource, or the 'null' value.",
                "x-one-of-name": "convergedinfra.Pod.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/convergedinfra.Pod"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "convergedinfra.Pod": {
                "title": "Convergedinfra:Pod",
                "description": "### Overview\nThe Pod object represents a unit of deployment within a converged infrastructure. It encompasses inventory details related to health, hardware compatibility (HCL), storage, nodes, and other aspects that define a pod's operational and compliance status.  \n#### Purpose \nThe Pod object serves as a central entity in converged infrastructure management, offering a comprehensive view of the components and their states within a deployment. It acts as a repository of information essential for monitoring, compliance checks, and resource management.  \n#### Key Concepts  \n- **Deployment Unit:** A Pod is a modular deployment component, enabling scalable and efficient infrastructure management. \n- **Interoperability and Compliance:** Facilitates the assessment of the interoperability status and compliance with predefined standards, ensuring optimal operation. \n- **Resource Integration:** Integrates various resources, including servers, adapters, switches, and storage arrays, into a cohesive management structure. \n- **Privilege Management:** Access to Pod details is controlled through privilege sets, ensuring secure and authorized interactions with the infrastructure data.",
                "x-allOf-name": "convergedinfra.Pod",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/convergedinfra.BasePod"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'convergedinfra.Pod', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "convergedinfra.Pod"
                                ],
                                "default": "convergedinfra.Pod",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "convergedinfra.Pod"
                                ],
                                "default": "convergedinfra.Pod",
                                "x-enum-as-string": true
                            },
                            "DeploymentType": {
                                "description": "The deployment type for this integrated system.\n* `FlexPodInfra` - The deployment type for a pod is of Infrastructure.\n* `FlexPodNG` - The deployment type for a pod is of Nextgen type.",
                                "type": "string",
                                "enum": [
                                    "FlexPodInfra",
                                    "FlexPodNG"
                                ],
                                "default": "FlexPodInfra",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "InteropStatus": {
                                "description": "The interoperability status for this solution pod.\n* `NotEvaluated` - The interoperability compliance for the component has not be checked.\n* `Approved` - The component is valid as per the interoperability compliance check.\n* `NotApproved` - The component is not valid as per the interoperability compliance check.\n* `Incomplete` - The interoperability compliance check could not be completed for the component due to incomplete data.",
                                "type": "string",
                                "enum": [
                                    "NotEvaluated",
                                    "Approved",
                                    "NotApproved",
                                    "Incomplete"
                                ],
                                "default": "NotEvaluated",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Summary": {
                                "description": "The summary of pod's health, compliance, storage, number of nodes etc.",
                                "$ref": "#/components/schemas/convergedinfra.PodSummary",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Organization": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/organization.Organization.Relationship",
                                "description": "A reference to a organizationOrganization resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "x-createOnly": true
                            },
                            "PodCompliance": {
                                "$ref": "#/components/schemas/convergedinfra.PodComplianceInfo.Relationship",
                                "description": "A reference to a convergedinfraPodComplianceInfo resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "PodResourceGroup": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/resource.Group.Relationship",
                                "description": "A reference to a resourceGroup resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "ServiceItemInstance": {
                                "$ref": "#/components/schemas/workflow.ServiceItemInstance.Relationship",
                                "description": "A reference to a workflowServiceItemInstance resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            }
                        }
                    }
                ]
            },
            "convergedinfra.Pod.List": {
                "title": "List of 'convergedinfra.Pod' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'convergedinfra.Pod' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'convergedinfra.Pod' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/convergedinfra.Pod"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "convergedinfra.PodComplianceInfo.Response": {
                "description": "The response body of a HTTP GET request for the 'convergedinfra.PodComplianceInfo' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'convergedinfra.PodComplianceInfo' resources.",
                "x-one-of-name": "convergedinfra.PodComplianceInfo.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/convergedinfra.PodComplianceInfo.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "convergedinfra.PodComplianceInfo.Relationship": {
                "description": "A relationship to the 'convergedinfra.PodComplianceInfo' resource, or the expanded 'convergedinfra.PodComplianceInfo' resource, or the 'null' value.",
                "x-one-of-name": "convergedinfra.PodComplianceInfo.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/convergedinfra.PodComplianceInfo"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "convergedinfra.PodComplianceInfo": {
                "title": "Convergedinfra:Pod Compliance Info",
                "description": "The PodComplianceInfo object captures compliance information for a converged infrastructure pod, extending the base compliance details to include specific compliance assessments for the pod itself.   \n#### Purpose\nPodComplianceInfo provides a detailed view of the compliance status of a pod, highlighting areas that meet or deviate from established standards. This  supports comprehensive compliance management and helps identify non-compliant components.   \n#### Key Concepts\n- **Compliance Tracking:** Offers insights into the compliance status of the entire pod, facilitating proactive management and remediation. \n- **Inheritance:** Leverages the base compliance details, extending them to encompass pod-specific compliance metrics. \n- **Detailed Relationships:** Establishes connections with the pod and its components, enabling a holistic view of compliance across the infrastructure.\n- **Administrative Access:** Supports a range of privilege sets, allowing different levels of administrative interaction with compliance data.",
                "x-allOf-name": "convergedinfra.PodComplianceInfo",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/convergedinfra.BaseComplianceDetails"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'convergedinfra.PodComplianceInfo', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "convergedinfra.PodComplianceInfo"
                                ],
                                "default": "convergedinfra.PodComplianceInfo",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "convergedinfra.PodComplianceInfo"
                                ],
                                "default": "convergedinfra.PodComplianceInfo",
                                "x-enum-as-string": true
                            },
                            "Details": {
                                "description": "An array of relationships to convergedinfraBaseComplianceDetails resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/convergedinfra.BaseComplianceDetails.Relationship"
                                },
                                "nullable": true,
                                "readOnly": true
                            },
                            "Pod": {
                                "$ref": "#/components/schemas/convergedinfra.Pod.Relationship",
                                "description": "A reference to a convergedinfraPod resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            }
                        }
                    }
                ]
            },
            "convergedinfra.PodComplianceInfo.List": {
                "title": "List of 'convergedinfra.PodComplianceInfo' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'convergedinfra.PodComplianceInfo' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'convergedinfra.PodComplianceInfo' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/convergedinfra.PodComplianceInfo"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "convergedinfra.PodSummary": {
                "title": "Convergedinfra:Pod Summary",
                "description": "Summary information for the Pod, this is extenstion of properties defined in basePodSummary.",
                "x-allOf-name": "convergedinfra.PodSummary",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/convergedinfra.BasePodSummary"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'convergedinfra.PodSummary', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "convergedinfra.PodSummary"
                                ],
                                "default": "convergedinfra.PodSummary",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "convergedinfra.PodSummary"
                                ],
                                "default": "convergedinfra.PodSummary",
                                "x-enum-as-string": true
                            },
                            "ActiveNodes": {
                                "description": "Number of Nodes that are powered on and have at least 1 VM associated with the pod.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "VmCount": {
                                "description": "Number of VMs associated with the pod.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "convergedinfra.ServerComplianceDetails.Response": {
                "description": "The response body of a HTTP GET request for the 'convergedinfra.ServerComplianceDetails' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'convergedinfra.ServerComplianceDetails' resources.",
                "x-one-of-name": "convergedinfra.ServerComplianceDetails.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/convergedinfra.ServerComplianceDetails.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "convergedinfra.ServerComplianceDetails.Relationship": {
                "description": "A relationship to the 'convergedinfra.ServerComplianceDetails' resource, or the expanded 'convergedinfra.ServerComplianceDetails' resource, or the 'null' value.",
                "x-one-of-name": "convergedinfra.ServerComplianceDetails.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/convergedinfra.ServerComplianceDetails"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "convergedinfra.ServerComplianceDetails": {
                "title": "Convergedinfra:Server Compliance Details",
                "description": "The ServerComplianceDetails object provides compliance information for servers within a converged infrastructure pod, detailing hardware compatibility and operational status.   \n#### Purpose  \nServerComplianceDetails is focused on evaluating server compliance, ensuring that server components meet hardware compatibility list (HCL) criteria and operational standards necessary for reliable infrastructure performance.   \n#### Key Concepts\n- **HCL Compatibility:** Provides status and reasoning related to hardware compatibility, ensuring that server components are aligned with prescribed standards. \n- **Platform Information:** Encompasses detailed information about server platforms, processors, firmware, and operating systems, aiding in compliance evaluation. \n- **Integration with Pod Compliance:** Connects server compliance data with pod-level compliance insights, facilitating integrated compliance management. \n- **Read-Only Access:** Designed for secure consumption of server compliance data, ensuring consistent integration with management interfaces.",
                "x-allOf-name": "convergedinfra.ServerComplianceDetails",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/convergedinfra.BaseComplianceDetails"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'convergedinfra.ServerComplianceDetails', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "convergedinfra.ServerComplianceDetails"
                                ],
                                "default": "convergedinfra.ServerComplianceDetails",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "convergedinfra.ServerComplianceDetails"
                                ],
                                "default": "convergedinfra.ServerComplianceDetails",
                                "x-enum-as-string": true
                            },
                            "AdapterCount": {
                                "description": "The number of ethernet NIC adapters in the server.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Firmware": {
                                "description": "The Cisco IMC firmware version of the server.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "HclStatus": {
                                "description": "The HCL compatibility status of the server.\n* `NotEvaluated` - The interoperability compliance for the component has not be checked.\n* `Approved` - The component is valid as per the interoperability compliance check.\n* `NotApproved` - The component is not valid as per the interoperability compliance check.\n* `Incomplete` - The interoperability compliance check could not be completed for the component due to incomplete data.",
                                "type": "string",
                                "enum": [
                                    "NotEvaluated",
                                    "Approved",
                                    "NotApproved",
                                    "Incomplete"
                                ],
                                "default": "NotEvaluated",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "HclStatusReason": {
                                "description": "The reason for server's HCL status.\n* `Missing-Os-Driver-Info` - The validation failed because the given server has no operating system driver information available in the inventory. Either install UCS Tools VIB on the host ESXi or use OS Discovery Tool scripts to provide proper operating system information.\n* `Incompatible-Server` - The validation failed for this server because the server's model was not listed in the HCL.\n* `Incompatible-Processor` - The validation failed because the given processor was not listed for the given server model.\n* `Incompatible-Os-Info` - The validation failed because the given operating system vendor or version was not listed in HCL for the server PID and processor combination.\n* `Incompatible-Firmware` - The validation failed because the given server firmware was not listed in the HCL for the given server PID, processor, operating system vendor and version.\n* `Service-Unavailable` - The validation has failed because HCL data service is temporarily not available. The server will be re-evaluated once HCL data service is back online or finished importing new HCL data.\n* `Service-Error` - The validation has failed because the HCL data service has returned a service error or unrecognized result.\n* `Not-Evaluated` - This means the HclStatus for the server has not been evaluated because it is exempted.\n* `Incompatible-Components` - The validation has failed for this server because one or more components have \"Not-Listed\" status.\n* `Compatible` - The validation has passed for this server's model, processor, operating system vendor and version.",
                                "type": "string",
                                "enum": [
                                    "Missing-Os-Driver-Info",
                                    "Incompatible-Server",
                                    "Incompatible-Processor",
                                    "Incompatible-Os-Info",
                                    "Incompatible-Firmware",
                                    "Service-Unavailable",
                                    "Service-Error",
                                    "Not-Evaluated",
                                    "Incompatible-Components",
                                    "Compatible"
                                ],
                                "default": "Missing-Os-Driver-Info",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Model": {
                                "description": "The model information of the server.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Os": {
                                "description": "Details of name and version of the operating system running on the server.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Platform": {
                                "description": "Details of platform of the server, examples are B-Series, C-Series, X-Series etc.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Processor": {
                                "description": "The processor information of the server.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "PodCompliance": {
                                "$ref": "#/components/schemas/convergedinfra.PodComplianceInfo.Relationship",
                                "description": "A reference to a convergedinfraPodComplianceInfo resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "Server": {
                                "$ref": "intersight-server-v3-1.0.11-20260807064027971.json#/components/schemas/compute.PhysicalSummary.Relationship",
                                "description": "A reference to a computePhysicalSummary resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            }
                        }
                    }
                ]
            },
            "convergedinfra.ServerComplianceDetails.List": {
                "title": "List of 'convergedinfra.ServerComplianceDetails' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'convergedinfra.ServerComplianceDetails' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'convergedinfra.ServerComplianceDetails' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/convergedinfra.ServerComplianceDetails"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "convergedinfra.StorageComplianceDetails.Response": {
                "description": "The response body of a HTTP GET request for the 'convergedinfra.StorageComplianceDetails' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'convergedinfra.StorageComplianceDetails' resources.",
                "x-one-of-name": "convergedinfra.StorageComplianceDetails.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/convergedinfra.StorageComplianceDetails.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "convergedinfra.StorageComplianceDetails.Relationship": {
                "description": "A relationship to the 'convergedinfra.StorageComplianceDetails' resource, or the expanded 'convergedinfra.StorageComplianceDetails' resource, or the 'null' value.",
                "x-one-of-name": "convergedinfra.StorageComplianceDetails.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/convergedinfra.StorageComplianceDetails"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "convergedinfra.StorageComplianceDetails": {
                "title": "Convergedinfra:Storage Compliance Details",
                "description": "The StorageComplianceDetails object provides compliance information for storage arrays within a converged infrastructure pod, assessing their interoperability and operational standards.  \n#### Purpose\nStorageComplianceDetails focuses on evaluating storage compliance, ensuring that storage components meet interoperability criteria and operational guidelines necessary for efficient data management.  \n#### Key Concepts\n- **Operating System and Protocol Evaluation:** Assesses compliance of storage arrays based on their operating systems and communication protocols. \n- **Integration with Network Components:** Evaluates storage compliance in relation to switches and adapters, promoting integrated infrastructure assessments. \n- **Pod-Level Compliance:** Connects storage compliance details with broader pod compliance information, supporting cohesive compliance management. \n- **Secure Access:** Provides controlled access to storage compliance data through privilege sets, ensuring secure and authorized interactions.",
                "x-allOf-name": "convergedinfra.StorageComplianceDetails",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/convergedinfra.BaseComplianceDetails"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'convergedinfra.StorageComplianceDetails', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "convergedinfra.StorageComplianceDetails"
                                ],
                                "default": "convergedinfra.StorageComplianceDetails",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "convergedinfra.StorageComplianceDetails"
                                ],
                                "default": "convergedinfra.StorageComplianceDetails",
                                "x-enum-as-string": true
                            },
                            "Os": {
                                "description": "The operating system name and version (e.g. NetApp ONTAP 9.10) running on the storage array for which the compliance is getting evaluated.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Protocol": {
                                "description": "The protocol configured for the communication between the switch and the storage array.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "RefDevice": {
                                "description": "The reference device (e.g. adapter, fabric interconnect) against which the storage compliance is getting evaluated.\n* `Server` - The component type for a server in a converged infrastructure pod.\n* `Adapter` - The component type for an adapter on a server in a converged infrastructure pod.\n* `FabricInterconnect` - The component type for a fabric interconnect in a converged infrastructure pod.\n* `Nexus` - The component type for a nexus switch in a converged infrastructure pod.\n* `Storage` - The component type for a storage array in a converged infrastructure pod.",
                                "type": "string",
                                "enum": [
                                    "Server",
                                    "Adapter",
                                    "FabricInterconnect",
                                    "Nexus",
                                    "Storage"
                                ],
                                "default": "Server",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "AdapterCompliance": {
                                "$ref": "#/components/schemas/convergedinfra.AdapterComplianceDetails.Relationship",
                                "description": "A reference to a convergedinfraAdapterComplianceDetails resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "PodCompliance": {
                                "$ref": "#/components/schemas/convergedinfra.PodComplianceInfo.Relationship",
                                "description": "A reference to a convergedinfraPodComplianceInfo resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "StorageArray": {
                                "$ref": "intersight-server-v3-1.0.11-20260807064027971.json#/components/schemas/storage.BaseArray.Relationship",
                                "description": "A reference to a storageBaseArray resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "SwitchCompliance": {
                                "$ref": "#/components/schemas/convergedinfra.SwitchComplianceDetails.Relationship",
                                "description": "A reference to a convergedinfraSwitchComplianceDetails resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            }
                        }
                    }
                ]
            },
            "convergedinfra.StorageComplianceDetails.List": {
                "title": "List of 'convergedinfra.StorageComplianceDetails' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'convergedinfra.StorageComplianceDetails' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'convergedinfra.StorageComplianceDetails' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/convergedinfra.StorageComplianceDetails"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "convergedinfra.SwitchComplianceDetails.Response": {
                "description": "The response body of a HTTP GET request for the 'convergedinfra.SwitchComplianceDetails' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'convergedinfra.SwitchComplianceDetails' resources.",
                "x-one-of-name": "convergedinfra.SwitchComplianceDetails.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/convergedinfra.SwitchComplianceDetails.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "convergedinfra.SwitchComplianceDetails.Relationship": {
                "description": "A relationship to the 'convergedinfra.SwitchComplianceDetails' resource, or the expanded 'convergedinfra.SwitchComplianceDetails' resource, or the 'null' value.",
                "x-one-of-name": "convergedinfra.SwitchComplianceDetails.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/convergedinfra.SwitchComplianceDetails"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "convergedinfra.SwitchComplianceDetails": {
                "title": "Convergedinfra:Switch Compliance Details",
                "description": "The SwitchComplianceDetails object captures compliance information for switches, such as Fabric Interconnects, Nexus, and MDS, within a converged infrastructure pod.   \n#### Purpose \nSwitchComplianceDetails is dedicated to assessing switch compliance, ensuring that switch components meet operational and compatibility standards essential for network connectivity and performance.   \n#### Key Concepts \n- **Switch Type Specifics:** Provides compliance evaluation tailored to specific switch types, including Fabric Interconnects, Nexus, and MDS. \n- **Firmware Evaluation:** Includes detailed firmware information necessary for compliance assessments and operational reliability. \n- **Pod Integration:** Links switch compliance data with pod-level compliance insights, supporting comprehensive infrastructure management. \n- **Privilege Sets:** Offers controlled access to switch compliance data, ensuring secure and authorized management interactions.",
                "x-allOf-name": "convergedinfra.SwitchComplianceDetails",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/convergedinfra.BaseComplianceDetails"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'convergedinfra.SwitchComplianceDetails', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "convergedinfra.SwitchComplianceDetails"
                                ],
                                "default": "convergedinfra.SwitchComplianceDetails",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "convergedinfra.SwitchComplianceDetails"
                                ],
                                "default": "convergedinfra.SwitchComplianceDetails",
                                "x-enum-as-string": true
                            },
                            "Firmware": {
                                "description": "The firmware of the switch as received from inventory.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Model": {
                                "description": "The model information of the switch.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Type": {
                                "description": "The type of switch component. It must be set to either Fabric Interconnect, Nexus or MDS.\n* `FabricInterconnect` - The default Switch type of UCSM and IMM mode devices.\n* `NexusDevice` - Switch type of Nexus devices.\n* `MDSDevice` - Switch type of Nexus MDS devices.\n* `EdgeChassisManagementController` - Switch type of Edge Chassis Management Controller.",
                                "type": "string",
                                "enum": [
                                    "FabricInterconnect",
                                    "NexusDevice",
                                    "MDSDevice",
                                    "EdgeChassisManagementController"
                                ],
                                "default": "FabricInterconnect",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "PodCompliance": {
                                "$ref": "#/components/schemas/convergedinfra.PodComplianceInfo.Relationship",
                                "description": "A reference to a convergedinfraPodComplianceInfo resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "StorageCompliances": {
                                "description": "An array of relationships to convergedinfraStorageComplianceDetails resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/convergedinfra.StorageComplianceDetails.Relationship"
                                },
                                "nullable": true,
                                "readOnly": true
                            },
                            "Switch": {
                                "$ref": "intersight-fabric-v3-1.0.11-20260807064027971.json#/components/schemas/network.ElementSummary.Relationship",
                                "description": "A reference to a networkElementSummary resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            }
                        }
                    }
                ]
            },
            "convergedinfra.SwitchComplianceDetails.List": {
                "title": "List of 'convergedinfra.SwitchComplianceDetails' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'convergedinfra.SwitchComplianceDetails' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'convergedinfra.SwitchComplianceDetails' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/convergedinfra.SwitchComplianceDetails"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "iaas.ConnectorPack.Response": {
                "description": "The response body of a HTTP GET request for the 'iaas.ConnectorPack' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'iaas.ConnectorPack' resources.",
                "x-one-of-name": "iaas.ConnectorPack.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/iaas.ConnectorPack.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "iaas.ConnectorPack.Relationship": {
                "description": "A relationship to the 'iaas.ConnectorPack' resource, or the expanded 'iaas.ConnectorPack' resource, or the 'null' value.",
                "x-one-of-name": "iaas.ConnectorPack.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/iaas.ConnectorPack"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "iaas.ConnectorPack": {
                "title": "Iaas:Connector Pack",
                "description": "The ConnectorPack object is essential for managing connector pack versions within UCS Director (UCSD), facilitating configuration and dependency management.   \n#### Purpose  \nConnectorPack documents the versions and states of connector packs, supporting efficient management and deployment of connectors in UCSD.   \n#### Key Concepts  \n- **Version Management:** Tracks connector pack versions, ensuring compatibility and optimal performance. \n- **Dependency Tracking:** Monitors dependencies, aiding in configuration management and deployment strategies. \n- **Read-Only Access:** Ensures connector pack information is available for review without alteration.",
                "x-allOf-name": "iaas.ConnectorPack",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseMo"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'iaas.ConnectorPack', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "iaas.ConnectorPack"
                                ],
                                "default": "iaas.ConnectorPack",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "iaas.ConnectorPack"
                                ],
                                "default": "iaas.ConnectorPack",
                                "x-enum-as-string": true
                            },
                            "CompleteVersion": {
                                "description": "Complete version of the connector pack including build number.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "DependencyNames": {
                                "type": "array",
                                "items": {
                                    "description": "List of dependent connectors on the UCSD for this connector. For example BigData depends on UCS Connector.",
                                    "type": "string",
                                    "readOnly": true,
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "DownloadedVersion": {
                                "description": "Version of the connector pack that is last downloaded successfully to UCSD.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Name": {
                                "description": "Name of the connector pack running on the UCSD.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "State": {
                                "description": "State of the connector pack whether it is enabled or disabled.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Version": {
                                "description": "Version of the connector pack.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Guid": {
                                "$ref": "#/components/schemas/iaas.UcsdInfo.Relationship",
                                "description": "A reference to a iaasUcsdInfo resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            }
                        }
                    }
                ]
            },
            "iaas.ConnectorPack.List": {
                "title": "List of 'iaas.ConnectorPack' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'iaas.ConnectorPack' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'iaas.ConnectorPack' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/iaas.ConnectorPack"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "iaas.CustomTaskInfo.Response": {
                "description": "The response body of a HTTP GET request for the 'iaas.CustomTaskInfo' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'iaas.CustomTaskInfo' resources.",
                "x-one-of-name": "iaas.CustomTaskInfo.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/iaas.CustomTaskInfo.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "iaas.CustomTaskInfo.Relationship": {
                "description": "A relationship to the 'iaas.CustomTaskInfo' resource, or the expanded 'iaas.CustomTaskInfo' resource, or the 'null' value.",
                "x-one-of-name": "iaas.CustomTaskInfo.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/iaas.CustomTaskInfo"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "iaas.CustomTaskInfo": {
                "title": "Iaas:Custom Task Info",
                "description": "The CustomTaskInfo object offers insights into the execution of custom tasks within UCS Director (UCSD), supporting workflow customization and management.  \n#### Purpose  \nCustomTaskInfo documents execution details of custom tasks, aiding in workflow personalization and optimization.  \n#### Key Concepts \n- **Custom Task Execution:** Tracks execution of custom tasks, supporting process customization and refinement. \n- **Read-Only Access:** Ensures secure access to custom task data without alteration.",
                "x-allOf-name": "iaas.CustomTaskInfo",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseMo"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'iaas.CustomTaskInfo', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "iaas.CustomTaskInfo"
                                ],
                                "default": "iaas.CustomTaskInfo",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "iaas.CustomTaskInfo"
                                ],
                                "default": "iaas.CustomTaskInfo",
                                "x-enum-as-string": true
                            },
                            "TaskDescription": {
                                "description": "Task decription or Comment of the Custom task.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "TaskExecutionCount": {
                                "description": "Number of times this task has executed.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "TaskLabel": {
                                "description": "Task Label in the Workflow.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "TaskName": {
                                "description": "Name of the Custom Task in UCSD.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Guid": {
                                "$ref": "#/components/schemas/iaas.UcsdInfo.Relationship",
                                "description": "A reference to a iaasUcsdInfo resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            }
                        }
                    }
                ]
            },
            "iaas.CustomTaskInfo.List": {
                "title": "List of 'iaas.CustomTaskInfo' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'iaas.CustomTaskInfo' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'iaas.CustomTaskInfo' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/iaas.CustomTaskInfo"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "iaas.DeviceStatus.Response": {
                "description": "The response body of a HTTP GET request for the 'iaas.DeviceStatus' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'iaas.DeviceStatus' resources.",
                "x-one-of-name": "iaas.DeviceStatus.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/iaas.DeviceStatus.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "iaas.DeviceStatus.Relationship": {
                "description": "A relationship to the 'iaas.DeviceStatus' resource, or the expanded 'iaas.DeviceStatus' resource, or the 'null' value.",
                "x-one-of-name": "iaas.DeviceStatus.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/iaas.DeviceStatus"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "iaas.DeviceStatus": {
                "title": "Iaas:Device Status",
                "description": "The DeviceStatus object is pivotal in managing infrastructure accounts within UCS Director (UCSD), offering insights into connection status and device details. It aids in maintaining connectivity and operational integrity.   \n#### Purpose \nDeviceStatus provides detailed information about infrastructure accounts managed by UCSD, supporting connection monitoring and device management.  \n#### Key Concepts \n- **Connection Monitoring:** Tracks connection status between UCSD and managed devices, ensuring operational reliability. \n- **Device Insights:** Offers comprehensive details about device vendors, models, and versions, aiding in effective management. \n- **Read-Only Access:** Ensures secure access to device information without modification.",
                "x-allOf-name": "iaas.DeviceStatus",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseMo"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'iaas.DeviceStatus', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "iaas.DeviceStatus"
                                ],
                                "default": "iaas.DeviceStatus",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "iaas.DeviceStatus"
                                ],
                                "default": "iaas.DeviceStatus",
                                "x-enum-as-string": true
                            },
                            "AccountName": {
                                "description": "The UCSD infra account name. Account Name is created when UCSD admin adds any new infra account (Physical/Virtual/Compute/Network) to be managed by UCSD.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "AccountType": {
                                "description": "The UCSD Infra Account type.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Category": {
                                "description": "The UCSD Infra Account category.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ClaimStatus": {
                                "description": "Describes if the device is claimed in Intersight or not.\n* `Unknown` - If UCS Director managed account claim status information is unknown.\n* `Yes` - If UCS Director managed account is claimed in Intersight.\n* `No` - If UCS Director managed account is not claimed in Intersight.\n* `Not Applicable` - If UCS Director managed account is not capable of providing claim status information.",
                                "type": "string",
                                "enum": [
                                    "Unknown",
                                    "Yes",
                                    "No",
                                    "Not Applicable"
                                ],
                                "default": "Unknown",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ConnectionStatus": {
                                "description": "Describes about the connection status between the UCSD and the actual end device.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "DeviceModel": {
                                "description": "Describes about the device model.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "DeviceVendor": {
                                "description": "Describes about the device vendor/manufacturer of the device.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "DeviceVersion": {
                                "description": "Describes about the current firmware version running on the device.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "IpAddress": {
                                "description": "The IPAddress of the device.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Pod": {
                                "description": "Describes about the pod to which this device belongs to in UCSD.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "PodType": {
                                "description": "Describes about the podType of Pod to which this device belongs to in UCSD.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Guid": {
                                "$ref": "#/components/schemas/iaas.UcsdInfo.Relationship",
                                "description": "A reference to a iaasUcsdInfo resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            }
                        }
                    }
                ]
            },
            "iaas.DeviceStatus.List": {
                "title": "List of 'iaas.DeviceStatus' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'iaas.DeviceStatus' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'iaas.DeviceStatus' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/iaas.DeviceStatus"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "iaas.DiagnosticMessages.Response": {
                "description": "The response body of a HTTP GET request for the 'iaas.DiagnosticMessages' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'iaas.DiagnosticMessages' resources.",
                "x-one-of-name": "iaas.DiagnosticMessages.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/iaas.DiagnosticMessages.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "iaas.DiagnosticMessages": {
                "title": "Iaas:Diagnostic Messages",
                "description": "The DiagnosticMessages object is vital for capturing diagnostic alerts and messages within UCS Director (UCSD), aiding in system health monitoring and issue resolution.  \n#### Purpose\nDiagnosticMessages document alerts and recommendations, supporting proactive system management and troubleshooting.   \n#### Key Concepts \n- **Alert Tracking:** Records diagnostic alerts, aiding in system health assessment and management. \n- **Recommendation Documentation:** Provides actionable recommendations for alert resolution, supporting efficient troubleshooting. \n- **Read-Only Access:** Ensures secure access to diagnostic data without alteration.",
                "x-allOf-name": "iaas.DiagnosticMessages",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseMo"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'iaas.DiagnosticMessages', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "iaas.DiagnosticMessages"
                                ],
                                "default": "iaas.DiagnosticMessages",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "iaas.DiagnosticMessages"
                                ],
                                "default": "iaas.DiagnosticMessages",
                                "x-enum-as-string": true
                            },
                            "Category": {
                                "description": "Message category of the alerts.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Guid": {
                                "description": "Unique ID of UCS Director getting registerd with Intersight.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Item": {
                                "description": "Message target type of the alerts.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "LastChecked": {
                                "description": "Last checked time of the alerts.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Message": {
                                "description": "Detailed info about the alert.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Recommendation": {
                                "description": "Recommended fix for the alert.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Status": {
                                "description": "Status of the given alert.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "StatusId": {
                                "description": "Status Id of the given alert.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "RegisteredDevice": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/asset.DeviceRegistration.Relationship",
                                "description": "A reference to a assetDeviceRegistration resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            }
                        }
                    }
                ]
            },
            "iaas.DiagnosticMessages.List": {
                "title": "List of 'iaas.DiagnosticMessages' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'iaas.DiagnosticMessages' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'iaas.DiagnosticMessages' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/iaas.DiagnosticMessages"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "iaas.LicenseInfo.Response": {
                "description": "The response body of a HTTP GET request for the 'iaas.LicenseInfo' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'iaas.LicenseInfo' resources.",
                "x-one-of-name": "iaas.LicenseInfo.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/iaas.LicenseInfo.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "iaas.LicenseInfo.Relationship": {
                "description": "A relationship to the 'iaas.LicenseInfo' resource, or the expanded 'iaas.LicenseInfo' resource, or the 'null' value.",
                "x-one-of-name": "iaas.LicenseInfo.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/iaas.LicenseInfo"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "iaas.LicenseInfo": {
                "title": "Iaas:License Info",
                "description": "The LicenseInfo object is a fundamental component in managing license details within UCS Director (UCSD), providing a structured overview of license types and expiration dates.   \n#### Purpose \nLicenseInfo offers comprehensive data about licenses in UCSD, supporting proactive license management and compliance.   \n#### Key Concepts  \n- **Type and Expiration:** Captures license type and expiration details, aiding in strategic license management. \n- **Utilization Overview:** Provides insights into license utilization, supporting optimization and planning. \n- **Read-Only Access:** Ensures secure access to license data without modification.",
                "x-allOf-name": "iaas.LicenseInfo",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseMo"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'iaas.LicenseInfo', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "iaas.LicenseInfo"
                                ],
                                "default": "iaas.LicenseInfo",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "iaas.LicenseInfo"
                                ],
                                "default": "iaas.LicenseInfo",
                                "x-enum-as-string": true
                            },
                            "LicenseExpirationDate": {
                                "description": "UCS Director license expiration date.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "LicenseKeysInfo": {
                                "type": "array",
                                "items": {
                                    "description": "License keys info for UCSD.",
                                    "$ref": "#/components/schemas/iaas.LicenseKeysInfo",
                                    "readOnly": true,
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "LicenseType": {
                                "description": "License type of UCSD whether it is EVAL/Permanent/Subscription..",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "LicenseUtilizationInfo": {
                                "type": "array",
                                "items": {
                                    "description": "List of license utilization info for UCSD.",
                                    "$ref": "#/components/schemas/iaas.LicenseUtilizationInfo",
                                    "readOnly": true,
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "Guid": {
                                "$ref": "#/components/schemas/iaas.UcsdInfo.Relationship",
                                "description": "A reference to a iaasUcsdInfo resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            }
                        }
                    }
                ]
            },
            "iaas.LicenseInfo.List": {
                "title": "List of 'iaas.LicenseInfo' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'iaas.LicenseInfo' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'iaas.LicenseInfo' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/iaas.LicenseInfo"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "iaas.LicenseKeysInfo": {
                "title": "Iaas:License Keys Info",
                "description": "### Overview\nThe LicenseKeysInfo object serves as an essential element in managing license details within UCS Director. It encapsulates information about unique license identifiers and expiration dates, facilitating effective license management and renewal strategies.   \n#### Purpose \nLicenseKeysInfo provides detailed information about the identification and validity of licenses, supporting proactive management and ensuring continuity of service.   \n#### Key Concepts \n- **Unique Identification:** - Each license is uniquely identified, enabling precise tracking and management. \n- **Expiration Management:** - Offers insights into license expiration, assisting in timely renewals and preventing service disruptions. \n- **Read-Only Access:** - Designed for secure access to license information without alteration.",
                "x-allOf-name": "iaas.LicenseKeysInfo",
                "nullable": true,
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseComplexType"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'iaas.LicenseKeysInfo', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "iaas.LicenseKeysInfo"
                                ],
                                "default": "iaas.LicenseKeysInfo",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "iaas.LicenseKeysInfo"
                                ],
                                "default": "iaas.LicenseKeysInfo",
                                "x-enum-as-string": true
                            },
                            "Count": {
                                "description": "Number of licenses available for the UCSD PID (Product ID).",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ExpirationDate": {
                                "description": "Expiration date for the license.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "LicenseId": {
                                "description": "UCS Director Unique license ID.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Pid": {
                                "description": "PID (Product ID) for UCSD License.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "iaas.LicenseUtilizationInfo": {
                "title": "Iaas:License Utilization Info",
                "description": "### Overview\nThe LicenseUtilizationInfo object is crucial for managing and understanding the utilization of licenses within the UCS Director (UCSD). This provides a comprehensive view of license details and their actual usage, enabling efficient resource management and planning.   \n#### Purpose  \nThe LicenseUtilizationInfo object helps administrators track and optimize the use of licenses associated with various features in UCSD. It ensures that license limits are adhered to while providing insights into actual usage patterns.   \n#### Key Concepts  \n- **License Tracking:** - Offers a clear view of the licenses available and used within the system, aiding compliance and optimization. \n- **Usage Insights:** - Provides actionable data on how licenses are being utilized, supporting informed decision-making for resource allocation. \n- **Read-Only Access:** - Ensures that the information is accessible for review without modification, maintaining integrity and compliance.",
                "x-allOf-name": "iaas.LicenseUtilizationInfo",
                "nullable": true,
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseComplexType"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'iaas.LicenseUtilizationInfo', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "iaas.LicenseUtilizationInfo"
                                ],
                                "default": "iaas.LicenseUtilizationInfo",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "iaas.LicenseUtilizationInfo"
                                ],
                                "default": "iaas.LicenseUtilizationInfo",
                                "x-enum-as-string": true
                            },
                            "ActualUsed": {
                                "description": "Number of licenses actually used for this feature.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Label": {
                                "description": "License label of UCSD license.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "LicensedLimit": {
                                "description": "License limit for this license feature.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Sku": {
                                "description": "SKU for the UCSD license.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "iaas.MostRunTasks.Response": {
                "description": "The response body of a HTTP GET request for the 'iaas.MostRunTasks' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'iaas.MostRunTasks' resources.",
                "x-one-of-name": "iaas.MostRunTasks.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/iaas.MostRunTasks.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "iaas.MostRunTasks.Relationship": {
                "description": "A relationship to the 'iaas.MostRunTasks' resource, or the expanded 'iaas.MostRunTasks' resource, or the 'null' value.",
                "x-one-of-name": "iaas.MostRunTasks.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/iaas.MostRunTasks"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "iaas.MostRunTasks": {
                "title": "Iaas:Most Run Tasks",
                "description": "The MostRunTasks object provides insights into frequently executed workflow tasks within UCS Director (UCSD).  \n#### Purpose \nMostRunTasks captures data about task execution frequency, aiding in workflow analysis and improvement strategies.   \n#### Key Concepts  \n- **Execution Frequency:** Tracks how often tasks are executed, supporting process refinement and optimization. \n- **Read-Only Access:** Ensures secure access to task data without modification.",
                "x-allOf-name": "iaas.MostRunTasks",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseMo"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'iaas.MostRunTasks', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "iaas.MostRunTasks"
                                ],
                                "default": "iaas.MostRunTasks",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "iaas.MostRunTasks"
                                ],
                                "default": "iaas.MostRunTasks",
                                "x-enum-as-string": true
                            },
                            "TaskCategory": {
                                "description": "A functional area to which a task belongs to.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "TaskExecutionCount": {
                                "description": "Number of times this task has executed.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "TaskName": {
                                "description": "Name of the task executed in UCSD.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "TaskType": {
                                "description": "Type of the task whether it is system task or custom task.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Guid": {
                                "$ref": "#/components/schemas/iaas.UcsdInfo.Relationship",
                                "description": "A reference to a iaasUcsdInfo resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            }
                        }
                    }
                ]
            },
            "iaas.MostRunTasks.List": {
                "title": "List of 'iaas.MostRunTasks' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'iaas.MostRunTasks' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'iaas.MostRunTasks' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/iaas.MostRunTasks"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "iaas.ServiceRequest.Response": {
                "description": "The response body of a HTTP GET request for the 'iaas.ServiceRequest' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'iaas.ServiceRequest' resources.",
                "x-one-of-name": "iaas.ServiceRequest.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/iaas.ServiceRequest.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "iaas.ServiceRequest": {
                "title": "Iaas:Service Request",
                "description": "The ServiceRequest object is integral to managing service requests within UCS Director (UCSD), capturing essential details about service request and statuses request workflows .\n#### Purpose \nServiceRequest documents and tracks service requests, supporting efficient process management and resolution strategies.   \n#### Key Concepts \n- **Workflow Documentation:** Captures information about workflow steps executed in service requests, aiding process refinement. \n- **Status Tracking:** Monitors request statuses, supporting timely resolution and management. \n- **Read-Only Access:** Ensures secure access to service request data without modification.",
                "x-allOf-name": "iaas.ServiceRequest",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseMo"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'iaas.ServiceRequest', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "iaas.ServiceRequest"
                                ],
                                "default": "iaas.ServiceRequest",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "iaas.ServiceRequest"
                                ],
                                "default": "iaas.ServiceRequest",
                                "x-enum-as-string": true
                            },
                            "Duration": {
                                "description": "Service request duration.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "InitiatingUser": {
                                "description": "Service Request initiating user.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "RequestEndTime": {
                                "description": "Service request end time.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "RequestId": {
                                "description": "Service request id of an SR.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "RequestStartTime": {
                                "description": "Service request start time.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "RequestType": {
                                "description": "Service request type of an SR.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Status": {
                                "description": "UCSD service request status.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "WorkflowName": {
                                "description": "Executed workflow name for an SR.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "WorkflowSteps": {
                                "type": "array",
                                "items": {
                                    "description": "Step details of Service Request.",
                                    "$ref": "#/components/schemas/iaas.WorkflowSteps",
                                    "readOnly": true,
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "RegisteredDevice": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/asset.DeviceRegistration.Relationship",
                                "description": "A reference to a assetDeviceRegistration resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            }
                        }
                    }
                ]
            },
            "iaas.ServiceRequest.List": {
                "title": "List of 'iaas.ServiceRequest' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'iaas.ServiceRequest' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'iaas.ServiceRequest' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/iaas.ServiceRequest"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "iaas.SystemTaskInfo.Response": {
                "description": "The response body of a HTTP GET request for the 'iaas.SystemTaskInfo' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'iaas.SystemTaskInfo' resources.",
                "x-one-of-name": "iaas.SystemTaskInfo.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/iaas.SystemTaskInfo.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "iaas.SystemTaskInfo.Relationship": {
                "description": "A relationship to the 'iaas.SystemTaskInfo' resource, or the expanded 'iaas.SystemTaskInfo' resource, or the 'null' value.",
                "x-one-of-name": "iaas.SystemTaskInfo.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/iaas.SystemTaskInfo"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "iaas.SystemTaskInfo": {
                "title": "Iaas:System Task Info",
                "description": "The SystemTaskInfo object provides details about library task executions within UCS Director (UCSD), supporting system oversight and process management.  \n#### Purpose\nSystemTaskInfo documents task execution data, aiding in workflow task management and optimization strategies. \n#### Key Concepts \n- **Execution Frequency:** Tracks each library tasks execution count, supporting process refinement and optimization.\n- **Functional Categorization:** Provides information regarding the task category to which the library task belongs in UCSD. \n- **Read-Only Access:** Ensures secure access to system task data without modification.",
                "x-allOf-name": "iaas.SystemTaskInfo",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseMo"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'iaas.SystemTaskInfo', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "iaas.SystemTaskInfo"
                                ],
                                "default": "iaas.SystemTaskInfo",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "iaas.SystemTaskInfo"
                                ],
                                "default": "iaas.SystemTaskInfo",
                                "x-enum-as-string": true
                            },
                            "TaskCategory": {
                                "description": "A functional area to which a task belongs to.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "TaskExecutionCount": {
                                "description": "Number of times this task has been executed.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "TaskName": {
                                "description": "Task name of the UCSD Task.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Guid": {
                                "$ref": "#/components/schemas/iaas.UcsdInfo.Relationship",
                                "description": "A reference to a iaasUcsdInfo resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            }
                        }
                    }
                ]
            },
            "iaas.SystemTaskInfo.List": {
                "title": "List of 'iaas.SystemTaskInfo' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'iaas.SystemTaskInfo' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'iaas.SystemTaskInfo' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/iaas.SystemTaskInfo"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "iaas.UcsdInfo.Response": {
                "description": "The response body of a HTTP GET request for the 'iaas.UcsdInfo' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'iaas.UcsdInfo' resources.",
                "x-one-of-name": "iaas.UcsdInfo.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/iaas.UcsdInfo.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "iaas.UcsdInfo.Relationship": {
                "description": "A relationship to the 'iaas.UcsdInfo' resource, or the expanded 'iaas.UcsdInfo' resource, or the 'null' value.",
                "x-one-of-name": "iaas.UcsdInfo.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/iaas.UcsdInfo"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "iaas.UcsdInfo": {
                "title": "Iaas:Ucsd Info",
                "description": "The UcsdInfo object is a central component in managing UCS Director accounts, offering insights into system configurations and connection status. It facilitates comprehensive management and monitoring of UCSD environments.\n#### Purpose\nUcsdInfo provides a detailed overview of UCS Director instances supporting effective system administration and status evaluation.\n#### Key Concepts\n- **Comprehensive Management:** Captures vital information about UCSD configurations and accounts, aiding efficient system oversight. \n- **Status Evaluation:** Monitors the operational state of UCSD, assisting in maintaining system health and performance. \n- **Access Control:** Supports privilege-based access to ensure secure and authorized system management.",
                "x-allOf-name": "iaas.UcsdInfo",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseMo"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'iaas.UcsdInfo', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "iaas.UcsdInfo"
                                ],
                                "default": "iaas.UcsdInfo",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "iaas.UcsdInfo"
                                ],
                                "default": "iaas.UcsdInfo",
                                "x-enum-as-string": true
                            },
                            "DeviceId": {
                                "description": "Moid of the UCS Director device connector's asset.DeviceRegistration.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Guid": {
                                "description": "Unique ID of UCS Director getting registerd with Intersight.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "HostName": {
                                "description": "The UCS Director hostname for management.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Ip": {
                                "description": "The UCS Director IP address for management.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "LastBackup": {
                                "description": "Last successful backup created for this UCS Director appliance if backup is configured.",
                                "type": "string",
                                "format": "date-time",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "NodeType": {
                                "description": "NodeType specifies if UCS Director is deployed in Stand-alone or Multi Node.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ProductName": {
                                "description": "The UCS Director product name.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ProductVendor": {
                                "description": "The UCS Director product vendor.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ProductVersion": {
                                "description": "The UCS Director product/platform version.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Status": {
                                "description": "The UCS Director status. Possible values are Active, Inactive, Unknown.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ConnectorPack": {
                                "description": "An array of relationships to iaasConnectorPack resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/iaas.ConnectorPack.Relationship"
                                },
                                "nullable": true,
                                "readOnly": true
                            },
                            "CustomTaskInfo": {
                                "description": "An array of relationships to iaasCustomTaskInfo resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/iaas.CustomTaskInfo.Relationship"
                                },
                                "nullable": true,
                                "readOnly": true
                            },
                            "DeviceStatus": {
                                "description": "An array of relationships to iaasDeviceStatus resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/iaas.DeviceStatus.Relationship"
                                },
                                "nullable": true,
                                "readOnly": true
                            },
                            "LicenseInfo": {
                                "$ref": "#/components/schemas/iaas.LicenseInfo.Relationship",
                                "description": "A reference to a iaasLicenseInfo resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "MostRunTasks": {
                                "description": "An array of relationships to iaasMostRunTasks resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/iaas.MostRunTasks.Relationship"
                                },
                                "nullable": true,
                                "readOnly": true
                            },
                            "RegisteredDevice": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/asset.DeviceRegistration.Relationship",
                                "description": "A reference to a assetDeviceRegistration resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "SystemTaskInfo": {
                                "description": "An array of relationships to iaasSystemTaskInfo resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/iaas.SystemTaskInfo.Relationship"
                                },
                                "nullable": true,
                                "readOnly": true
                            },
                            "UcsdManagedInfra": {
                                "$ref": "#/components/schemas/iaas.UcsdManagedInfra.Relationship",
                                "description": "A reference to a iaasUcsdManagedInfra resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            }
                        }
                    }
                ]
            },
            "iaas.UcsdInfo.List": {
                "title": "List of 'iaas.UcsdInfo' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'iaas.UcsdInfo' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'iaas.UcsdInfo' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/iaas.UcsdInfo"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "iaas.UcsdManagedInfra.Response": {
                "description": "The response body of a HTTP GET request for the 'iaas.UcsdManagedInfra' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'iaas.UcsdManagedInfra' resources.",
                "x-one-of-name": "iaas.UcsdManagedInfra.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/iaas.UcsdManagedInfra.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "iaas.UcsdManagedInfra.Relationship": {
                "description": "A relationship to the 'iaas.UcsdManagedInfra' resource, or the expanded 'iaas.UcsdManagedInfra' resource, or the 'null' value.",
                "x-one-of-name": "iaas.UcsdManagedInfra.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/iaas.UcsdManagedInfra"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "iaas.UcsdManagedInfra": {
                "title": "Iaas:Ucsd Managed Infra",
                "description": "The UcsdManagedInfra object is critical for overseeing UCS Director (UCSD) managed infrastructure, providing statistics and insights into managed resources.\n#### Purpose\nUcsdManagedInfra offers a detailed view of infrastructure components managed by UCSD, supporting effective resource management and planning.\n#### Key Concepts\n- **Infrastructure Statistics:** Captures data on infrastructure components like hosts and virtual machines, aiding in system oversight. \n- **Resource Management:** Provides insights into user accounts and groups, supporting efficient resource allocation. \n- **Read-Only Access:** Ensures infrastructure data is available for review without modification.",
                "x-allOf-name": "iaas.UcsdManagedInfra",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseMo"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'iaas.UcsdManagedInfra', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "iaas.UcsdManagedInfra"
                                ],
                                "default": "iaas.UcsdManagedInfra",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "iaas.UcsdManagedInfra"
                                ],
                                "default": "iaas.UcsdManagedInfra",
                                "x-enum-as-string": true
                            },
                            "AdvancedCatalogCount": {
                                "description": "Total advanced catalogs in UCSD.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "BmCatalogCount": {
                                "description": "Total bare metal catalogs in UCSD.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ContainerCatalogCount": {
                                "description": "Total service container catalogs in UCSD.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "EsxiHostCount": {
                                "description": "Total ESXi hosts in UCSD.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ExternalGroupCount": {
                                "description": "Total external (Ldap) groups in UCSD.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "HypervHostCount": {
                                "description": "Total HyperV hosts in UCSD.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "LocalGroupCount": {
                                "description": "Total local groups in UCSD.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "StandardCatalogCount": {
                                "description": "Total standard catalogs in UCSD.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "UserCount": {
                                "description": "Total user accounts in UCSD.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "VdcCount": {
                                "description": "Total virtual datacenters in UCSD.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "VmCount": {
                                "description": "Total Virtual machines in UCSD.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Guid": {
                                "$ref": "#/components/schemas/iaas.UcsdInfo.Relationship",
                                "description": "A reference to a iaasUcsdInfo resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            }
                        }
                    }
                ]
            },
            "iaas.UcsdManagedInfra.List": {
                "title": "List of 'iaas.UcsdManagedInfra' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'iaas.UcsdManagedInfra' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'iaas.UcsdManagedInfra' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/iaas.UcsdManagedInfra"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "iaas.UcsdMessages.Response": {
                "description": "The response body of a HTTP GET request for the 'iaas.UcsdMessages' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'iaas.UcsdMessages' resources.",
                "x-one-of-name": "iaas.UcsdMessages.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/iaas.UcsdMessages.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "iaas.UcsdMessages": {
                "title": "Iaas:Ucsd Messages",
                "description": "The UcsdMessages object captures messages from UCS Director (UCSD), supporting system communication and alert management.   \n#### Purpose\nUcsdMessages document system messages, aiding in communication and issue resolution within UCSD.   \n####Key Concepts \n- **Message Documentation:** Records system messages, supporting communication and alert tracking.\n- **Alert Integration:** Integrates message alerts within the system, supporting proactive management and resolution. \n- **Read-Only Access:** Ensures secure access to message data without modification.",
                "x-allOf-name": "iaas.UcsdMessages",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseMo"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'iaas.UcsdMessages', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "iaas.UcsdMessages"
                                ],
                                "default": "iaas.UcsdMessages",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "iaas.UcsdMessages"
                                ],
                                "default": "iaas.UcsdMessages",
                                "x-enum-as-string": true
                            },
                            "StatusId": {
                                "description": "Last checked time of the alerts.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "RegisteredDevice": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/asset.DeviceRegistration.Relationship",
                                "description": "A reference to a assetDeviceRegistration resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            }
                        }
                    }
                ]
            },
            "iaas.UcsdMessages.List": {
                "title": "List of 'iaas.UcsdMessages' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'iaas.UcsdMessages' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'iaas.UcsdMessages' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/iaas.UcsdMessages"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "iaas.WorkflowSteps": {
                "title": "Iaas:Workflow Steps",
                "description": "### Overview\nThe WorkflowSteps object is integral to managing workflow operations within UCS Director (UCSD), capturing the step-by-step progression of service requests. This provides structured information about each workflow step, facilitating process monitoring and optimization.   \n#### Purpose  \nWorkflowSteps help in documenting and analyzing the workflow stages in UCSD service requests, enabling better tracking and refinement of operational processes.  \n#### Key Concepts \n- **Process Documentation:** - Records detailed information about each step in a workflow, supporting transparency and traceability. \n- **Status Monitoring:** - Provides status updates for workflow steps, aiding in real-time process management. \n- **Read-Only Access:** - Ensures workflow details are available for review without modification.",
                "x-allOf-name": "iaas.WorkflowSteps",
                "nullable": true,
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseComplexType"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'iaas.WorkflowSteps', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "iaas.WorkflowSteps"
                                ],
                                "default": "iaas.WorkflowSteps",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "iaas.WorkflowSteps"
                                ],
                                "default": "iaas.WorkflowSteps",
                                "x-enum-as-string": true
                            },
                            "CompletedTime": {
                                "description": "Completed time of the workflow step.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Name": {
                                "description": "Name of the workflow step.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Status": {
                                "description": "Status of the workflow step.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "StatusMessage": {
                                "description": "Status message of the workflow step.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "ucsd.BackupInfo.Response": {
                "description": "The response body of a HTTP GET request for the 'ucsd.BackupInfo' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'ucsd.BackupInfo' resources.",
                "x-one-of-name": "ucsd.BackupInfo.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/ucsd.BackupInfo.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "ucsd.BackupInfo": {
                "title": "Ucsd:Backup Info",
                "description": "The BackupInfo object provides detailed insights into backup images available for restoration on target endpoint (UCS Director) devices. It captures essential metadata and status information to support recovery operations.\n#### Purpose\nThe BackupInfo object provides comprehensive visibility into available backup images and real-time status updates on backup progress. It ensures that restoration processes rely on accurate, current data, enabling informed and efficient recovery operations.\n#### Key Concepts\n- **Transparency:** Delivers comprehensive metadata about backup images, including status, location, and completion percentage.\n- **Access Control:** Designed to allow authorized personnel to access backup information securely.\n- **Relationship Management:** Extends abstract backup information concepts to provide a detailed view of available resources.",
                "x-allOf-name": "ucsd.BackupInfo",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/recovery.AbstractBackupInfo"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'ucsd.BackupInfo', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "ucsd.BackupInfo"
                                ],
                                "default": "ucsd.BackupInfo",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "ucsd.BackupInfo"
                                ],
                                "default": "ucsd.BackupInfo",
                                "x-enum-as-string": true
                            },
                            "BackupFileName": {
                                "description": "Auto generated backup file name with user defined prefix and timestamp.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "BackupLocation": {
                                "description": "Backup location for restore operation.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "BackupServerIp": {
                                "description": "Backup server for storing backup images.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "BackupSize": {
                                "description": "Backup image size in bytes.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Connectors": {
                                "type": "array",
                                "items": {
                                    "description": "Connector pack versions active on UCS Director at the time of backup.",
                                    "$ref": "#/components/schemas/ucsd.ConnectorPack",
                                    "readOnly": true,
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "Duration": {
                                "description": "Time taken to complete the backup.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "EncryptionKey": {
                                "description": "Encryption key for backup file.",
                                "type": "string",
                                "writeOnly": true,
                                "x-omitempty": true
                            },
                            "FailureReason": {
                                "description": "The cause of the backup failure.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "IsPurged": {
                                "description": "Backup image purge status based on retention policy.",
                                "type": "boolean",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "LastModified": {
                                "description": "Backup record last modified time.",
                                "type": "string",
                                "format": "date-time",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "PercentageCompletion": {
                                "description": "Backup completion percentage status.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ProductVersion": {
                                "description": "End device product version at the backup time.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "Protocol": {
                                "description": "Supported remote backup protocol (FTP, SCP and SFTP); not applicable for localhost (127.0.0.1).",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "StageCompletion": {
                                "description": "Backup status stage information.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "StartTime": {
                                "description": "Backup initiation start time.",
                                "type": "string",
                                "format": "date-time",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Status": {
                                "description": "The current backup status.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "ucsd.BackupInfo.List": {
                "title": "List of 'ucsd.BackupInfo' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'ucsd.BackupInfo' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'ucsd.BackupInfo' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/ucsd.BackupInfo"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "ucsd.ConnectorPack": {
                "title": "Ucsd:Connector Pack",
                "description": "Connector pack details from the backup file.",
                "x-allOf-name": "ucsd.ConnectorPack",
                "nullable": true,
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseComplexType"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'ucsd.ConnectorPack', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "ucsd.ConnectorPack"
                                ],
                                "default": "ucsd.ConnectorPack",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "ucsd.ConnectorPack"
                                ],
                                "default": "ucsd.ConnectorPack",
                                "x-enum-as-string": true
                            },
                            "ConnectorFeature": {
                                "description": "State of connector pack (enabled/ disabled).",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "DependencyNames": {
                                "type": "array",
                                "items": {
                                    "description": "List of dependent connectors on UCS Director (e.g., BigData depends on UCS Connector).",
                                    "type": "string",
                                    "readOnly": true,
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "DownloadedVersion": {
                                "description": "Last successfully downloaded connector pack version successfully for UCS Director.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Name": {
                                "description": "UCS Director connector pack name.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Services": {
                                "type": "array",
                                "items": {
                                    "description": "List of dependent connectors on UCS Director (e.g., BigData depends on UCS Connector).",
                                    "type": "string",
                                    "readOnly": true,
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "State": {
                                "description": "Connector pack state (enabled/disabled).",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Version": {
                                "description": "The connector pack version.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "ucsd.UcsdRestoreParameters": {
                "title": "Ucsd:Ucsd Restore Parameters",
                "description": "UCS director restore workflow configuration parameters.",
                "x-allOf-name": "ucsd.UcsdRestoreParameters",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/recovery.ConfigParams"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'ucsd.UcsdRestoreParameters', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "ucsd.UcsdRestoreParameters"
                                ],
                                "default": "ucsd.UcsdRestoreParameters",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "ucsd.UcsdRestoreParameters"
                                ],
                                "default": "ucsd.UcsdRestoreParameters",
                                "x-enum-as-string": true
                            },
                            "IsPasswordSet": {
                                "description": "Indicates whether the value of the 'password' property has been set.",
                                "type": "boolean",
                                "default": false,
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Location": {
                                "description": "Full server path location in format - hostname-or-ipv4address<:port>/absolute-file-path.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "Password": {
                                "description": "Target backup server password for SFTP or SCP access.",
                                "type": "string",
                                "writeOnly": true,
                                "x-omitempty": true
                            },
                            "Protocol": {
                                "description": "Backup protocol for UCS Director.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "RestoreConfigurationFiles": {
                                "description": "Decision on UCS Director property files restoration.",
                                "type": "boolean",
                                "x-omitempty": true
                            },
                            "RestoreLicense": {
                                "description": "Decision on license restoration.",
                                "type": "boolean",
                                "x-omitempty": true
                            },
                            "Username": {
                                "description": "Target backup server user name for SFTP or SCP access.",
                                "type": "string",
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "workflow.AbstractLoopTask": {
                "title": "Workflow:Abstract Loop Task",
                "description": "An abstract loop task which is used to model different types of loops like serial and parallel.",
                "x-allOf-name": "workflow.AbstractLoopTask",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/workflow.ControlTask"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'workflow.AbstractLoopTask', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.\nThe enum values provides the list of concrete types that can be instantiated from this abstract type.",
                                "enum": [
                                    "workflow.LoopTask",
                                    "workflow.SerialLoopTask"
                                ],
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.\nThe enum values provides the list of concrete types that can be instantiated from this abstract type.",
                                "enum": [
                                    "workflow.LoopTask",
                                    "workflow.SerialLoopTask"
                                ],
                                "x-enum-as-string": true
                            },
                            "Count": {
                                "description": "Count value for the loop, this can be a static value defined as a constant at design time or can be a dynamic value defined as an expression that will evaluate to an integer value at execution time. Dynamic values for count must be specified as a template. For example, if a loop must run for a count which matches the length of a workflow input called StringArray, then the count must be specified using a template '{{ len .global.workflow.input.StringArray }}'. The count must be less than or equal to 100. If count is given as a dynamic value, and during execution time if count evaluates to be a value greater than 100, then the loop task will fail.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "LoopStartTask": {
                                "description": "Start task where the list of tasks will be executed multiple times based on the count or condition value.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "OnFailure": {
                                "description": "This specifies the name of the next task to run if all iterations of the loop task do not succeed. The unique name given to the task instance within the workflow must be provided here. In a graph model, denotes an edge to another Task Node.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "OnSuccess": {
                                "description": "This specifies the name of the next task to run if all iterations of the loop task succeeds. The unique name given to the task instance within the workflow must be provided here. In a graph model, denotes an edge to another Task Node.",
                                "type": "string",
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "workflow.AbstractResourceSelector": {
                "title": "Workflow:Abstract Resource Selector",
                "description": "The abstract selector which can be used to create selection criteria for inputs.",
                "x-allOf-name": "workflow.AbstractResourceSelector",
                "nullable": true,
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseComplexType"
                    }
                ]
            },
            "workflow.AbstractWorkerTask": {
                "title": "Workflow:Abstract Worker Task",
                "description": "An AbstractWorkerTask is used to model a task that does some end-user work. This can be another task or it can be another workflow.",
                "x-allOf-name": "workflow.AbstractWorkerTask",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/workflow.WorkflowTask"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'workflow.AbstractWorkerTask', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.\nThe enum values provides the list of concrete types that can be instantiated from this abstract type.",
                                "enum": [
                                    "workflow.SubWorkflowTask",
                                    "workflow.WaitTask",
                                    "workflow.WorkerTask"
                                ],
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.\nThe enum values provides the list of concrete types that can be instantiated from this abstract type.",
                                "enum": [
                                    "workflow.SubWorkflowTask",
                                    "workflow.WaitTask",
                                    "workflow.WorkerTask"
                                ],
                                "x-enum-as-string": true
                            },
                            "InputParameters": {
                                "description": "JSON formatted key-value pairs that define the inputs given to the task. Mapping for task inputs can be provided as either static values, direct mapping or advanced mapping using templates. The direct mapping can be specified as '${Source.< input | output | variable>.<JSONPath>}'. 'Source' can be either workflow or the name of an earlier task within the workflow. You can map the task input to either a workflow input, a task output or a variable. Golang template syntax is supported for advanced mapping. A simple flattened example is \"InputParameters\":{ \"input1\":\"${workflow.variable.var1}\", \"input2\":\"prefixStr_{{.global.workflow.input.input1}}\" } where task input1 is mapped directly to variable var1 and task input2 is using a template to prefix a string to workflow input1 and then assign that value.",
                                "x-omitempty": true
                            },
                            "OnFailure": {
                                "description": "This specifies the name of the next task to run if Task fails.  This is the unique name given to the task instance within the workflow. In a graph model, denotes an edge to another Task Node.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "OnSuccess": {
                                "description": "This specifies the name of the next task to run if Task succeeds.  This is the unique name given to the task instance within the workflow. In a graph model, denotes an edge to another Task Node.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "RollbackDisabled": {
                                "description": "The task is disabled/enabled for rollback operation in this workflow if the task has rollback support.",
                                "type": "boolean",
                                "default": false,
                                "x-omitempty": true
                            },
                            "VariableParameters": {
                                "description": "JSON formatted key-value pairs that perform variable update at the end of the task execution. Mapping for variables can be provided as either static values, direct mapping or advanced mapping using templates. The direct mapping can be specified as '${Source.< input | output | variable>.<JSONPath>}'. 'Source' can be either workflow or the name of the current or an earlier task within the workflow. You can map the variable to either a workflow input, a task output or another variable. Golang template syntax is supported for advanced mapping. A simple flattened example is \"VariableParameters\":{ \"var1\":\"${task1.output.output1}\", \"var2\":\"{{ Itoa .global.workflow.variable.varInt}}\" } where variable var1 is mapped directly to output1 of task1 and variable var2 is using a template to convert another variable varInt to string and assign that value.",
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "workflow.AnsibleBatchExecutor.Response": {
                "description": "The response body of a HTTP GET request for the 'workflow.AnsibleBatchExecutor' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'workflow.AnsibleBatchExecutor' resources.",
                "x-one-of-name": "workflow.AnsibleBatchExecutor.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/workflow.AnsibleBatchExecutor.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "workflow.AnsibleBatchExecutor": {
                "title": "Ansible Batch Executor",
                "description": "The AnsibleBatchExecutor object is a core component within Intersight's workflow framework, designed to facilitate the execution of Ansible commands in batch mode. By leveraging SSH requests, this object enables the execution of a series of Ansible playbooks as part of a single task, enhancing efficiency and automation capabilities.\n#### Purpose\nThe AnsibleBatchExecutor streamlines task execution by associating multiple Ansible commands with SSH requests, allowing for comprehensive task management within a unified framework. It integrates seamlessly with existing systems to support complex task orchestration.\n#### Key Concepts\n- **Batch Processing:** Allows multiple Ansible commands to be executed in a batch, reducing overhead and improving performance.\n- **Ansible Session:** Supports Ansible sessions, and in each session, a single Ansible playbook can be executed on the Ansible Control Node.",
                "x-allOf-name": "workflow.AnsibleBatchExecutor",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/workflow.BatchExecutor"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'workflow.AnsibleBatchExecutor', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "workflow.AnsibleBatchExecutor"
                                ],
                                "default": "workflow.AnsibleBatchExecutor",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "workflow.AnsibleBatchExecutor"
                                ],
                                "default": "workflow.AnsibleBatchExecutor",
                                "x-enum-as-string": true
                            },
                            "TaskDefinition": {
                                "$ref": "#/components/schemas/workflow.TaskDefinition.Relationship",
                                "description": "A reference to a workflowTaskDefinition resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "x-createOnly": true
                            }
                        }
                    }
                ]
            },
            "workflow.AnsibleBatchExecutor.List": {
                "title": "List of 'workflow.AnsibleBatchExecutor' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'workflow.AnsibleBatchExecutor' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'workflow.AnsibleBatchExecutor' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/workflow.AnsibleBatchExecutor"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "workflow.AnsiblePlaySession": {
                "title": "Ansible Play Session",
                "description": "This models a single Ansible playbook execution session on the Ansible Control node. While execution of the respective Ansible task, the below provided property values are used to construct the SSH Batch executor, which gets executed on the endpoint.",
                "x-allOf-name": "workflow.AnsiblePlaySession",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/workflow.Api"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'workflow.AnsiblePlaySession', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "workflow.AnsiblePlaySession"
                                ],
                                "default": "workflow.AnsiblePlaySession",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "workflow.AnsiblePlaySession"
                                ],
                                "default": "workflow.AnsiblePlaySession",
                                "x-enum-as-string": true
                            },
                            "CommandLineArguments": {
                                "description": "The command line arguments for running the Ansible playbook against the given endpoint. Escape character backslash needs to be used when the command line arguments contain double quotes in them.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "HostInventory": {
                                "description": "The path of the host inventory file that resides on the Ansible Endpoint target or the comma separated list of hosts on which the Ansible playbook is to be run. Make sure to suffix a comma when the list of hosts is provided as input, even if the list has only one value.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "PlaybookPath": {
                                "description": "The path of the Ansible playbook that resides on the Ansible Endpoint target.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "SshOpTimeout": {
                                "description": "SSH operation timeout value in seconds. Value provided should be string representation of an interger.",
                                "type": "string",
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "workflow.Api": {
                "title": "API",
                "description": "Intersight Orchestrator supports generic API workflow tasks that can execute\nan API given the request body and response parser specification.\nAPI type models a single API request within a batch of requests that get\nexecuted within a single workflow task.",
                "x-allOf-name": "workflow.Api",
                "nullable": true,
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseComplexType"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'workflow.Api', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.\nThe enum values provides the list of concrete types that can be instantiated from this abstract type.",
                                "enum": [
                                    "workflow.AnsiblePlaySession",
                                    "workflow.CliCommand",
                                    "workflow.FileOperations",
                                    "workflow.PowerShellApi",
                                    "workflow.SshSession",
                                    "workflow.WebApi",
                                    "workflow.XmlApi"
                                ],
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.\nThe enum values provides the list of concrete types that can be instantiated from this abstract type.",
                                "enum": [
                                    "workflow.AnsiblePlaySession",
                                    "workflow.CliCommand",
                                    "workflow.FileOperations",
                                    "workflow.PowerShellApi",
                                    "workflow.SshSession",
                                    "workflow.WebApi",
                                    "workflow.XmlApi"
                                ],
                                "x-enum-as-string": true
                            },
                            "AssetTargetMoid": {
                                "description": "Asset target defines the remote target endpoints which are either managed by\nIntersight or their service APIs are invoked from Intersight. Generic API executor\nservice Jasmine can invoke these remote APIs via its executors. Asset targets can be\naccessed directly for cloud targets or via an associated Intersight Assist. Prerequisite\nto use asset targets is to persist the target details.\nAsset target MoRef can be given as task input of type TargetDataType. Fusion determines\nand populates the target context with the Assist if associated with. It is set\ninternally at the API level.\nIn case of an associated assist, it is used by Assist to fetch the target details\nand form the API request to send to endpoints. In case of cloud asset targets, Jasmine\nfetched the target details from DB, forms the API request and sends it to the target.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Body": {
                                "description": "The optional request body that is sent as part of this API request.\nThe request body can contain a golang template that can be populated with task input\nparameters and previous API output parameters.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "ContentType": {
                                "description": "Intersight Orchestrator, with the support of response parser specification,\ncan extract the values from API responses and map them to task output parameters.\nThe value extraction is supported for response content types XML, JSON and Text.\nThe type of the content that gets passed as payload and response in this\nAPI. The supported values are json, xml, text.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "Description": {
                                "description": "A description that task designer can add to individual API requests that explain \nwhat the API call is about.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "ErrorContentType": {
                                "description": "Intersight Orchestrator, with the support of response parser specification,\ncan extract the values from API responses and map them to task output parameters.\nThe value extraction is supported for response content types XML, JSON and Text.\nOptional input to specify the content type in case of error API response. This\nshould be used if the content type of error response is different from that of\nthe success response. If not specified, contentType input value is used to parse\nthe error response.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "Label": {
                                "description": "A user friendly label that task designers have given to the batch API request.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "Name": {
                                "description": "A reference name for this API request within the batch API request.\nThis name shall be used to map the API output parameters to subsequent\nAPI input parameters within a batch API task.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "Outcomes": {
                                "description": "All the possible outcomes of this API are captured here. Outcomes property\nis a collection property of type workflow.Outcome objects.\nThe outcomes can be mapped to the message to be shown. The outcomes are\nevaluated in the order they are given. At the end of the outcomes list,\nan catchall success/fail outcome can be added with condition as 'true'.\nThis is an optional\nproperty and if not specified the task will be marked as success.",
                                "nullable": true,
                                "x-omitempty": true
                            },
                            "ResponseSpec": {
                                "description": "The optional grammar specification for parsing the response to extract the\nrequired values.\nThe specification should have extraction specification specified for\nall the API output parameters.",
                                "nullable": true,
                                "x-omitempty": true
                            },
                            "SkipOnCondition": {
                                "description": "The skip expression, if provided, allows the batch API executor to skip the\napi execution when the given expression evaluates to true.\nThe expression is given as such a golang template that has to be\nevaluated to a final content true/false. The expression is an optional and in\ncase not provided, the API will always be executed.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "StartDelay": {
                                "description": "The delay in seconds after which the API needs to be executed.\nBy default, the given API is executed immediately. Specifying a start delay adds to the delay to execution.\nStart Delay is not supported for the first API in the Batch and cumulative delay of all the APIs in the Batch should not exceed the task time out.",
                                "type": "integer",
                                "format": "int64",
                                "x-omitempty": true
                            },
                            "Timeout": {
                                "description": "The duration in seconds by which the API response is expected from the API target.\nIf the end point does not respond for the API request within this timeout\nduration, the task will be marked as failed.",
                                "type": "integer",
                                "format": "int64",
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "workflow.ArrayDataType": {
                "title": "Workflow:Array Data Type",
                "description": "This data type represents an array of a given type. It can be an array of primitive data or of custom data.",
                "x-allOf-name": "workflow.ArrayDataType",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/workflow.BaseDataType"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'workflow.ArrayDataType', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "workflow.ArrayDataType"
                                ],
                                "default": "workflow.ArrayDataType",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "workflow.ArrayDataType"
                                ],
                                "default": "workflow.ArrayDataType",
                                "x-enum-as-string": true
                            },
                            "ArrayItemType": {
                                "description": "Data item within the array data type.",
                                "$ref": "#/components/schemas/workflow.ArrayItem",
                                "x-omitempty": true
                            },
                            "Max": {
                                "description": "Specify the maximum value of the array.",
                                "type": "integer",
                                "format": "int64",
                                "x-omitempty": true
                            },
                            "Min": {
                                "description": "Specify the minimum value of the array.",
                                "type": "integer",
                                "format": "int64",
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "workflow.ArrayItem": {
                "title": "Workflow:Array Item",
                "description": "ArrayItem represents an array item within the array.",
                "x-allOf-name": "workflow.ArrayItem",
                "nullable": true,
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseComplexType"
                    }
                ]
            },
            "workflow.AssociatedRoles": {
                "title": "Workflow:Associated Roles",
                "description": "AssociatedRoles models the inferred tasks to the required roles mapping cached in the\nworkflow definition.",
                "x-allOf-name": "workflow.AssociatedRoles",
                "nullable": true,
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseComplexType"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'workflow.AssociatedRoles', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "workflow.AssociatedRoles"
                                ],
                                "default": "workflow.AssociatedRoles",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "workflow.AssociatedRoles"
                                ],
                                "default": "workflow.AssociatedRoles",
                                "x-enum-as-string": true
                            },
                            "Moid": {
                                "description": "Stores the identifier of the task definition for which the required roles are cached\nin the workflow definition.\nIn the case of sub workflow tasks, this property stores the identifier of the workflow\nthat is wrapped in the sub workflow task.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "PrivilegeSets": {
                                "type": "array",
                                "items": {
                                    "description": "Stores the identifiers of the privilege sets that are required to execute the task.\nThis is applicable only for worker tasks.",
                                    "type": "string",
                                    "readOnly": true,
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "RequiredPrivilegeNames": {
                                "type": "array",
                                "items": {
                                    "description": "For tasks in this workflow that invoke Intersight APIs calls, the privileges required to invoke the APIs are collected in this property.",
                                    "type": "string",
                                    "readOnly": true,
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "Roles": {
                                "type": "array",
                                "items": {
                                    "description": "Stores the identifiers of the required task roles in case of the worker task for which\nthe roles are cached.",
                                    "type": "string",
                                    "readOnly": true,
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "TaskNames": {
                                "type": "array",
                                "items": {
                                    "description": "Stores the task reference names used within the workflow that refer to the task definition.",
                                    "type": "string",
                                    "readOnly": true,
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "WorkflowRoles": {
                                "type": "array",
                                "items": {
                                    "description": "Stores the required roles of the workflow definition in case of a sub workflow task.",
                                    "$ref": "#/components/schemas/workflow.AssociatedRoles",
                                    "readOnly": true,
                                    "x-omitempty": true
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "workflow.BaseDataType": {
                "title": "Workflow:Base Data Type",
                "description": "The base data type that is used to derive all the other data types for inputs and outputs.",
                "x-allOf-name": "workflow.BaseDataType",
                "nullable": true,
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseComplexType"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'workflow.BaseDataType', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.\nThe enum values provides the list of concrete types that can be instantiated from this abstract type.",
                                "enum": [
                                    "workflow.ArrayDataType",
                                    "workflow.CustomDataType",
                                    "workflow.DynamicTemplateParserDataType",
                                    "workflow.MoInventoryDataType",
                                    "workflow.MoReferenceAutoDataType",
                                    "workflow.MoReferenceDataType",
                                    "workflow.MoReferenceForCloneDataType",
                                    "workflow.PrimitiveDataType",
                                    "workflow.TargetDataType"
                                ],
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.\nThe enum values provides the list of concrete types that can be instantiated from this abstract type.",
                                "enum": [
                                    "workflow.ArrayDataType",
                                    "workflow.CustomDataType",
                                    "workflow.DynamicTemplateParserDataType",
                                    "workflow.MoInventoryDataType",
                                    "workflow.MoReferenceAutoDataType",
                                    "workflow.MoReferenceDataType",
                                    "workflow.MoReferenceForCloneDataType",
                                    "workflow.PrimitiveDataType",
                                    "workflow.TargetDataType"
                                ],
                                "x-enum-as-string": true
                            },
                            "Default": {
                                "description": "Default value for the data type. If default value was provided and the input was required the default value will be used as the input.",
                                "$ref": "#/components/schemas/workflow.DefaultValue",
                                "x-omitempty": true
                            },
                            "Description": {
                                "description": "Provide a detailed description of the data type.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "DisplayMeta": {
                                "description": "Captures the meta data needed for displaying workflow data types in Intersight User Interface.",
                                "$ref": "#/components/schemas/workflow.DisplayMeta",
                                "x-omitempty": true
                            },
                            "InputParameters": {
                                "description": "JSON formatted mapping from other property of the definition to the current property. Input parameter mapping is supported only for custom data type property in workflow definition and custom data type definition. The format to specify mapping ina workflow definition when source property is of scalar types is '${workflow.input.property}'. The format to specify mapping when the source property is of object reference and mapping needs to be made to the property of the object is '${workflow.input.property.subproperty}'. The format to specify mapping in a custom data type definition is '${datatype.type.property}'. When the current property is of non-scalar type like composite custom data type, then mapping can be provided to the individual property of the custom data type like 'cdt_property:${workflow.input.property}'.",
                                "x-omitempty": true
                            },
                            "Label": {
                                "description": "Descriptive label for the data type. Label can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), space ( ), forward slash (/) or an underscore (_). The first and last character in label must be an alphanumeric character.",
                                "type": "string",
                                "pattern": "^[a-zA-Z0-9]+[\\sa-zA-Z0-9_'.:/-]{1,92}$",
                                "minLength": 1,
                                "maxLength": 92,
                                "x-omitempty": true
                            },
                            "Name": {
                                "description": "Descriptive name for the data type. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-) or an underscore (_). The first and last character in name must be an alphanumeric character.",
                                "type": "string",
                                "pattern": "^[a-zA-Z0-9]+([a-zA-Z0-9-_]*[a-zA-Z0-9])*$",
                                "minLength": 1,
                                "maxLength": 92,
                                "x-omitempty": true
                            },
                            "Required": {
                                "description": "Specifies whether this parameter is required. The field is applicable for task and workflow.",
                                "type": "boolean",
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "workflow.BaseOperation": {
                "title": "Workflow:Base Operation",
                "description": "Specify operation type on a service item like deployment or post-deployment to be performed on catalog.",
                "x-allOf-name": "workflow.BaseOperation",
                "nullable": true,
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseComplexType"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'workflow.BaseOperation', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.\nThe enum values provides the list of concrete types that can be instantiated from this abstract type.",
                                "enum": [
                                    "workflow.OperationTypeDecommission",
                                    "workflow.OperationTypeDeployment",
                                    "workflow.OperationTypePostDeployment"
                                ],
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.\nThe enum values provides the list of concrete types that can be instantiated from this abstract type.",
                                "enum": [
                                    "workflow.OperationTypeDecommission",
                                    "workflow.OperationTypeDeployment",
                                    "workflow.OperationTypePostDeployment"
                                ],
                                "x-enum-as-string": true
                            },
                            "OperationType": {
                                "description": "Type of action operation to be performed on the service item.\n* `PostDeployment` - This represents the post-deployment actions for the resources created or defined through the deployment action. There can be more than one post-deployment operations associated with a service item.\n* `Deployment` - This represents the deploy action, for the service item action definition. This operation type is used to create or define resources that is managed by the service item. There can only be one Service Item Action Definition that can be marked with the operation type as Deployment and this is a mandatory operation type. All valid Service Items must have one and only one operation type marked as type Deployment.\n* `Decommission` - This represents the decommission action, used to decommission the created resources. All valid Service Items must have one and only one operation type marked as type Decommission. Once a decommission action is run on a Service Item, no further operations are allowed on that Service Item.\n* `Migration` - This represents the migration action, used to migrate service item instance from one service item definition version to another service item definition version. There can be more than one migration operations associated with a service item. Once a migration action is running on a service item instance, no further operations are allowed on that service item instance during the migration process.",
                                "type": "string",
                                "enum": [
                                    "PostDeployment",
                                    "Deployment",
                                    "Decommission",
                                    "Migration"
                                ],
                                "default": "PostDeployment",
                                "x-createOnly": true,
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "workflow.BaseServiceItemActionProperty": {
                "title": "Workflow:Base Service Item Action Property",
                "description": "BaseServiceItemActionProperty is the abstract definition to capture the properties in ServiceItemActionProperties.",
                "x-allOf-name": "workflow.BaseServiceItemActionProperty",
                "nullable": true,
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseComplexType"
                    }
                ]
            },
            "workflow.BatchApiExecutor.Response": {
                "description": "The response body of a HTTP GET request for the 'workflow.BatchApiExecutor' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'workflow.BatchApiExecutor' resources.",
                "x-one-of-name": "workflow.BatchApiExecutor.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/workflow.BatchApiExecutor.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "workflow.BatchApiExecutor": {
                "title": "Batch API",
                "description": "The BatchApiExecutor object is a key component within the workflow system that facilitates the execution of multiple API requests as part of a single task execution. It is designed to handle batch operations efficiently, allowing users to define and execute a series of API calls in a cohesive manner.\n#### Purpose\nThe BatchApiExecutor serves as a mechanism to associate and manage a list of API requests that need to be executed together. This provides the ability to define API tasks using the API request body and a response parser specification, thus streamlining the execution process within a workflow.\n#### Key Concepts\n- **Batch Execution:** Enables the grouping and execution of multiple API requests as a single task, enhancing operational efficiency.\n- **Access Control:** Utilizes privilege sets to manage who can read, update, create, and delete batch API tasks, ensuring security and proper governance.\n- **Error Handling:** Integrates with error response handlers to provide robust mechanisms for parsing and managing error responses from API calls.",
                "x-allOf-name": "workflow.BatchApiExecutor",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/workflow.BatchExecutor"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'workflow.BatchApiExecutor', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "workflow.BatchApiExecutor"
                                ],
                                "default": "workflow.BatchApiExecutor",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "workflow.BatchApiExecutor"
                                ],
                                "default": "workflow.BatchApiExecutor",
                                "x-enum-as-string": true
                            },
                            "ErrorResponseHandler": {
                                "$ref": "#/components/schemas/workflow.ErrorResponseHandler.Relationship",
                                "description": "A reference to a workflowErrorResponseHandler resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline."
                            },
                            "TaskDefinition": {
                                "$ref": "#/components/schemas/workflow.TaskDefinition.Relationship",
                                "description": "A reference to a workflowTaskDefinition resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "x-createOnly": true
                            }
                        }
                    }
                ]
            },
            "workflow.BatchApiExecutor.List": {
                "title": "List of 'workflow.BatchApiExecutor' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'workflow.BatchApiExecutor' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'workflow.BatchApiExecutor' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/workflow.BatchApiExecutor"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "workflow.BatchExecutor": {
                "title": "Batch Executor",
                "description": "Intersight support for creating generic API tasks using the API request body and a response parser specification in the form of a content.Grammar object. \nThe Batch API associates a list of API requests to be executed as part of a single task, with each request containing a request body and a response parser specification.",
                "x-allOf-name": "workflow.BatchExecutor",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseMo"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'workflow.BatchExecutor', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.\nThe enum values provides the list of concrete types that can be instantiated from this abstract type.",
                                "enum": [
                                    "workflow.AnsibleBatchExecutor",
                                    "workflow.BatchApiExecutor",
                                    "workflow.PowerShellBatchApiExecutor",
                                    "workflow.SshBatchExecutor"
                                ],
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.\nThe enum values provides the list of concrete types that can be instantiated from this abstract type.",
                                "enum": [
                                    "workflow.AnsibleBatchExecutor",
                                    "workflow.BatchApiExecutor",
                                    "workflow.PowerShellBatchApiExecutor",
                                    "workflow.SshBatchExecutor"
                                ],
                                "x-enum-as-string": true
                            },
                            "Batch": {
                                "type": "array",
                                "items": {
                                    "description": "Support for one or a batch of APIs to be executed as part of the task's execution, with the batch being non-empty.",
                                    "$ref": "#/components/schemas/workflow.Api",
                                    "x-omitempty": true
                                },
                                "minItems": 1,
                                "nullable": true
                            },
                            "CancelAction": {
                                "type": "array",
                                "items": {
                                    "description": "Support for one or a batch of APIs to be executed as part of the task's cancel action, with the option for an empty cancel action.",
                                    "$ref": "#/components/schemas/workflow.Api",
                                    "x-omitempty": true
                                },
                                "minItems": 0,
                                "nullable": true
                            },
                            "Constraints": {
                                "description": "Constraints for matching this task against the task definition.",
                                "$ref": "#/components/schemas/workflow.TaskConstraints",
                                "x-omitempty": true
                            },
                            "Description": {
                                "description": "Detailed description of the batch APIs.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "Name": {
                                "description": "Name of the batch API task.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "Outcomes": {
                                "description": "Collection of possible task outcomes, represented as workflow.Outcome objects. Outcomes can be mapped to messages and are evaluated in the given order. \nA catch-all success or failure outcome with condition 'true' can be included at the end. Optional property; if not specified, the task defaults to success.",
                                "nullable": true,
                                "x-omitempty": true
                            },
                            "Output": {
                                "description": "JSON mapping of extracted API response values to task output parameters, using API response grammar defined in Intersight Orchestrator.",
                                "nullable": true,
                                "x-omitempty": true
                            },
                            "RetryFromFailedApi": {
                                "description": "Flag indicating if the retry task should from the failed API or the first API in the batch execution; default value is false.",
                                "type": "boolean",
                                "x-omitempty": true
                            },
                            "SkipOnCondition": {
                                "description": "Optional skip expression allowing the batch API executor to skip task execution when the provided Go template expression evaluates to true. \nIf not specified, the API will always be executed.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "UiRenderingData": {
                                "description": "Data required for rendering the task in the user interface.",
                                "nullable": true,
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "workflow.CancelableType": {
                "title": "Workflow:Cancelable Type",
                "description": "Defines the conditions under which a workflow can be canceled.",
                "x-allOf-name": "workflow.CancelableType",
                "nullable": true,
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseComplexType"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'workflow.CancelableType', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "workflow.CancelableType"
                                ],
                                "default": "workflow.CancelableType",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "workflow.CancelableType"
                                ],
                                "default": "workflow.CancelableType",
                                "x-enum-as-string": true
                            },
                            "CancelableStates": {
                                "type": "array",
                                "items": {
                                    "description": "List of workflow states at which the workflow is allowed to be canceled.",
                                    "type": "string",
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "Enabled": {
                                "description": "When true the workflow can be cancelled. The action can be further restricted by the mode and cancelableStates properties.",
                                "type": "boolean",
                                "default": true,
                                "x-omitempty": true
                            },
                            "Mode": {
                                "description": "Mode controls how the workflow can be canceled.\n* `ApiOnly` - The workflow can only be canceled via API call.\n* `All` - The workflow can be canceled from API or from the user interface.",
                                "type": "string",
                                "enum": [
                                    "ApiOnly",
                                    "All"
                                ],
                                "default": "ApiOnly",
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "workflow.Catalog.Response": {
                "description": "The response body of a HTTP GET request for the 'workflow.Catalog' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'workflow.Catalog' resources.",
                "x-one-of-name": "workflow.Catalog.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/workflow.Catalog.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "workflow.Catalog.Relationship": {
                "description": "A relationship to the 'workflow.Catalog' resource, or the expanded 'workflow.Catalog' resource, or the 'null' value.",
                "x-one-of-name": "workflow.Catalog.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/workflow.Catalog"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "workflow.Catalog": {
                "title": "Workflow:Catalog",
                "description": "The Catalog object serves as a container for organizing definitions related to orchestration, including both workflow, task definitions and more.\n#### Purpose\nIt provides a structured way to manage and isolate orchestration assets. Each user account has a local catalog for private definitions, while Cisco provides shared catalogs containing validated workflows and tasks for use within the account context.\n#### Key Concepts\n- **Asset Organization:** Groups workflow and task definitions for better discovery and management.\n- **Access Context:** Supports both private account-level catalogs and shared, Cisco-managed catalogs.\n- **Namespace Management:** Ensures unique identification of orchestration assets within the organizational context.",
                "x-allOf-name": "workflow.Catalog",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseMo"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'workflow.Catalog', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "workflow.Catalog"
                                ],
                                "default": "workflow.Catalog",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "workflow.Catalog"
                                ],
                                "default": "workflow.Catalog",
                                "x-enum-as-string": true
                            },
                            "Name": {
                                "description": "A unique name for the catalog.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "Organization": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/organization.Organization.Relationship",
                                "description": "A reference to a organizationOrganization resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "x-createOnly": true
                            }
                        }
                    }
                ]
            },
            "workflow.Catalog.List": {
                "title": "List of 'workflow.Catalog' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'workflow.Catalog' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'workflow.Catalog' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/workflow.Catalog"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "workflow.CatalogItemDefinition.Response": {
                "description": "The response body of a HTTP GET request for the 'workflow.CatalogItemDefinition' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'workflow.CatalogItemDefinition' resources.",
                "x-one-of-name": "workflow.CatalogItemDefinition.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/workflow.CatalogItemDefinition.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "workflow.CatalogItemDefinition.Relationship": {
                "description": "A relationship to the 'workflow.CatalogItemDefinition' resource, or the expanded 'workflow.CatalogItemDefinition' resource, or the 'null' value.",
                "x-one-of-name": "workflow.CatalogItemDefinition.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/workflow.CatalogItemDefinition"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "workflow.CatalogItemDefinition": {
                "title": "Catalog Item Definition",
                "description": "Catalog Item definition is a collection of Service items which are associated with workflow definition that can be used to deploy and manage service items.",
                "x-allOf-name": "workflow.CatalogItemDefinition",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseMo"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'workflow.CatalogItemDefinition', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "workflow.CatalogItemDefinition"
                                ],
                                "default": "workflow.CatalogItemDefinition",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "workflow.CatalogItemDefinition"
                                ],
                                "default": "workflow.CatalogItemDefinition",
                                "x-enum-as-string": true
                            },
                            "Description": {
                                "description": "The description for the catalog item which provides information on what are the pre-requisites to deploy the resource.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "Label": {
                                "description": "A user friendly short name to identify the catalog item. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ) or an underscore (_).",
                                "type": "string",
                                "pattern": "^[a-zA-Z0-9]+[\\sa-zA-Z0-9_.:-]{1,92}$",
                                "x-omitempty": true
                            },
                            "Name": {
                                "description": "The name for this catalog item definition. You can have multiple versions of the catalog item with the same name. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:) or an underscore (_).",
                                "type": "string",
                                "pattern": "^[a-zA-Z0-9_.:-]{1,64}$",
                                "x-omitempty": true
                            },
                            "PublishStatus": {
                                "description": "Publish status of the catalog item.\n* `Draft` - The enum specifies the option as Draft which means the meta definition is being designed and tested.\n* `Published` - The enum specifies the option as Published which means the meta definition is ready for consumption.\n* `Archived` - The enum specifies the option as Archived which means the meta definition is archived and can no longer be consumed.",
                                "type": "string",
                                "enum": [
                                    "Draft",
                                    "Published",
                                    "Archived"
                                ],
                                "default": "Draft",
                                "x-omitempty": true
                            },
                            "ServiceItems": {
                                "type": "array",
                                "items": {
                                    "description": "Service item types associated with this catalog item.",
                                    "$ref": "#/components/schemas/workflow.ServiceItemType",
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "SupportStatus": {
                                "description": "The CatalogItem Support depicts the support status of catalog, the values will be any of Supported or Deprecated state. The user can create a Catalog Service Request if the support status is supported, if its Deprecated then it cannot be instantiated.\n* `Supported` - The definition is a supported version and there will be no changes to the mandatory inputs or outputs.\n* `Beta` - The definition is a Beta version and this version can under go changes until the version is marked supported.\n* `Deprecated` - The version of definition is deprecated and typically there will be a higher version of the same definition that has been added.",
                                "type": "string",
                                "enum": [
                                    "Supported",
                                    "Beta",
                                    "Deprecated"
                                ],
                                "default": "Supported",
                                "x-omitempty": true
                            },
                            "UserIdOrEmail": {
                                "description": "The user identifier who created or updated the catalog item definition.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ValidationInformation": {
                                "description": "The current validation state of catalog and associated validation errors when state is invalid.",
                                "$ref": "#/components/schemas/workflow.ValidationInformation",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Version": {
                                "description": "The version of the catalog item to support multiple versions.",
                                "type": "integer",
                                "format": "int64",
                                "default": 1,
                                "minimum": 1,
                                "x-createOnly": true,
                                "x-omitempty": true
                            },
                            "Organization": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/organization.Organization.Relationship",
                                "description": "A reference to a organizationOrganization resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "x-createOnly": true
                            }
                        }
                    }
                ]
            },
            "workflow.CatalogItemDefinition.List": {
                "title": "List of 'workflow.CatalogItemDefinition' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'workflow.CatalogItemDefinition' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'workflow.CatalogItemDefinition' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/workflow.CatalogItemDefinition"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "workflow.CatalogServiceRequest.Response": {
                "description": "The response body of a HTTP GET request for the 'workflow.CatalogServiceRequest' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'workflow.CatalogServiceRequest' resources.",
                "x-one-of-name": "workflow.CatalogServiceRequest.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/workflow.CatalogServiceRequest.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "workflow.CatalogServiceRequest.Relationship": {
                "description": "A relationship to the 'workflow.CatalogServiceRequest' resource, or the expanded 'workflow.CatalogServiceRequest' resource, or the 'null' value.",
                "x-one-of-name": "workflow.CatalogServiceRequest.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/workflow.CatalogServiceRequest"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "workflow.CatalogServiceRequest": {
                "title": "Catalog Service Request",
                "description": "Catalog Service Request is one instance of a catalog item based on a catalog item definition.",
                "x-allOf-name": "workflow.CatalogServiceRequest",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseMo"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'workflow.CatalogServiceRequest', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "workflow.CatalogServiceRequest"
                                ],
                                "default": "workflow.CatalogServiceRequest",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "workflow.CatalogServiceRequest"
                                ],
                                "default": "workflow.CatalogServiceRequest",
                                "x-enum-as-string": true
                            },
                            "Description": {
                                "description": "The description for this catalog service request which provides information on request from the user.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "EndTime": {
                                "description": "The time at which the service request completed or stopped.",
                                "type": "string",
                                "format": "date-time",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Input": {
                                "description": "Inputs for a catalog service request instance creation, format is specified by input definition of the catalog item definition.",
                                "x-omitempty": true
                            },
                            "Label": {
                                "description": "A user friendly short name to identify the catalog service request instance. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ) or an underscore (_).",
                                "type": "string",
                                "pattern": "^$|^[a-zA-Z0-9]+[\\sa-zA-Z0-9_.:-]{1,92}$",
                                "x-omitempty": true
                            },
                            "Messages": {
                                "type": "array",
                                "items": {
                                    "description": "Captures log messages for each of the service item contained in the catalog service request.",
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/servicerequest.Message",
                                    "readOnly": true,
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "Name": {
                                "description": "A name of the catalog service request instance.",
                                "type": "string",
                                "pattern": "^[a-zA-Z0-9]+[\\sa-zA-Z0-9_.:-]{1,92}$",
                                "x-omitempty": true
                            },
                            "Operation": {
                                "description": "Captures the operation to be performed as part of catalog service request.",
                                "$ref": "#/components/schemas/workflow.BaseOperation",
                                "x-omitempty": true
                            },
                            "SelectionCriteriaInputs": {
                                "type": "array",
                                "items": {
                                    "description": "Captures the policy input, value and filter conditions which are used for extracting the value.",
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/serviceitem.SelectionCriteriaInput",
                                    "readOnly": true,
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "Status": {
                                "description": "Status of the catalog service request instance which determines the actions that are allowed on this instance.\n* `NotCreated` - The service item is not yet created and it is in a draft mode. A service item instance can be deleted in this state.\n* `InProgress` - An action is in progress and until that action has reached a final state, another action cannot be started.\n* `Failed` - The last action on the service item instance failed and corrective measures need to be taken to bring the service item instance back to valid state.\n* `Okay` - The last action on the service item instance completed and the service item instance is in Okay state.\n* `Decommissioned` - The service item is decommissioned and can be safely deleted. A service item instance in any other state after it has been created cannot be deleted until it has been decommissioned.",
                                "type": "string",
                                "enum": [
                                    "NotCreated",
                                    "InProgress",
                                    "Failed",
                                    "Okay",
                                    "Decommissioned"
                                ],
                                "default": "NotCreated",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "UserIdOrEmail": {
                                "description": "The user identifier who invoked the request to create the catalog service request.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "CatalogItemDefinition": {
                                "$ref": "#/components/schemas/workflow.CatalogItemDefinition.Relationship",
                                "description": "A reference to a workflowCatalogItemDefinition resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "x-createOnly": true
                            },
                            "Idp": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/iam.Idp.Relationship",
                                "description": "A reference to a iamIdp resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline."
                            },
                            "IdpReference": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/iam.IdpReference.Relationship",
                                "description": "A reference to a iamIdpReference resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline."
                            },
                            "Organization": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/organization.Organization.Relationship",
                                "description": "A reference to a organizationOrganization resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "ServiceItemActionInstances": {
                                "description": "An array of relationships to workflowServiceItemActionInstance resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/workflow.ServiceItemActionInstance.Relationship"
                                },
                                "nullable": true,
                                "readOnly": true
                            },
                            "ServiceItemInstances": {
                                "description": "An array of relationships to workflowServiceItemInstance resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/workflow.ServiceItemInstance.Relationship"
                                },
                                "nullable": true,
                                "readOnly": true
                            },
                            "User": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/iam.User.Relationship",
                                "description": "A reference to a iamUser resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline."
                            }
                        }
                    }
                ]
            },
            "workflow.CatalogServiceRequest.List": {
                "title": "List of 'workflow.CatalogServiceRequest' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'workflow.CatalogServiceRequest' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'workflow.CatalogServiceRequest' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/workflow.CatalogServiceRequest"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "workflow.CliCommand": {
                "title": "CLI Command",
                "description": "This models a single CLI command that can be executed on the end point.",
                "x-allOf-name": "workflow.CliCommand",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/workflow.Api"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'workflow.CliCommand', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "workflow.CliCommand"
                                ],
                                "default": "workflow.CliCommand",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "workflow.CliCommand"
                                ],
                                "default": "workflow.CliCommand",
                                "x-enum-as-string": true
                            },
                            "Command": {
                                "description": "The command to run on the device connector.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "EndPrompt": {
                                "description": "The regex string that identifies the end of the command response.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "ExpectPrompts": {
                                "type": "array",
                                "items": {
                                    "description": "Cli prompts required as part of interactive command execution. For e.g. login credentials will be part of prompts\nwhich are provided as list of expect prompt regex and corresponding answer string.",
                                    "$ref": "#/components/schemas/workflow.ExpectPrompt",
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "ExpectedExitCodes": {
                                "type": "array",
                                "items": {
                                    "description": "Optional array of integer values to specify the expected exit codes of a CLI command. CLI command execution\nis marked success upon receiving any of the expected exit code from command execution. If not set, success\nexit code of 0 is expected from command execution.",
                                    "type": "integer",
                                    "format": "int64",
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "SkipStatusCheck": {
                                "description": "Skips the execution status check of the terminal command. One use case for this is while exiting the\nterminal session from esxi host.",
                                "type": "boolean",
                                "x-omitempty": true
                            },
                            "TerminalEnd": {
                                "description": "If this flag is set, it marks the end of the terminal session where the previous commands were executed.",
                                "type": "boolean",
                                "x-omitempty": true
                            },
                            "TerminalStart": {
                                "description": "If this flag is set, the execution of this command initiates a terminal session in which the subsequent\nCLI commands are executed until a command with terminalEnd flag is encountered or the end of the batch.",
                                "type": "boolean",
                                "x-omitempty": true
                            },
                            "Type": {
                                "description": "The type of the command - can be interactive or non-interactive.\n* `NonInteractive` - The CLI command is not an interactive command.\n* `Interactive` - The CLI command is executed in interactive mode and the command must provide the expects andanswers.",
                                "type": "string",
                                "enum": [
                                    "NonInteractive",
                                    "Interactive"
                                ],
                                "default": "NonInteractive",
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "workflow.Comments": {
                "title": "Workflow:Comments",
                "description": "Contains detailed information about template function.",
                "x-allOf-name": "workflow.Comments",
                "nullable": true,
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseComplexType"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'workflow.Comments', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "workflow.Comments"
                                ],
                                "default": "workflow.Comments",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "workflow.Comments"
                                ],
                                "default": "workflow.Comments",
                                "x-enum-as-string": true
                            },
                            "Description": {
                                "description": "Description field provides comment about the template function.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "Examples": {
                                "type": "array",
                                "items": {
                                    "description": "The example describes the invocation method for template API.",
                                    "type": "string",
                                    "x-omitempty": true
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "workflow.Constraints": {
                "title": "Workflow:Constraints",
                "description": "Captures the constraints for valid parameter values.",
                "x-allOf-name": "workflow.Constraints",
                "nullable": true,
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseComplexType"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'workflow.Constraints', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "workflow.Constraints"
                                ],
                                "default": "workflow.Constraints",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "workflow.Constraints"
                                ],
                                "default": "workflow.Constraints",
                                "x-enum-as-string": true
                            },
                            "EnumList": {
                                "type": "array",
                                "items": {
                                    "description": "When the parameter is a enum then this list of enum entry is used to validate the input belongs to one of items in the list.",
                                    "$ref": "#/components/schemas/workflow.EnumEntry",
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "Max": {
                                "description": "Allowed maximum value of the parameter if parameter is integer/float or maximum length of the parameter if the parameter is string. When max and min are set to 0, then the limits are not checked. If parameter is integer/float, then maximum number supported is 1.797693134862315708145274237317043567981e+308 or (2**1023 * (2**53 - 1) / 2**52). When a number bigger than this is given as Maximum value, the constraints will not be enforced.",
                                "type": "number",
                                "format": "double",
                                "x-omitempty": true
                            },
                            "Min": {
                                "description": "Allowed minimum value of the parameter if parameter is integer/float or minimum length of the parameter if the parameter is string. When max and min are set to 0, then the limits are not checked. If parameter is integer/float, then minimum number supported is 4.940656458412465441765687928682213723651e-324 or (1 / 2 ** (1023 - 1 + 52)). When a number smaller than this is given as minimum value, the constraints will not be enforced.",
                                "type": "number",
                                "format": "double",
                                "x-omitempty": true
                            },
                            "Regex": {
                                "description": "When the parameter is a string this regular expression is used to ensure the value is valid.",
                                "type": "string",
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "workflow.ControlTask": {
                "title": "Workflow:Control Task",
                "description": "Control tasks run within the workflow engine and are not executed by remote worker microservices. They are used to modify flow of control within a workflow.",
                "x-allOf-name": "workflow.ControlTask",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/workflow.WorkflowTask"
                    }
                ]
            },
            "workflow.CustomArrayItem": {
                "title": "Workflow:Custom Array Item",
                "description": "Captures an array of custom datatype items.",
                "x-allOf-name": "workflow.CustomArrayItem",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/workflow.ArrayItem"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'workflow.CustomArrayItem', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "workflow.CustomArrayItem"
                                ],
                                "default": "workflow.CustomArrayItem",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "workflow.CustomArrayItem"
                                ],
                                "default": "workflow.CustomArrayItem",
                                "x-enum-as-string": true
                            },
                            "Properties": {
                                "description": "Captures an array item which is of custom data type.",
                                "$ref": "#/components/schemas/workflow.CustomDataProperty",
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "workflow.CustomDataProperty": {
                "title": "Workflow:Custom Data Property",
                "description": "Capture all the properties for Custom data type.",
                "x-allOf-name": "workflow.CustomDataProperty",
                "nullable": true,
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseComplexType"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'workflow.CustomDataProperty', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "workflow.CustomDataProperty"
                                ],
                                "default": "workflow.CustomDataProperty",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "workflow.CustomDataProperty"
                                ],
                                "default": "workflow.CustomDataProperty",
                                "x-enum-as-string": true
                            },
                            "CatalogMoid": {
                                "description": "Specify the catalog moid that this custom data type belongs.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "CustomDataTypeId": {
                                "description": "The resolved custom data type definition managed object.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "CustomDataTypeName": {
                                "description": "Name of the custom data type for this input.",
                                "type": "string",
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "workflow.CustomDataType": {
                "title": "Workflow:Custom Data Type",
                "description": "This data type represents a custom data object.",
                "x-allOf-name": "workflow.CustomDataType",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/workflow.BaseDataType"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'workflow.CustomDataType', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "workflow.CustomDataType"
                                ],
                                "default": "workflow.CustomDataType",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "workflow.CustomDataType"
                                ],
                                "default": "workflow.CustomDataType",
                                "x-enum-as-string": true
                            },
                            "Properties": {
                                "description": "Captures the custom data type properties.",
                                "$ref": "#/components/schemas/workflow.CustomDataProperty",
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "workflow.CustomDataTypeDefinition.Response": {
                "description": "The response body of a HTTP GET request for the 'workflow.CustomDataTypeDefinition' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'workflow.CustomDataTypeDefinition' resources.",
                "x-one-of-name": "workflow.CustomDataTypeDefinition.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/workflow.CustomDataTypeDefinition.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "workflow.CustomDataTypeDefinition.Relationship": {
                "description": "A relationship to the 'workflow.CustomDataTypeDefinition' resource, or the expanded 'workflow.CustomDataTypeDefinition' resource, or the 'null' value.",
                "x-one-of-name": "workflow.CustomDataTypeDefinition.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/workflow.CustomDataTypeDefinition"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "workflow.CustomDataTypeDefinition": {
                "title": "Custom Datatype",
                "description": "The CustomDataTypeDefinition object provides a framework for defining customized data types used within workflows, enhancing flexibility and reusability.\n#### Purpose\nCustomDataTypeDefinition allows users to create and manage data types that can be used as inputs or outputs in workflows, tailoring data handling to specific use cases and requirements.\n#### Key Concepts\n- **Flexibility:** Supports the creation of complex data structures that can be reused across multiple workflows.\n- **Type Management:** Provides capabilities to define properties, constraints, and relationships for custom data types.",
                "x-allOf-name": "workflow.CustomDataTypeDefinition",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseMo"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'workflow.CustomDataTypeDefinition', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "workflow.CustomDataTypeDefinition"
                                ],
                                "default": "workflow.CustomDataTypeDefinition",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "workflow.CustomDataTypeDefinition"
                                ],
                                "default": "workflow.CustomDataTypeDefinition",
                                "x-enum-as-string": true
                            },
                            "CompositeType": {
                                "description": "When true this data type definition is a collection of type definitions to represent composite data like JSON.",
                                "type": "boolean",
                                "default": false,
                                "x-omitempty": true
                            },
                            "Description": {
                                "description": "A human-friendly description of this custom data type indicating it's domain and usage.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "Label": {
                                "description": "A user friendly short name to identify the custom data type definition. Label can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ), single quote ('), or an underscore (_) and must be at least 2 characters.",
                                "type": "string",
                                "pattern": "^[a-zA-Z0-9]+[\\sa-zA-Z0-9_'.:-]{1,92}$",
                                "x-omitempty": true
                            },
                            "Name": {
                                "description": "The name of custom data type definition. The valid name can contain lower case and upper case alphabetic characters, digits and special characters '-' and '_'.",
                                "type": "string",
                                "pattern": "^[a-zA-Z0-9_-]{1,64}$",
                                "x-createOnly": true,
                                "x-omitempty": true
                            },
                            "ParameterSet": {
                                "type": "array",
                                "items": {
                                    "description": "Parameter set rules that will govern the applicability of parameters.",
                                    "$ref": "#/components/schemas/workflow.ParameterSet",
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "Properties": {
                                "description": "Type to capture all the properties for the custom data type definition.",
                                "$ref": "#/components/schemas/workflow.CustomDataTypeProperties",
                                "x-omitempty": true
                            },
                            "TypeDefinition": {
                                "type": "array",
                                "items": {
                                    "description": "The properties of this custom data type definition.",
                                    "$ref": "#/components/schemas/workflow.BaseDataType",
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "Catalog": {
                                "$ref": "#/components/schemas/workflow.Catalog.Relationship",
                                "description": "A reference to a workflowCatalog resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "x-createOnly": true
                            },
                            "ClonedFrom": {
                                "$ref": "#/components/schemas/workflow.CustomDataTypeDefinition.Relationship",
                                "description": "A reference to a workflowCustomDataTypeDefinition resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            }
                        }
                    }
                ]
            },
            "workflow.CustomDataTypeDefinition.List": {
                "title": "List of 'workflow.CustomDataTypeDefinition' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'workflow.CustomDataTypeDefinition' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'workflow.CustomDataTypeDefinition' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/workflow.CustomDataTypeDefinition"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "workflow.CustomDataTypeProperties": {
                "title": "Workflow:Custom Data Type Properties",
                "description": "Properties for a custom data type definition.",
                "x-allOf-name": "workflow.CustomDataTypeProperties",
                "nullable": true,
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseComplexType"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'workflow.CustomDataTypeProperties', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "workflow.CustomDataTypeProperties"
                                ],
                                "default": "workflow.CustomDataTypeProperties",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "workflow.CustomDataTypeProperties"
                                ],
                                "default": "workflow.CustomDataTypeProperties",
                                "x-enum-as-string": true
                            },
                            "Cloneable": {
                                "description": "When set to false custom data type is not cloneable. It is set to true only if data type is not internal and it is not using any internal custom data type.",
                                "type": "boolean",
                                "default": true,
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ExternalMeta": {
                                "description": "When set to false the custom data type is owned by the system and used for internal services. Such custom data type cannot be directly used by external entities.",
                                "type": "boolean",
                                "default": false,
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "SupportStatus": {
                                "description": "Supported status of the definition.\n* `Supported` - The definition is a supported version and there will be no changes to the mandatory inputs or outputs.\n* `Beta` - The definition is a Beta version and this version can under go changes until the version is marked supported.\n* `Deprecated` - The version of definition is deprecated and typically there will be a higher version of the same definition that has been added.",
                                "type": "string",
                                "enum": [
                                    "Supported",
                                    "Beta",
                                    "Deprecated"
                                ],
                                "default": "Supported",
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "workflow.DataSourceSelector": {
                "title": "Workflow:Data Source Selector",
                "description": "An alternative selector to MoReferenceProperty that serves as a data source for PrimitiveDataTypes. It supports selecting data from workflow execution sources, including workflow inputs and outputs from previous tasks.",
                "x-allOf-name": "workflow.DataSourceSelector",
                "nullable": true,
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseComplexType"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'workflow.DataSourceSelector', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "workflow.DataSourceSelector"
                                ],
                                "default": "workflow.DataSourceSelector",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "workflow.DataSourceSelector"
                                ],
                                "default": "workflow.DataSourceSelector",
                                "x-enum-as-string": true
                            },
                            "DisplayAttributes": {
                                "type": "array",
                                "items": {
                                    "description": "List of properties from the mapped parameter.",
                                    "type": "string",
                                    "x-omitempty": true
                                },
                                "minItems": 1,
                                "nullable": true
                            },
                            "Selector": {
                                "description": "This field holds mapping information used to provide suggestions to the user. The mapping should be in the '${workflow.input.property}' format. It supports workflow input mapping for workflows, and for User Actions, it supports workflow inputs, workflow outputs, workflow variables, and outputs from previous tasks.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "ValueAttribute": {
                                "description": "A property from the mapped parameter, value of which can be used as value for referenced input definition.",
                                "type": "string",
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "workflow.DecisionCase": {
                "title": "Workflow:Decision Case",
                "description": "A Decision Case is a condition for a Decision Task. It is the equivalent of case statement in the programming language paradigm of switch and case.",
                "x-allOf-name": "workflow.DecisionCase",
                "nullable": true,
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseComplexType"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'workflow.DecisionCase', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "workflow.DecisionCase"
                                ],
                                "default": "workflow.DecisionCase",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "workflow.DecisionCase"
                                ],
                                "default": "workflow.DecisionCase",
                                "x-enum-as-string": true
                            },
                            "Description": {
                                "description": "Description of this decision case.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "NextTask": {
                                "description": "The name of the next task (Task names unique within workflow) to run.  In a graph model, denotes an edge to another Task Node.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "Value": {
                                "description": "Value for the decision case.",
                                "type": "string",
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "workflow.DecisionTask": {
                "title": "Workflow:Decision Task",
                "description": "A DecisionTask is a control task that executes a sequence of WorkflowTasks based off decision provided and evaluated by this task.",
                "x-allOf-name": "workflow.DecisionTask",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/workflow.ControlTask"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'workflow.DecisionTask', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "workflow.DecisionTask"
                                ],
                                "default": "workflow.DecisionTask",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "workflow.DecisionTask"
                                ],
                                "default": "workflow.DecisionTask",
                                "x-enum-as-string": true
                            },
                            "Condition": {
                                "description": "The condition to evaluate for this decision task. The condition can be a workflow or task variable or an JavaScript expression. Example value for condition could be a variable like \"${task1.output.var1} or ${workflow.input.var2}\" which evaluates to a value matching any of the decision case values. Example value for condition if it's an expression - \"if ( ${task1.output.var1} ! = null && ${task1.output.var1} > 0 ) 'true'; else 'false'; \" which evaluates to 'true' or 'false' and will match one of the decision case values. You can also use JavaScript functions like indexOf, toUpperCase in the expression which will be evaluated by the expression evaluator.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "DecisionCases": {
                                "type": "array",
                                "items": {
                                    "description": "A list of potential decision task flows based off a condition.",
                                    "$ref": "#/components/schemas/workflow.DecisionCase",
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "DefaultTask": {
                                "description": "The default next Task to execute if the decision cannot be evaluated to any of the DecisionCases.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "InputParameters": {
                                "description": "This field is deprecated. Decision case conditions can be added using the workflow input or task output variables in the Condition field. Refer to Condition field for more details.",
                                "deprecated": true,
                                "x-sunset": "2027-03-01",
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "workflow.DefaultValue": {
                "title": "Workflow:Default Value",
                "description": "Captures default vales for a data type.",
                "x-allOf-name": "workflow.DefaultValue",
                "nullable": true,
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseComplexType"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'workflow.DefaultValue', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "workflow.DefaultValue"
                                ],
                                "default": "workflow.DefaultValue",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "workflow.DefaultValue"
                                ],
                                "default": "workflow.DefaultValue",
                                "x-enum-as-string": true
                            },
                            "IsValueSet": {
                                "description": "A flag that indicates whether a default value is given or not. This flag will be useful in case of the secure parameter where the value will be filtered out in API responses.",
                                "type": "boolean",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Override": {
                                "description": "Override the default value provided for the data type. When true, allow the user to enter value for the data type.",
                                "type": "boolean",
                                "x-omitempty": true
                            },
                            "Value": {
                                "description": "Default value for the data type. If default value was provided and the input was required the default value will be used as the input.",
                                "nullable": true,
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "workflow.DisplayMeta": {
                "title": "Workflow:Display Meta",
                "description": "Captures the meta data needed for displaying workflow data types in Intersight User Interface.",
                "x-allOf-name": "workflow.DisplayMeta",
                "nullable": true,
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseComplexType"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'workflow.DisplayMeta', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "workflow.DisplayMeta"
                                ],
                                "default": "workflow.DisplayMeta",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "workflow.DisplayMeta"
                                ],
                                "default": "workflow.DisplayMeta",
                                "x-enum-as-string": true
                            },
                            "InventorySelector": {
                                "description": "Inventory selector specified for primitive data property should be used in Intersight User Interface.",
                                "type": "boolean",
                                "default": true,
                                "x-omitempty": true
                            },
                            "WidgetType": {
                                "description": "Specify the widget type for data display.\n* `None` - Display none of the widget types.\n* `Radio` - Display the widget as a radio button.\n* `Dropdown` - Display the widget as a dropdown.\n* `GridSelector` - Display the widget as a selector.\n* `DrawerSelector` - Display the widget as a selector.\n* `MultiSelect` - Display the widget as a multi-select.\n* `Switcher` - Display the widget as a switcher.",
                                "type": "string",
                                "enum": [
                                    "None",
                                    "Radio",
                                    "Dropdown",
                                    "GridSelector",
                                    "DrawerSelector",
                                    "MultiSelect",
                                    "Switcher"
                                ],
                                "default": "None",
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "workflow.DynamicTemplateParserDataType": {
                "title": "Workflow:Dynamic Template Parser Data Type",
                "description": "Data type to fetch a generic template from given selector and parse it using an api to give an array of secure and non-secure keys for form generation. URL used to fetch the template object is based on the templateType. Final input passed to the workflow using this data type is a JSON containing {'Template':'<template string value>', 'Keys':[{'<key1>':'<val 1>'}], 'SecureKeys':[{'<key2>':'<val2>'}]}.",
                "x-allOf-name": "workflow.DynamicTemplateParserDataType",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/workflow.BaseDataType"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'workflow.DynamicTemplateParserDataType', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "workflow.DynamicTemplateParserDataType"
                                ],
                                "default": "workflow.DynamicTemplateParserDataType",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "workflow.DynamicTemplateParserDataType"
                                ],
                                "default": "workflow.DynamicTemplateParserDataType",
                                "x-enum-as-string": true
                            },
                            "IsTemplateSecure": {
                                "description": "When set to true, the template is marked as secure and the content is encrypted and stored.",
                                "type": "boolean",
                                "x-omitempty": true
                            },
                            "TemplateType": {
                                "description": "Template type decides on the API to be used to fetch the placeholders present inside the template.\n* `OsInstall` - This refers to the OS configuration template MO.",
                                "type": "string",
                                "enum": [
                                    "OsInstall"
                                ],
                                "default": "OsInstall",
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "workflow.EndTask": {
                "title": "Workflow:End Task",
                "description": "An EndTask denotes the completion of a workflow.",
                "x-allOf-name": "workflow.EndTask",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/workflow.ControlTask"
                    }
                ]
            },
            "workflow.EnumEntry": {
                "title": "Workflow:Enum Entry",
                "description": "Captures a single enum entry which has a label and value.",
                "x-allOf-name": "workflow.EnumEntry",
                "nullable": true,
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseComplexType"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'workflow.EnumEntry', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "workflow.EnumEntry"
                                ],
                                "default": "workflow.EnumEntry",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "workflow.EnumEntry"
                                ],
                                "default": "workflow.EnumEntry",
                                "x-enum-as-string": true
                            },
                            "Label": {
                                "description": "Label for the enum value. A user friendly short string to identify the enum value. Label can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ), single quote ('), forward slash (/), round parenthesis ( () ), or an underscore (_) and must have an alphanumeric character.",
                                "type": "string",
                                "pattern": "^[a-zA-Z0-9]+[+\\s\\/a-zA-Z0-9)(_'.:-]{0,92}$",
                                "x-omitempty": true
                            },
                            "Value": {
                                "description": "Enum value for this enum entry. Value will be passed to the workflow as string type for execution. Value can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ), round parenthesis ( () ), forward slash (/), or an underscore (_).",
                                "type": "string",
                                "pattern": "^[a-zA-Z0-9_.:-]*[+\\s\\/a-zA-Z0-9)(_.:-]{1,64}$",
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "workflow.EnvironmentVariableReference": {
                "title": "Workflow:Environment Variable Reference",
                "description": "Holds environment variables references.",
                "x-allOf-name": "workflow.EnvironmentVariableReference",
                "nullable": true,
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseComplexType"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'workflow.EnvironmentVariableReference', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "workflow.EnvironmentVariableReference"
                                ],
                                "default": "workflow.EnvironmentVariableReference",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "workflow.EnvironmentVariableReference"
                                ],
                                "default": "workflow.EnvironmentVariableReference",
                                "x-enum-as-string": true
                            },
                            "CatalogMoid": {
                                "description": "Environment variable catalog moid.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Moid": {
                                "description": "Environment variable moid.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Name": {
                                "description": "Environment variable name.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "workflow.ErrorResponseHandler.Response": {
                "description": "The response body of a HTTP GET request for the 'workflow.ErrorResponseHandler' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'workflow.ErrorResponseHandler' resources.",
                "x-one-of-name": "workflow.ErrorResponseHandler.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/workflow.ErrorResponseHandler.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "workflow.ErrorResponseHandler.Relationship": {
                "description": "A relationship to the 'workflow.ErrorResponseHandler' resource, or the expanded 'workflow.ErrorResponseHandler' resource, or the 'null' value.",
                "x-one-of-name": "workflow.ErrorResponseHandler.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/workflow.ErrorResponseHandler"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "workflow.ErrorResponseHandler": {
                "title": "Error Response Handler",
                "description": "The ErrorResponseHandler object is designed to manage error responses within the workflow system. This provides a standardized way to define error response specifications that can be reused across multiple API tasks.\n#### Purpose\nThe ErrorResponseHandler object allows users to create a generic error response specification, which can be applied to various Batch APIs. It streamlines the process of defining and handling error parameters, ensuring consistent error management across API tasks.\n#### Key Concepts\n- **Reusable Specifications:** Facilitates the creation of generic error response specifications that can be applied to multiple API requests.\n- **Error Parsing:** Provides parameters for parsing error responses when specific error parameters are not defined in individual API requests.\n- **Integration:** Works seamlessly with BatchApiExecutor to manage error responses within batch operations.\n- **Access Control:** Ensures secure and controlled access to read, update, create, and delete operations related to error response handlers.",
                "x-allOf-name": "workflow.ErrorResponseHandler",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseMo"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'workflow.ErrorResponseHandler', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "workflow.ErrorResponseHandler"
                                ],
                                "default": "workflow.ErrorResponseHandler",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "workflow.ErrorResponseHandler"
                                ],
                                "default": "workflow.ErrorResponseHandler",
                                "x-enum-as-string": true
                            },
                            "Description": {
                                "description": "A detailed description about the error response handler.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "Name": {
                                "description": "Name for the error response handler.",
                                "type": "string",
                                "pattern": "^[a-zA-Z0-9_.:-]{1,64}$",
                                "x-omitempty": true
                            },
                            "Parameters": {
                                "type": "array",
                                "items": {
                                    "description": "Collection of parameters present in error response from the endpoint.",
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/content.Parameter",
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "PlatformType": {
                                "description": "The platform type for which the error response handler is defined.\n* `` - An unrecognized platform type.\n* `APIC` - A Cisco Application Policy Infrastructure Controller (APIC) cluster.\n* `CAPIC` - A Cisco Cloud Application Policy Infrastructure Controller (Cloud APIC) instance.\n* `DCNM` - A Cisco Data Center Network Manager (DCNM) instance.\n* `UCSFI` - A Cisco UCS Fabric Interconnect that is managed by Cisco UCS Manager (UCSM).\n* `UCSFIISM` - A Cisco UCS Fabric Interconnect that is managed by Cisco Intersight.\n* `IMC` - A standalone Cisco UCS rack server (Deprecated).\n* `IMCM4` - A standalone Cisco UCS C-Series or S-Series M4 server.\n* `IMCM5` - A standalone Cisco UCS C-Series or S-Series M5 server.\n* `IMCRack` - A standalone Cisco UCS C-Series or S-Series M6 or newer server.\n* `UCSIOM` - A Cisco UCS Blade Chassis I/O Module (IOM).\n* `UCSPCIeNODE` - A Cisco UCS PCIe Node in a blade form factor.\n* `UCSXFM` - A Cisco UCS Fabric Extender Module (XFM).\n* `HX` - A Cisco HyperFlex (HX) cluster.\n* `UCSD` - A Cisco UCS Director (UCSD) instance.\n* `UCSXECMC` - A Cisco UCSXE Chassis Management Controller.\n* `UCSXESecureRouter` - A secure networking router node designed to operate as part of a UCSXE chassis.\n* `IntersightAppliance` - A Cisco Intersight Connected Virtual Appliance instance.\n* `IntersightAssist` - A Cisco Intersight Assist instance.\n* `PureStorageFlashArray` - A Pure Storage FlashArray that is managed using Cisco Intersight Assist. Cisco Intersight Workload Optimizer and storage management features are supported on this device.\n* `PureStorageFlashBladeSystem` - A Pure Storage FlashBlade target that is managed using Cisco Intersight Assist. Storage management feature is supported on this device.\n* `NexusDevice` - A Cisco Nexus Network Switch that is managed using Cisco Intersight Assist.\n* `ACISwitch` - A Cisco Nexus Network Switch with the embedded Device Connector and is a part of the Cisco ACI fabric.\n* `NexusSwitch` - A standalone Cisco Nexus Network Switch with the embedded Device Connector.\n* `MDSSwitch` - A Cisco MDS Switch that is managed using the embedded Device Connector.\n* `MDSDevice` - A Cisco MDS Switch that is managed using Cisco Intersight Assist.\n* `UCSC885` - A standalone Cisco UCS C885 Server.\n* `CAI845A` - A standalone Cisco AI 845A Server.\n* `UCSC890` - A standalone Cisco UCS C890 server managed using Cisco Intersight Assist.\n* `RedfishServer` - A generic target type for servers that support Redfish APIs and is managed using Cisco Intersight Assist. Support is limited to HPE and Dell Servers.\n* `NetAppOntap` - A Netapp ONTAP Storage system that is managed using Cisco Intersight Assist. Cisco Intersight Workload Optimizer features are supported on this device.\n* `NetAppActiveIqUnifiedManager` - A NetApp Active IQ Unified Manager (AIQUM) that is managed using Cisco Intersight Assist.\n* `EmcScaleIo` - An EMC ScaleIO Software Defined Storage system that is managed using Cisco Intersight Assist. Cisco Intersight Workload Optimizer features are supported on this device.\n* `EmcVmax` - An EMC VMAX 2 or 3 series enterprise storage array that is managed using Cisco Intersight Assist. Cisco Intersight Workload Optimizer features are supported on this device.\n* `EmcVplex` - An EMC VPLEX virtual storage system that is managed using Cisco Intersight Assist. Cisco Intersight Workload Optimizer features are supported on this device.\n* `EmcXtremIo` - An EMC XtremIO SSD storage system that is managed using Cisco Intersight Assist. Cisco Intersight Workload Optimizer features are supported on this device.\n* `VmwareVcenter` - A VMware vCenter instance that is managed using Cisco Intersight Assist. Cisco Intersight Workload Optimizer and Virtualization features are supported on this hypervisor.\n* `MicrosoftHyperV` - A Microsoft Hyper-V host that is managed using Cisco Intersight Assist. Optionally, other hosts in the cluster can be discovered through this host. Cisco Intersight Workload Optimizer features are supported on this hypervisor.\n* `AppDynamics` - An AppDynamics controller running in a SaaS or on-prem datacenter. On-prem AppDynamics instance is managed using Cisco Intersight Assist. Cisco Intersight Workload Optimizer features are supported on this controller.\n* `Dynatrace` - A Dynatrace Server instance running in a SaaS or on-prem datacenter. On-prem Dynatrace instance is managed using Cisco Intersight Assist. Cisco Intersight Workload Optimizer features are supported on this server.\n* `NewRelic` - A NewRelic user account. The NewRelic instance monitors the application infrastructure. Cisco Intersight Workload Optimizer features are supported on this server.\n* `ServiceNow` - A cloud-based workflow automation platform that enables enterprise organizations to improve operational efficiencies by streamlining and automating routine work tasks.\n* `Umbrella` - Umbrella cloud target that discovers and monitors an organization. It discovers entities like Datacenters, Devices, Tunnels, Networks, etc.\n* `CloudFoundry` - An open source cloud platform on which developers can build, deploy, run and scale applications.\n* `MicrosoftAzureApplicationInsights` - A feature of Azure Monitor, is an extensible Application Performance Management service for developers and DevOps professionals to monitor their live applications.\n* `OpenStack` - An OpenStack target manages Virtual Machines, Physical Machines, Datacenters and Virtual Datacenters using different OpenStack services as administrative endpoints.\n* `MicrosoftSqlServer` - A Microsoft SQL database server that is managed using Cisco Intersight Assist. Cisco Intersight Workload Optimizer features are supported on this database.\n* `MySqlServer` - A MySQL database server that is managed using Cisco Intersight Assist. Cisco Intersight Workload Optimizer features are supported on this database.\n* `OracleDatabaseServer` - An Oracle database server that is managed using Cisco Intersight Assist. Cisco Intersight Workload Optimizer features are supported on this database.\n* `IBMWebSphereApplicationServer` - An IBM WebSphere Application server that is managed using Cisco Intersight Assist. Cisco Intersight Workload Optimizer features are supported on this application server.\n* `OracleWebLogicServer` - Oracle WebLogic Server is a unified and extensible platform for developing, deploying and running enterprise applications, such as Java, for on-premises and in the cloud. WebLogic Server offers a robust, mature, and scalable implementation of Java Enterprise Edition (EE) and Jakarta EE.\n* `ApacheTomcatServer` - An Apache Tomcat server that is managed using Cisco Intersight Assist. Cisco Intersight Workload Optimizer features are supported on this server.\n* `JavaVirtualMachine` - A JVM Application with JMX configured that is managed using Cisco Intersight Assist. Cisco Intersight Workload Optimizer features are supported on this application.\n* `RedHatJBossApplicationServer` - JBoss Application Server is an open-source, cross-platform Java application server developed by JBoss, a division of Red Hat Inc. It is an open-source implementation of Java 2 Enterprise Edition (J2EE) that is used for implementing Java applications and other Web-based applications and software.\n* `Kubernetes` - A Kubernetes cluster that runs containerized applications, with Kubernetes Collector installed. Cisco Intersight Workload Optimizer features are supported on Kubernetes cluster.\n* `AmazonWebService` - An Amazon Web Service cloud account. Cisco Intersight Workload Optimizer and Virtualization features are supported on this cloud.\n* `AmazonWebServiceBilling` - An Amazon Web Service cloud billing account used to retrieve billing information stored in S3 bucket. Cisco Intersight Workload Optimizer features are supported on this cloud.\n* `GoogleCloudPlatform` - A Google Cloud Platform service account with access to one or more projects. Cisco Intersight Workload Optimizer features are supported on this cloud.\n* `GoogleCloudPlatformBilling` - A Google Cloud Platform service account used to retrieve billing information from BigQuery. Cisco Intersight Workload Optimizer features are supported on this cloud.\n* `MicrosoftAzureServicePrincipal` - A Microsoft Azure Service Principal account with access to Azure subscriptions. Cisco Intersight Workload Optimizer features are supported on this cloud.\n* `MicrosoftAzureEnterpriseAgreement` - A Microsoft Azure Enterprise Agreement enrolment used to retrieve pricing and billing information. Cisco Intersight Workload Optimizer features are supported on this cloud.\n* `MicrosoftAzureBilling` - A Microsoft Azure Service Principal account with access to billing information. Cisco Intersight Workload Optimizer features are supported on this cloud.\n* `DellCompellent` - A Dell EMC SC Series (Compellent) storage system that is managed using Cisco Intersight Assist. Cisco Intersight Workload Optimizer features are supported on this device.\n* `HPE3Par` - A HPE 3PAR StoreServ system that is managed using Cisco Intersight Assist. Cisco Intersight Workload Optimizer features are supported on this device.\n* `RedHatEnterpriseVirtualization` - A Red Hat Enterprise Virtualization Hypervisor system that manages Virtual Machines.\n* `NutanixAcropolis` - A Nutanix Acropolis cluster that is managed using Cisco Intersight Assist. Cisco Intersight Workload Optimizer features are supported on this cluster.\n* `NutanixPrismCentral` - A Nutanix Prism Central cluster. Prism central is a virtual appliance for managing Nutanix clusters and services.\n* `HPEOneView` - A HPE OneView system that is managed using Cisco Intersight Assist. Cisco Intersight Workload Optimizer features are supported on this system.\n* `ServiceEngine` - Cisco Application Services Engine. Cisco Application Services Engine is a platform to deploy and manage applications.\n* `HitachiVirtualStoragePlatform` - A Hitachi Virtual Storage Platform (Hitachi VSP) that is managed using Cisco Intersight Assist.\n* `GenericTarget` - A generic third-party target supported only in Partner Integration Appliance. This target type is used for development purposes and will not be supported in production environment.\n* `IMCBlade` - A Cisco UCS blade server managed by Cisco Intersight.\n* `TerraformCloud` - A Terraform Cloud Business Tier account.\n* `TerraformAgent` - A Terraform Cloud Agent that will be deployed on Cisco Intersight Assist. The agent can be used to plan and apply Terraform runs from a Terraform Cloud workspace.\n* `CustomTarget` - CustomTarget is deprecated. Use HTTPEndpoint type to claim HTTP endpoints.\n* `AnsibleEndpoint` - An external endpoint that is added as a target which can be accessed through Ansible in Intersight Cloud Orchestrator automation workflows.\n* `HTTPEndpoint` - An HTTP endpoint that can be accessed in Intersight Orchestrator workflows directly or using Cisco Intersight Assist. Authentication Schemes supported are Basic and Bearer Token.\n* `SSHEndpoint` - An SSH endpoint that can be accessed in Intersight Orchestrator workflows using Cisco Intersight Assist.\n* `CiscoCatalyst` - A Cisco Catalyst networking switch device.\n* `PowerShellEndpoint` - A Windows operating system server on which PowerShell scripts can be executed using Cisco Intersight Assist.\n* `CiscoDNAC` - A Cisco Digital Network Architecture (DNA) Center appliance.\n* `CiscoFMC` - A Cisco Secure Firewall Management Center.\n* `ViptelaCloud` - ViptelaCloud is deprecated. Use CatalystSDWANManager type to claim Catalyst SDWAN Manager which can manage Catalyst SDWAN devices.\n* `CatalystSDWANManager` - A Cisco Catalyst SD-WAN Manager.\n* `MerakiCloud` - A Cisco Meraki Organization.\n* `CiscoISE` - A Cisco Identity Services Engine (ISE) target.",
                                "type": "string",
                                "enum": [
                                    "",
                                    "APIC",
                                    "CAPIC",
                                    "DCNM",
                                    "UCSFI",
                                    "UCSFIISM",
                                    "IMC",
                                    "IMCM4",
                                    "IMCM5",
                                    "IMCRack",
                                    "UCSIOM",
                                    "UCSPCIeNODE",
                                    "UCSXFM",
                                    "HX",
                                    "UCSD",
                                    "UCSXECMC",
                                    "UCSXESecureRouter",
                                    "IntersightAppliance",
                                    "IntersightAssist",
                                    "PureStorageFlashArray",
                                    "PureStorageFlashBladeSystem",
                                    "NexusDevice",
                                    "ACISwitch",
                                    "NexusSwitch",
                                    "MDSSwitch",
                                    "MDSDevice",
                                    "UCSC885",
                                    "CAI845A",
                                    "UCSC890",
                                    "RedfishServer",
                                    "NetAppOntap",
                                    "NetAppActiveIqUnifiedManager",
                                    "EmcScaleIo",
                                    "EmcVmax",
                                    "EmcVplex",
                                    "EmcXtremIo",
                                    "VmwareVcenter",
                                    "MicrosoftHyperV",
                                    "AppDynamics",
                                    "Dynatrace",
                                    "NewRelic",
                                    "ServiceNow",
                                    "Umbrella",
                                    "CloudFoundry",
                                    "MicrosoftAzureApplicationInsights",
                                    "OpenStack",
                                    "MicrosoftSqlServer",
                                    "MySqlServer",
                                    "OracleDatabaseServer",
                                    "IBMWebSphereApplicationServer",
                                    "OracleWebLogicServer",
                                    "ApacheTomcatServer",
                                    "JavaVirtualMachine",
                                    "RedHatJBossApplicationServer",
                                    "Kubernetes",
                                    "AmazonWebService",
                                    "AmazonWebServiceBilling",
                                    "GoogleCloudPlatform",
                                    "GoogleCloudPlatformBilling",
                                    "MicrosoftAzureServicePrincipal",
                                    "MicrosoftAzureEnterpriseAgreement",
                                    "MicrosoftAzureBilling",
                                    "DellCompellent",
                                    "HPE3Par",
                                    "RedHatEnterpriseVirtualization",
                                    "NutanixAcropolis",
                                    "NutanixPrismCentral",
                                    "HPEOneView",
                                    "ServiceEngine",
                                    "HitachiVirtualStoragePlatform",
                                    "GenericTarget",
                                    "IMCBlade",
                                    "TerraformCloud",
                                    "TerraformAgent",
                                    "CustomTarget",
                                    "AnsibleEndpoint",
                                    "HTTPEndpoint",
                                    "SSHEndpoint",
                                    "CiscoCatalyst",
                                    "PowerShellEndpoint",
                                    "CiscoDNAC",
                                    "CiscoFMC",
                                    "ViptelaCloud",
                                    "CatalystSDWANManager",
                                    "MerakiCloud",
                                    "CiscoISE"
                                ],
                                "default": "",
                                "x-omitempty": true
                            },
                            "Types": {
                                "type": "array",
                                "items": {
                                    "description": "The collection of complex types definitions used in this Error Response Handler\nThis is required only if any of the parameters provided in this Error Response Handler\nis of complex type.",
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/content.ComplexType",
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "Catalog": {
                                "$ref": "#/components/schemas/workflow.Catalog.Relationship",
                                "description": "A reference to a workflowCatalog resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "x-createOnly": true
                            }
                        }
                    }
                ]
            },
            "workflow.ErrorResponseHandler.List": {
                "title": "List of 'workflow.ErrorResponseHandler' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'workflow.ErrorResponseHandler' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'workflow.ErrorResponseHandler' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/workflow.ErrorResponseHandler"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "workflow.ExpectPrompt": {
                "title": "Expect Prompt",
                "description": "This models a single expect and answer prompt of the interactive command.",
                "x-allOf-name": "workflow.ExpectPrompt",
                "nullable": true,
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseComplexType"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'workflow.ExpectPrompt', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "workflow.ExpectPrompt"
                                ],
                                "default": "workflow.ExpectPrompt",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "workflow.ExpectPrompt"
                                ],
                                "default": "workflow.ExpectPrompt",
                                "x-enum-as-string": true
                            },
                            "Expect": {
                                "description": "The regex of the expect prompt of the interactive command.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "Send": {
                                "description": "The answer string to the expect prompt.",
                                "type": "string",
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "workflow.FailureEndTask": {
                "title": "Workflow:Failure End Task",
                "description": "A FailureEndTask denotes the failed completion of a workflow.",
                "x-allOf-name": "workflow.FailureEndTask",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/workflow.EndTask"
                    }
                ]
            },
            "workflow.FileDownloadOp": {
                "title": "File Download Operation",
                "description": "File operation to download a given file from Intersight storage services such as\nAWS or Minio bucket to a specified path on one or more Intersight connected devices.",
                "x-allOf-name": "workflow.FileDownloadOp",
                "nullable": true,
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseComplexType"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'workflow.FileDownloadOp', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "workflow.FileDownloadOp"
                                ],
                                "default": "workflow.FileDownloadOp",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "workflow.FileDownloadOp"
                                ],
                                "default": "workflow.FileDownloadOp",
                                "x-enum-as-string": true
                            },
                            "DestinationPath": {
                                "description": "Path on the Intersight connected device to which file needs to be downloaded.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "SourceBucket": {
                                "description": "Source bucket name hosting the file.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "SourceFile": {
                                "description": "Name of the file to be downloaded from bucket to endpoint devices.",
                                "type": "string",
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "workflow.FileOperations": {
                "title": "File Operations",
                "description": "This models a single File Operation request within a batch of requests that get\nexecuted within a single workflow task.",
                "x-allOf-name": "workflow.FileOperations",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/workflow.Api"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'workflow.FileOperations', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "workflow.FileOperations"
                                ],
                                "default": "workflow.FileOperations",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "workflow.FileOperations"
                                ],
                                "default": "workflow.FileOperations",
                                "x-enum-as-string": true
                            },
                            "FileDownload": {
                                "description": "File operation to download a given file from Intersight storage services such as\nAWS or Minio bucket to a specified path on one or more Intersight connected devices.",
                                "$ref": "#/components/schemas/workflow.FileDownloadOp",
                                "x-omitempty": true
                            },
                            "FileTemplate": {
                                "description": "Populates data driven template file with input values to generate textual output.",
                                "$ref": "#/components/schemas/workflow.FileTemplateOp",
                                "x-omitempty": true
                            },
                            "OperationType": {
                                "description": "File operation type to be executed on the connected endpoint.\n* `FileDownload` - The API is executed in a remote device connected to the Intersightthrough its device connector. This operation is to download the filefrom specified storage bucket to the specific path on the device.\n* `FileTemplatize` - Populates data driven template file with input values to generate textual output.Inputs - the path of the template file on the device and json values to populate.An error will be returned if the file does not exists or if there is an error whileexecuting the template.",
                                "type": "string",
                                "enum": [
                                    "FileDownload",
                                    "FileTemplatize"
                                ],
                                "default": "FileDownload",
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "workflow.FileTemplateOp": {
                "title": "File Template Operation",
                "description": "Populates data driven template file with input values to generate textual output.",
                "x-allOf-name": "workflow.FileTemplateOp",
                "nullable": true,
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseComplexType"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'workflow.FileTemplateOp', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "workflow.FileTemplateOp"
                                ],
                                "default": "workflow.FileTemplateOp",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "workflow.FileTemplateOp"
                                ],
                                "default": "workflow.FileTemplateOp",
                                "x-enum-as-string": true
                            },
                            "TemplateFilePath": {
                                "description": "Path of the template file on the connected device.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "TemplateValues": {
                                "description": "Input values to render text output file from template file.",
                                "nullable": true,
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "workflow.FileTransfer": {
                "title": "File Transfer",
                "description": "Message to transfer a file from Intersight connected device to remote server.",
                "x-allOf-name": "workflow.FileTransfer",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/connector.BaseMessage"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'workflow.FileTransfer', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "workflow.FileTransfer"
                                ],
                                "default": "workflow.FileTransfer",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "workflow.FileTransfer"
                                ],
                                "default": "workflow.FileTransfer",
                                "x-enum-as-string": true
                            },
                            "DestinationFilePath": {
                                "description": "Destination file path on the target server.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "FileMode": {
                                "description": "File permission to set on the transferred file.",
                                "type": "integer",
                                "format": "int64",
                                "x-omitempty": true
                            },
                            "SourceFilePath": {
                                "description": "Source file path on the Intersight connected device.",
                                "type": "string",
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "workflow.ForkTask": {
                "title": "Workflow:Fork Task",
                "description": "A ForkTask is a control task that forks tasks for parallel execution in a workflow.",
                "x-allOf-name": "workflow.ForkTask",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/workflow.ControlTask"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'workflow.ForkTask', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "workflow.ForkTask"
                                ],
                                "default": "workflow.ForkTask",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "workflow.ForkTask"
                                ],
                                "default": "workflow.ForkTask",
                                "x-enum-as-string": true
                            },
                            "ForkedTasks": {
                                "type": "array",
                                "items": {
                                    "description": "List of forked task names where the tasks in the list will be started in parallel and each task sequence in the forked task list will be run in sequence. OnFailure transition within fork task is not honored and when tasks within fork fail the workflow will fail.",
                                    "type": "string",
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "JoinTask": {
                                "description": "Task name for the join control task that must follow a fork control task.",
                                "type": "string",
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "workflow.InitiatorContext": {
                "title": "Workflow:Initiator Context",
                "description": "Details about the workflow initiator name, type, initiator object Id if present and the result handler.",
                "x-allOf-name": "workflow.InitiatorContext",
                "nullable": true,
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseComplexType"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'workflow.InitiatorContext', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "workflow.InitiatorContext"
                                ],
                                "default": "workflow.InitiatorContext",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "workflow.InitiatorContext"
                                ],
                                "default": "workflow.InitiatorContext",
                                "x-enum-as-string": true
                            },
                            "InitiatorMoid": {
                                "description": "The moid of the Intersight managed object that initiated the workflow.",
                                "type": "string",
                                "x-createOnly": true,
                                "x-omitempty": true
                            },
                            "InitiatorName": {
                                "description": "Name of the initiator who started the workflow. The initiator can be Intersight managed object that triggered the workflow.",
                                "type": "string",
                                "x-createOnly": true,
                                "x-omitempty": true
                            },
                            "InitiatorType": {
                                "description": "Type of Intersight managed object that initiated the workflow.",
                                "type": "string",
                                "x-createOnly": true,
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "workflow.InternalProperties": {
                "title": "Workflow:Internal Properties",
                "description": "Internal properties for a task definition which are not editable by the user.",
                "x-allOf-name": "workflow.InternalProperties",
                "nullable": true,
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseComplexType"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'workflow.InternalProperties', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "workflow.InternalProperties"
                                ],
                                "default": "workflow.InternalProperties",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "workflow.InternalProperties"
                                ],
                                "default": "workflow.InternalProperties",
                                "x-enum-as-string": true
                            },
                            "BaseTaskType": {
                                "description": "This field will hold the base task type like HttpBaseTask or RemoteAnsibleBaseTask.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Constraints": {
                                "description": "This field will hold any constraints a concrete task definition will specify in order to limit the environment where the task can execute.",
                                "$ref": "#/components/schemas/workflow.TaskConstraints",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Internal": {
                                "description": "Denotes this is an internal task. Internal tasks will be hidden from the UI when executing a workflow.",
                                "type": "boolean",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Owner": {
                                "description": "The service that owns and is responsible for execution of the task.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "workflow.JoinTask": {
                "title": "Workflow:Join Task",
                "description": "A JoinTask is a control task that must follow a fork task and specify all the fork tasks that must complete and join before the worfklow can proceed to the task specified in the OnSuccess transition.",
                "x-allOf-name": "workflow.JoinTask",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/workflow.ControlTask"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'workflow.JoinTask', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "workflow.JoinTask"
                                ],
                                "default": "workflow.JoinTask",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "workflow.JoinTask"
                                ],
                                "default": "workflow.JoinTask",
                                "x-enum-as-string": true
                            },
                            "JoinOnTasks": {
                                "type": "array",
                                "items": {
                                    "description": "List of tasks which must complete before the task specified in OnSuccess transition will be scheduled for execution. If the last task in a fork list is not specified in this list of joinOnTasks then the engine does not wait for that forked task list to complete and the result of that task execution does not affect the workflow execution result.",
                                    "type": "string",
                                    "readOnly": true,
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "OnSuccess": {
                                "description": "Name of the next task to run if all fork path specified in the JoinOnTasks list succeeds which is the unique name given to the task instance within the workflow. In a graph model, denotes an edge to another Task Node.",
                                "type": "string",
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "workflow.LoopTask": {
                "title": "Workflow:Loop Task",
                "description": "A Parallel Loop is a control task that runs one task or one sub-workflow multiple times based on a specified count. The count can be a static value that is specified during design time or a dynamic value that is derived from workflow inputs or task outputs. When the loop is executed, the count 'N' is determined and then N tasks or sub-workflows are scheduled for execution in parallel. When all N instances of the task or sub-workflow reach a final state the parallel loop will complete and workflow execution will move on to the next task. If any one of the tasks or sub-workflows fails, then the entire loop will fail.",
                "x-allOf-name": "workflow.LoopTask",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/workflow.AbstractLoopTask"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'workflow.LoopTask', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "workflow.LoopTask"
                                ],
                                "default": "workflow.LoopTask",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "workflow.LoopTask"
                                ],
                                "default": "workflow.LoopTask",
                                "x-enum-as-string": true
                            },
                            "FailurePolicy": {
                                "description": "The policy to handle the failure of an iteration within a parallel loop.\n* `FailOnFirstFailure` - The enum specifies the option as FailOnFirstFailure where the loop task will fail if one of the iteration in the loop fails. The running iterations will be cancelled on first failure and the loop will be marked as failed.\n* `ContinueOnFailure` - The enum specifies the option as ContinueOnFailure where the loop task will continue with all iterations, even if one fails. Running iterations will not be canceled, but the loop will be marked as failed after all iterations are complete.",
                                "type": "string",
                                "enum": [
                                    "FailOnFirstFailure",
                                    "ContinueOnFailure"
                                ],
                                "default": "FailOnFirstFailure",
                                "x-omitempty": true
                            },
                            "FailureThreshold": {
                                "description": "The percentage of iterations that can fail before the entire loop is considered failed. The default is 0 which means all iterations must succeed.",
                                "type": "integer",
                                "format": "int64",
                                "default": 0,
                                "minimum": 0,
                                "maximum": 100,
                                "x-omitempty": true
                            },
                            "NumberOfBatches": {
                                "description": "All iterations of the loop run in parallel within a single batch, with a maximum of 100 iterations. To run more than 100 iterations, you can increase the number of batches. The configuration is acceptable as long as the total number of iterations divided by the number of batches is less than 100. Adjusting the number of batches also allows you to control how many iterations run in parallel. For example, if the total count is 100 and you set the number of batches to 5, then 20 tasks will run in parallel across the 5 batches. It's important to note that the number of batches must be less than the total count. If the count is dynamic and falls below the number of batches, this may result in empty batches with no tasks.",
                                "type": "integer",
                                "format": "int64",
                                "default": 1,
                                "minimum": 1,
                                "x-omitempty": true
                            },
                            "Parallel": {
                                "description": "This field is deprecated. Always set to true for parallel loop.",
                                "deprecated": true,
                                "x-sunset": "2027-03-01",
                                "type": "boolean",
                                "default": true,
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "workflow.Message": {
                "title": "Workflow:Message",
                "description": "Intermediate Task or Workflow message with severity.",
                "x-allOf-name": "workflow.Message",
                "nullable": true,
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseComplexType"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'workflow.Message', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "workflow.Message"
                                ],
                                "default": "workflow.Message",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "workflow.Message"
                                ],
                                "default": "workflow.Message",
                                "x-enum-as-string": true
                            },
                            "Message": {
                                "description": "An i18n message that can be translated into multiple languages to support internationalization.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Severity": {
                                "description": "The severity of the Task or Workflow message warning/error/info etc.\n* `Info` - The enum represents the log level to be used to convey info message.\n* `Warning` - The enum represents the log level to be used to convey warning message.\n* `Debug` - The enum represents the log level to be used to convey debug message.\n* `Error` - The enum represents the log level to be used to convey error message.",
                                "type": "string",
                                "enum": [
                                    "Info",
                                    "Warning",
                                    "Debug",
                                    "Error"
                                ],
                                "default": "Info",
                                "readOnly": true,
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "workflow.MigrateServiceItemActionProperty": {
                "title": "Workflow:Migrate Service Item Action Property",
                "description": "Definition to capture the properties for migrate action in ServiceItemActionProperties.",
                "x-allOf-name": "workflow.MigrateServiceItemActionProperty",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/workflow.BaseServiceItemActionProperty"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'workflow.MigrateServiceItemActionProperty', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "workflow.MigrateServiceItemActionProperty"
                                ],
                                "default": "workflow.MigrateServiceItemActionProperty",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "workflow.MigrateServiceItemActionProperty"
                                ],
                                "default": "workflow.MigrateServiceItemActionProperty",
                                "x-enum-as-string": true
                            },
                            "SourceVersions": {
                                "type": "array",
                                "items": {
                                    "description": "The list of source versions to be migrated.",
                                    "type": "integer",
                                    "format": "int64",
                                    "x-omitempty": true
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "workflow.MigrationHistory": {
                "title": "Workflow:Migration History",
                "description": "Migration history of versions for service item instance.",
                "x-allOf-name": "workflow.MigrationHistory",
                "nullable": true,
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseComplexType"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'workflow.MigrationHistory', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "workflow.MigrationHistory"
                                ],
                                "default": "workflow.MigrationHistory",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "workflow.MigrationHistory"
                                ],
                                "default": "workflow.MigrationHistory",
                                "x-enum-as-string": true
                            },
                            "Destination": {
                                "description": "Destination version of the migration.",
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef",
                                "x-omitempty": true
                            },
                            "MigrationActionInstance": {
                                "description": "The migration action instance.",
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef",
                                "x-omitempty": true
                            },
                            "Source": {
                                "description": "Source version of the migration.",
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef",
                                "x-omitempty": true
                            },
                            "Timestamp": {
                                "description": "The time when the migration was performed.",
                                "type": "string",
                                "format": "date-time",
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "workflow.MoInventoryDataType": {
                "title": "Workflow:Mo Inventory Data Type",
                "description": "The data type to represent the selected properties of an Intersight managed object. This data type is used only in Service items to define the schema of resources and their attributes.",
                "x-allOf-name": "workflow.MoInventoryDataType",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/workflow.BaseDataType"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'workflow.MoInventoryDataType', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "workflow.MoInventoryDataType"
                                ],
                                "default": "workflow.MoInventoryDataType",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "workflow.MoInventoryDataType"
                                ],
                                "default": "workflow.MoInventoryDataType",
                                "x-enum-as-string": true
                            },
                            "Properties": {
                                "type": "array",
                                "items": {
                                    "description": "List of attributes that need to be shown to the user.",
                                    "$ref": "#/components/schemas/workflow.MoInventoryProperty",
                                    "x-omitempty": true
                                },
                                "minItems": 1,
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "workflow.MoInventoryProperty": {
                "title": "Workflow:Mo Inventory Property",
                "description": "Captures the properties from the original Intersight resource that need to be reflected in the datatype.",
                "x-allOf-name": "workflow.MoInventoryProperty",
                "nullable": true,
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseComplexType"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'workflow.MoInventoryProperty', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "workflow.MoInventoryProperty"
                                ],
                                "default": "workflow.MoInventoryProperty",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "workflow.MoInventoryProperty"
                                ],
                                "default": "workflow.MoInventoryProperty",
                                "x-enum-as-string": true
                            },
                            "Attributes": {
                                "type": "array",
                                "items": {
                                    "description": "List of property names from the reference managed object. The property value from the managed object will be reflected as the values of this datatype. When this datatype is used to define the attributes of a ServiceItemDefinition, the end user will be able to only view the values of the properties listed in the attributes and other properties in the managed object will not be visible to the end user.",
                                    "type": "string",
                                    "x-omitempty": true
                                },
                                "minItems": 1,
                                "nullable": true
                            },
                            "ReferenceObjectType": {
                                "description": "ObjectType for which the attributes need to be collected.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "ReferenceType": {
                                "description": "Defines how the reference to the shadow resource is done. Base case is via an Moid, but reference via a selector is also possible.\n* `Moid` - The reference to the original resource is via an Moid.\n* `Selector` - The reference to the original resource is via a selector query. This can potentially lead to tracking data for multiple resources.",
                                "type": "string",
                                "enum": [
                                    "Moid",
                                    "Selector"
                                ],
                                "default": "Moid",
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "workflow.MoReferenceArrayItem": {
                "title": "Workflow:Mo Reference Array Item",
                "description": "MoReferenceArrayItem is used to create an array of MoReference datatype.",
                "x-allOf-name": "workflow.MoReferenceArrayItem",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/workflow.ArrayItem"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'workflow.MoReferenceArrayItem', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "workflow.MoReferenceArrayItem"
                                ],
                                "default": "workflow.MoReferenceArrayItem",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "workflow.MoReferenceArrayItem"
                                ],
                                "default": "workflow.MoReferenceArrayItem",
                                "x-enum-as-string": true
                            },
                            "Properties": {
                                "type": "array",
                                "items": {
                                    "description": "Captures an array item which is of MoReference data type.",
                                    "$ref": "#/components/schemas/workflow.MoReferenceProperty",
                                    "x-omitempty": true
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "workflow.MoReferenceAutoArrayItem": {
                "title": "Workflow:Mo Reference Auto Array Item",
                "description": "MoReferenceAutoArrayItem is used to create an array of MoReferenceAuto datatype.",
                "x-allOf-name": "workflow.MoReferenceAutoArrayItem",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/workflow.ArrayItem"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'workflow.MoReferenceAutoArrayItem', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "workflow.MoReferenceAutoArrayItem"
                                ],
                                "default": "workflow.MoReferenceAutoArrayItem",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "workflow.MoReferenceAutoArrayItem"
                                ],
                                "default": "workflow.MoReferenceAutoArrayItem",
                                "x-enum-as-string": true
                            },
                            "Properties": {
                                "type": "array",
                                "items": {
                                    "description": "Captures an array item which is of MoReferenceAuto datatype.",
                                    "$ref": "#/components/schemas/workflow.MoReferenceAutoProperty",
                                    "x-omitempty": true
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "workflow.MoReferenceAutoDataType": {
                "title": "Workflow:Mo Reference Auto Data Type",
                "description": "The data type to capture an Intersight managed object reference that is automatically selected by the system based on a given selection criteria.",
                "x-allOf-name": "workflow.MoReferenceAutoDataType",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/workflow.BaseDataType"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'workflow.MoReferenceAutoDataType', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "workflow.MoReferenceAutoDataType"
                                ],
                                "default": "workflow.MoReferenceAutoDataType",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "workflow.MoReferenceAutoDataType"
                                ],
                                "default": "workflow.MoReferenceAutoDataType",
                                "x-enum-as-string": true
                            },
                            "Properties": {
                                "type": "array",
                                "items": {
                                    "description": "Set of rules to filter the resources.",
                                    "$ref": "#/components/schemas/workflow.MoReferenceAutoProperty",
                                    "x-omitempty": true
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "workflow.MoReferenceAutoProperty": {
                "title": "Workflow:Mo Reference Auto Property",
                "description": "Captures all the display attributes and rules for selecting the resources.",
                "x-allOf-name": "workflow.MoReferenceAutoProperty",
                "nullable": true,
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseComplexType"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'workflow.MoReferenceAutoProperty', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "workflow.MoReferenceAutoProperty"
                                ],
                                "default": "workflow.MoReferenceAutoProperty",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "workflow.MoReferenceAutoProperty"
                                ],
                                "default": "workflow.MoReferenceAutoProperty",
                                "x-enum-as-string": true
                            },
                            "DisplayAttributes": {
                                "type": "array",
                                "items": {
                                    "description": "List of properties from an Intersight object that was selected by system for the MoReferenceAutoDataType. The properties help to identify the object that was selected.",
                                    "type": "string",
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "Filters": {
                                "type": "array",
                                "items": {
                                    "description": "Maintains additional filter conditions.",
                                    "type": "string",
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "OrderBy": {
                                "description": "Determines  properties that are used to sort the collection of resources.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "Rule": {
                                "description": "The rule can be obtained directly from a Resource Selection Criteria or provided as inline resource filter conditions.",
                                "$ref": "#/components/schemas/workflow.AbstractResourceSelector",
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "workflow.MoReferenceDataType": {
                "title": "Workflow:Mo Reference Data Type",
                "description": "Data type to capture an Intersight Managed object reference.",
                "x-allOf-name": "workflow.MoReferenceDataType",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/workflow.BaseDataType"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'workflow.MoReferenceDataType', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "workflow.MoReferenceDataType"
                                ],
                                "default": "workflow.MoReferenceDataType",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "workflow.MoReferenceDataType"
                                ],
                                "default": "workflow.MoReferenceDataType",
                                "x-enum-as-string": true
                            },
                            "Properties": {
                                "type": "array",
                                "items": {
                                    "description": "List of managed object references.",
                                    "$ref": "#/components/schemas/workflow.MoReferenceProperty",
                                    "x-omitempty": true
                                },
                                "minItems": 1,
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "workflow.MoReferenceForCloneDataType": {
                "title": "Workflow:Mo Reference For Clone Data Type",
                "description": "Data type captures a reference to an Intersight Managed Object (MO) that serves as the source for cloning and creating an input object. The fields to be passed as for this datatype will be SourceMoid for the Source MO and the ObjectType which is the qualified name for the MO. When a clone is created, the Moid field of the new object is populated with the cloned object ID. After the cloning process is complete, the SourceMoid field is removed, leaving only Moid and ObjectType in the input. The identity properties of the cloned object are assigned by the consuming module. For instance, when used in Workload definitions to clone a LDAP policy, the policy identity \u2014 such as its Name \u2014 is determined based on the Workload definition name combined with the source policy name.",
                "x-allOf-name": "workflow.MoReferenceForCloneDataType",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/workflow.BaseDataType"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'workflow.MoReferenceForCloneDataType', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "workflow.MoReferenceForCloneDataType"
                                ],
                                "default": "workflow.MoReferenceForCloneDataType",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "workflow.MoReferenceForCloneDataType"
                                ],
                                "default": "workflow.MoReferenceForCloneDataType",
                                "x-enum-as-string": true
                            },
                            "Properties": {
                                "type": "array",
                                "items": {
                                    "description": "List of references to clone managed objects.",
                                    "$ref": "#/components/schemas/workflow.MoReferenceProperty",
                                    "x-omitempty": true
                                },
                                "minItems": 1,
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "workflow.MoReferenceProperty": {
                "title": "Workflow:Mo Reference Property",
                "description": "Capture all the properties for an Intersight managed object reference.",
                "x-allOf-name": "workflow.MoReferenceProperty",
                "nullable": true,
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseComplexType"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'workflow.MoReferenceProperty', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "workflow.MoReferenceProperty"
                                ],
                                "default": "workflow.MoReferenceProperty",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "workflow.MoReferenceProperty"
                                ],
                                "default": "workflow.MoReferenceProperty",
                                "x-enum-as-string": true
                            },
                            "DisplayAttributes": {
                                "type": "array",
                                "items": {
                                    "description": "List of properties from an Intersight object which can help to identify the object. Typically the set of identity constraints on the object can be listed here to help the user identity the managed object.",
                                    "type": "string",
                                    "x-omitempty": true
                                },
                                "minItems": 1,
                                "nullable": true
                            },
                            "Selector": {
                                "description": "Field to hold an Intersight API along with an optional filter to narrow down the search options.",
                                "type": "string",
                                "pattern": "^$|/api/v1/.*",
                                "x-omitempty": true
                            },
                            "SelectorProperty": {
                                "description": "Selector properties to define HTTP method and 'body' in case of upsert operation.",
                                "$ref": "#/components/schemas/workflow.SelectorProperty",
                                "x-omitempty": true
                            },
                            "ValueAttribute": {
                                "description": "A property from the Intersight object, value of which can be used as value for referenced input definition.",
                                "type": "string",
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "workflow.OperationTypeDecommission": {
                "title": "Workflow:Operation Type Decommission",
                "description": "Operation details for decommission actions.",
                "x-allOf-name": "workflow.OperationTypeDecommission",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/workflow.BaseOperation"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'workflow.OperationTypeDecommission', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "workflow.OperationTypeDecommission"
                                ],
                                "default": "workflow.OperationTypeDecommission",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "workflow.OperationTypeDecommission"
                                ],
                                "default": "workflow.OperationTypeDecommission",
                                "x-enum-as-string": true
                            },
                            "ServiceItemInstance": {
                                "description": "Specify the service item instance to issue decommission action.",
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef",
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "workflow.OperationTypeDeployment": {
                "title": "Workflow:Operation Type Deployment",
                "description": "Definition to capture the operation details for deployment actions.",
                "x-allOf-name": "workflow.OperationTypeDeployment",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/workflow.BaseOperation"
                    }
                ]
            },
            "workflow.OperationTypePostDeployment": {
                "title": "Workflow:Operation Type Post Deployment",
                "description": "Operation details for post-deployment actions.",
                "x-allOf-name": "workflow.OperationTypePostDeployment",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/workflow.BaseOperation"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'workflow.OperationTypePostDeployment', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "workflow.OperationTypePostDeployment"
                                ],
                                "default": "workflow.OperationTypePostDeployment",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "workflow.OperationTypePostDeployment"
                                ],
                                "default": "workflow.OperationTypePostDeployment",
                                "x-enum-as-string": true
                            },
                            "ServiceItemActionDefinition": {
                                "description": "Specify the service item action definition which needs to be executed on the service item instance.",
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef",
                                "x-omitempty": true
                            },
                            "ServiceItemInstance": {
                                "description": "Specify the service item instance to issue post-deployment action.",
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef",
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "workflow.ParameterSet": {
                "title": "Workflow:Parameter Set",
                "description": "The parameter set is a rule with a condition to match the controlling parameter against a value and make a set of parameters applicable.",
                "x-allOf-name": "workflow.ParameterSet",
                "nullable": true,
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseComplexType"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'workflow.ParameterSet', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "workflow.ParameterSet"
                                ],
                                "default": "workflow.ParameterSet",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "workflow.ParameterSet"
                                ],
                                "default": "workflow.ParameterSet",
                                "x-enum-as-string": true
                            },
                            "Condition": {
                                "description": "The condition to be evaluated.\n* `eq` - Checks if the values of the two parameters are equal.\n* `ne` - Checks if the values of the two parameters are not equal.\n* `contains` - Checks if the second parameter string value is a substring of the first parameter string value.\n* `matchesPattern` - Checks if a string matches a regular expression.",
                                "type": "string",
                                "enum": [
                                    "eq",
                                    "ne",
                                    "contains",
                                    "matchesPattern"
                                ],
                                "default": "eq",
                                "x-omitempty": true
                            },
                            "ControlParameter": {
                                "description": "Name of the controlling entity, whose value will be used for evaluating the parameter set.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "EnableParameters": {
                                "type": "array",
                                "items": {
                                    "description": "Set of parameter names that should be made applicable when the parameter set condition is satisfied.",
                                    "type": "string",
                                    "x-omitempty": true
                                },
                                "minItems": 1,
                                "nullable": true
                            },
                            "Name": {
                                "description": "Name for the parameter set.  Limited to 64 alphanumeric characters (upper and lower case), and special characters '-' and '_'.",
                                "type": "string",
                                "pattern": "^[a-zA-Z0-9_-]{1,64}$",
                                "x-omitempty": true
                            },
                            "Value": {
                                "description": "The controlling parameter will be evaluated against this 'value'.",
                                "type": "string",
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "workflow.PowerShellApi": {
                "title": "PowerShell API",
                "description": "This models a single PowerShell script execution that can be sent to a claimed PowerShell target.",
                "x-allOf-name": "workflow.PowerShellApi",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/workflow.Api"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'workflow.PowerShellApi', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "workflow.PowerShellApi"
                                ],
                                "default": "workflow.PowerShellApi",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "workflow.PowerShellApi"
                                ],
                                "default": "workflow.PowerShellApi",
                                "x-enum-as-string": true
                            },
                            "Depth": {
                                "description": "The response of a PowerShell script is an object, since PowerShell is an Object based language.\nEach object can contain multiple objects as properties, each of which in turn can contain multiple objects and so on and so forth.\nThe depth field specifies how many levels of contained objects are included in the JSON representation.",
                                "type": "integer",
                                "format": "int64",
                                "x-omitempty": true
                            },
                            "OperationTimeout": {
                                "description": "The timeout in seconds for the execution of the script against the given endpoint.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "PowerShellResponseSpec": {
                                "description": "The grammar specification to parse the response and extract the required values.",
                                "nullable": true,
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "workflow.PowerShellBatchApiExecutor.Response": {
                "description": "The response body of a HTTP GET request for the 'workflow.PowerShellBatchApiExecutor' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'workflow.PowerShellBatchApiExecutor' resources.",
                "x-one-of-name": "workflow.PowerShellBatchApiExecutor.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/workflow.PowerShellBatchApiExecutor.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "workflow.PowerShellBatchApiExecutor": {
                "title": "PowerShell Batch API",
                "description": "Intersight allows generic API tasks to be created by taking the API request\nbody and a response parser specification in the form of content.Grammar object.\nBatch API associates the list of API requests to be executed as part of single\ntask execution. Each API request takes the request body and a response parser\nspecification.",
                "x-allOf-name": "workflow.PowerShellBatchApiExecutor",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/workflow.BatchExecutor"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'workflow.PowerShellBatchApiExecutor', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "workflow.PowerShellBatchApiExecutor"
                                ],
                                "default": "workflow.PowerShellBatchApiExecutor",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "workflow.PowerShellBatchApiExecutor"
                                ],
                                "default": "workflow.PowerShellBatchApiExecutor",
                                "x-enum-as-string": true
                            },
                            "ErrorResponseHandler": {
                                "$ref": "#/components/schemas/workflow.ErrorResponseHandler.Relationship",
                                "description": "A reference to a workflowErrorResponseHandler resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline."
                            },
                            "TaskDefinition": {
                                "$ref": "#/components/schemas/workflow.TaskDefinition.Relationship",
                                "description": "A reference to a workflowTaskDefinition resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "x-createOnly": true
                            }
                        }
                    }
                ]
            },
            "workflow.PowerShellBatchApiExecutor.List": {
                "title": "List of 'workflow.PowerShellBatchApiExecutor' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'workflow.PowerShellBatchApiExecutor' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'workflow.PowerShellBatchApiExecutor' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/workflow.PowerShellBatchApiExecutor"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "workflow.PrimitiveArrayItem": {
                "title": "Workflow:Primitive Array Item",
                "description": "PrimitiveArrayItem is used to create an array of primitive datatype. In order to create an array of strings, integers or float use PrimitiveArrayItem object type within the array.",
                "x-allOf-name": "workflow.PrimitiveArrayItem",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/workflow.ArrayItem"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'workflow.PrimitiveArrayItem', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "workflow.PrimitiveArrayItem"
                                ],
                                "default": "workflow.PrimitiveArrayItem",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "workflow.PrimitiveArrayItem"
                                ],
                                "default": "workflow.PrimitiveArrayItem",
                                "x-enum-as-string": true
                            },
                            "Properties": {
                                "description": "Captures an array item which is of primitive data type.",
                                "$ref": "#/components/schemas/workflow.PrimitiveDataProperty",
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "workflow.PrimitiveDataProperty": {
                "title": "Workflow:Primitive Data Property",
                "description": "Capture all the properties for primitive data type.",
                "x-allOf-name": "workflow.PrimitiveDataProperty",
                "nullable": true,
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseComplexType"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'workflow.PrimitiveDataProperty', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "workflow.PrimitiveDataProperty"
                                ],
                                "default": "workflow.PrimitiveDataProperty",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "workflow.PrimitiveDataProperty"
                                ],
                                "default": "workflow.PrimitiveDataProperty",
                                "x-enum-as-string": true
                            },
                            "Constraints": {
                                "description": "Constraints that must be applied to the parameter value supplied for this data type.",
                                "$ref": "#/components/schemas/workflow.Constraints",
                                "x-omitempty": true
                            },
                            "DataSourceSelector": {
                                "type": "array",
                                "items": {
                                    "description": "An alternative to inventorySelector. The workflow execution user interface shows parameters by evaluating the mapping information in the Selector to help with selecting inputs.",
                                    "$ref": "#/components/schemas/workflow.DataSourceSelector",
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "InventorySelector": {
                                "type": "array",
                                "items": {
                                    "description": "List of Intersight managed object selectors. The workflow execution user interface show objects from inventory that are matching the selectors to help with selecting inputs.",
                                    "$ref": "#/components/schemas/workflow.MoReferenceProperty",
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "Secure": {
                                "description": "Intersight supports secure properties as task input/output. The values of\nthese properties are encrypted and stored in Intersight.\nThis flag marks the property to be secure when it is set to true.",
                                "type": "boolean",
                                "x-createOnly": true,
                                "x-omitempty": true
                            },
                            "Type": {
                                "description": "Specify the enum type for primitive data type.\n* `string` - Enum to specify a string data type.\n* `integer` - Enum to specify an integer32 data type.\n* `float` - Enum to specify a float64 data type.\n* `boolean` - Enum to specify a boolean data type.\n* `json` - Enum to specify a json data type.\n* `enum` - Enum to specify a enum data type which is a list of pre-defined strings.",
                                "type": "string",
                                "enum": [
                                    "string",
                                    "integer",
                                    "float",
                                    "boolean",
                                    "json",
                                    "enum"
                                ],
                                "default": "string",
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "workflow.PrimitiveDataType": {
                "title": "Workflow:Primitive Data Type",
                "description": "This data type is used to represent primitives like string, floats and integers.",
                "x-allOf-name": "workflow.PrimitiveDataType",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/workflow.BaseDataType"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'workflow.PrimitiveDataType', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "workflow.PrimitiveDataType"
                                ],
                                "default": "workflow.PrimitiveDataType",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "workflow.PrimitiveDataType"
                                ],
                                "default": "workflow.PrimitiveDataType",
                                "x-enum-as-string": true
                            },
                            "Properties": {
                                "description": "Primitive data type properties.",
                                "$ref": "#/components/schemas/workflow.PrimitiveDataProperty",
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "workflow.Properties": {
                "title": "Workflow:Properties",
                "description": "Properties for the task definition like the inputs, outputs, timeout and retry policies. Tasks are the building blocks for workflows.",
                "x-allOf-name": "workflow.Properties",
                "nullable": true,
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseComplexType"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'workflow.Properties', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "workflow.Properties"
                                ],
                                "default": "workflow.Properties",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "workflow.Properties"
                                ],
                                "default": "workflow.Properties",
                                "x-enum-as-string": true
                            },
                            "Cloneable": {
                                "description": "When set to false task is not cloneable. It is set to true only if task is of ApiTask type and it is not system defined.",
                                "type": "boolean",
                                "default": false,
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ExternalMeta": {
                                "description": "When set to false the task definition can only be used by internal system workflows. When set to true then the task can be included in user defined workflows.",
                                "type": "boolean",
                                "default": false,
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "InputDefinition": {
                                "type": "array",
                                "items": {
                                    "description": "The schema expected for input parameters for this task.",
                                    "$ref": "#/components/schemas/workflow.BaseDataType",
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "OutputDefinition": {
                                "type": "array",
                                "items": {
                                    "description": "The schema expected for output parameters for this task.",
                                    "$ref": "#/components/schemas/workflow.BaseDataType",
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "RetryCount": {
                                "description": "The number of times a task should be tried before marking as failed.",
                                "type": "integer",
                                "format": "int64",
                                "default": 3,
                                "minimum": 0,
                                "maximum": 256,
                                "x-omitempty": true
                            },
                            "RetryDelay": {
                                "description": "The delay in seconds after which the the task is re-tried.",
                                "type": "integer",
                                "format": "int64",
                                "default": 60,
                                "minimum": 10,
                                "maximum": 86400,
                                "x-omitempty": true
                            },
                            "RetryPolicy": {
                                "description": "The retry policy for the task.\n* `Fixed` - The enum specifies the option as Fixed where the task retry happens after fixed time specified by RetryDelay.",
                                "type": "string",
                                "enum": [
                                    "Fixed"
                                ],
                                "default": "Fixed",
                                "x-omitempty": true
                            },
                            "StartsWorkflow": {
                                "description": "Set to true if the task implementation starts another workfow as part of the execution.",
                                "type": "boolean",
                                "default": false,
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "SupportStatus": {
                                "description": "Supported status of the definition.\n* `Supported` - The definition is a supported version and there will be no changes to the mandatory inputs or outputs.\n* `Beta` - The definition is a Beta version and this version can under go changes until the version is marked supported.\n* `Deprecated` - The version of definition is deprecated and typically there will be a higher version of the same definition that has been added.",
                                "type": "string",
                                "enum": [
                                    "Supported",
                                    "Beta",
                                    "Deprecated"
                                ],
                                "default": "Supported",
                                "x-omitempty": true
                            },
                            "Timeout": {
                                "description": "The timeout value in seconds after which task will be marked as timed out. Max allowed value is 7 days.",
                                "type": "integer",
                                "format": "int64",
                                "default": 600,
                                "minimum": 10,
                                "maximum": 604800,
                                "x-omitempty": true
                            },
                            "TimeoutPolicy": {
                                "description": "The timeout policy for the task.\n* `Timeout` - The enum specifies the option as Timeout where task will be timed out after the specified time in Timeout property.\n* `Retry` - The enum specifies the option as Retry where task will be re-tried.",
                                "type": "string",
                                "enum": [
                                    "Timeout",
                                    "Retry"
                                ],
                                "default": "Timeout",
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "workflow.ResourceInlineSelector": {
                "title": "Workflow:Resource Inline Selector",
                "description": "The resource selection inline conditions can be represented using InlineSelector.",
                "x-allOf-name": "workflow.ResourceInlineSelector",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/workflow.AbstractResourceSelector"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'workflow.ResourceInlineSelector', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "workflow.ResourceInlineSelector"
                                ],
                                "default": "workflow.ResourceInlineSelector",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "workflow.ResourceInlineSelector"
                                ],
                                "default": "workflow.ResourceInlineSelector",
                                "x-enum-as-string": true
                            },
                            "Selector": {
                                "description": "The odata based filter URL to select the resources.",
                                "type": "string",
                                "pattern": "^$|/api/v1/.*",
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "workflow.ResourceSelectorCriteria": {
                "title": "Workflow:Resource Selector Criteria",
                "description": "The resource selector holds one or more Resource Selection conditions and the runtime parameters.",
                "x-allOf-name": "workflow.ResourceSelectorCriteria",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/workflow.AbstractResourceSelector"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'workflow.ResourceSelectorCriteria', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "workflow.ResourceSelectorCriteria"
                                ],
                                "default": "workflow.ResourceSelectorCriteria",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "workflow.ResourceSelectorCriteria"
                                ],
                                "default": "workflow.ResourceSelectorCriteria",
                                "x-enum-as-string": true
                            },
                            "Parameters": {
                                "description": "The runtime properties and the value can be stored in this property.",
                                "x-omitempty": true
                            },
                            "ResourceSelectionCriteria": {
                                "description": "Holds the resource selection criteria reference.",
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef",
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "workflow.ResultHandler": {
                "title": "Workflow:Result Handler",
                "description": "The task result handler service details. It will be executed once the workflow reaches terminal state.",
                "x-allOf-name": "workflow.ResultHandler",
                "nullable": true,
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseComplexType"
                    }
                ]
            },
            "workflow.RollbackTask": {
                "title": "Workflow:Rollback Task",
                "description": "Rollback task mapping information.",
                "x-allOf-name": "workflow.RollbackTask",
                "nullable": true,
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseComplexType"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'workflow.RollbackTask', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "workflow.RollbackTask"
                                ],
                                "default": "workflow.RollbackTask",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "workflow.RollbackTask"
                                ],
                                "default": "workflow.RollbackTask",
                                "x-enum-as-string": true
                            },
                            "CatalogMoid": {
                                "description": "The catalog under which the task definition has been added.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "Description": {
                                "description": "Description of rollback task definition.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "InputParameters": {
                                "description": "Input parameters mapping for rollback task from the input or output of the main task definition.",
                                "x-omitempty": true
                            },
                            "Name": {
                                "description": "Name of the task definition which is capable of doing rollback of this task.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "SkipCondition": {
                                "description": "The rollback task will not be executed if the given condition evaluates to \"true\".",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "TaskMoid": {
                                "description": "The resolved referenced rollback task definition managed object.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "Version": {
                                "description": "The version of the task definition.",
                                "type": "integer",
                                "format": "int64",
                                "default": 1,
                                "minimum": 1,
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "workflow.RollbackWorkflow.Response": {
                "description": "The response body of a HTTP GET request for the 'workflow.RollbackWorkflow' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'workflow.RollbackWorkflow' resources.",
                "x-one-of-name": "workflow.RollbackWorkflow.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/workflow.RollbackWorkflow.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "workflow.RollbackWorkflow": {
                "title": "Workflow:Rollback Workflow",
                "description": "The RollbackWorkflow object addresses the management and execution of rollback operations within the workflow system. This provides a structured approach to reverting tasks and sub-workflows workflows, ensuring system stability and reliability.  \n#### Purpose  \nRollbackWorkflow is designed to manage rollback operations within workflows, ensuring controlled and secure recovery processes. It enables the reversal of tasks and sub-workflows to support error correction and system restoration. Additionally, it maintains the relationship between the primary workflow execution and its associated rollback workflows, providing structured management and oversight of rollback activities.\n#### Key Concepts  \n- **Eligible tasks:** Holds a list of task executions which are eligible for rollback. \n- **Rollback Strategies:** Implements strategies for rollback, when failure occurs. \n- **Status Monitoring:** Tracks the status of rollback operations, providing insights into execution progress and outcomes.",
                "x-allOf-name": "workflow.RollbackWorkflow",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseMo"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'workflow.RollbackWorkflow', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "workflow.RollbackWorkflow"
                                ],
                                "default": "workflow.RollbackWorkflow",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "workflow.RollbackWorkflow"
                                ],
                                "default": "workflow.RollbackWorkflow",
                                "x-enum-as-string": true
                            },
                            "Action": {
                                "description": "The action of the rollback workflow such as Create and Start.\n* `None` - If no action is set, then the default value is set to none for the action field.\n* `Create` - Create rollback workflow data for the execution of the rollback workflow.\n* `Start` - Start a new execution of the rollback workflow.",
                                "type": "string",
                                "enum": [
                                    "None",
                                    "Create",
                                    "Start"
                                ],
                                "default": "None",
                                "x-omitempty": true
                            },
                            "ContinueOnTaskFailure": {
                                "description": "When set to true, if a task in the workflow fails, the rollback workflow continues to the subsequent task. When set to false, the rollback workflow execution halts if a task fails.",
                                "type": "boolean",
                                "default": true,
                                "x-omitempty": true
                            },
                            "RollbackTasks": {
                                "type": "array",
                                "items": {
                                    "description": "List of taksinfo instances that are eligible for rollback as part of this rollback workflow execution.",
                                    "$ref": "#/components/schemas/workflow.RollbackWorkflowTask",
                                    "readOnly": true,
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "SelectedTasks": {
                                "type": "array",
                                "items": {
                                    "description": "List of taksinfo instances that are submitted for rollback as part of this rollback workflow execution.",
                                    "$ref": "#/components/schemas/workflow.RollbackWorkflowTask",
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "Status": {
                                "description": "Status of the rollback workflow instance (Created, Running, Completed, Failed).\n* `None` - If no status is set, then the default value is set none for the status field.\n* `Created` - Status of the rollback workflow when it identifies the eligible tasks for rollback.\n* `Running` - Status of the rollback workflow when it is in-progress.\n* `Completed` - Status of the rollback workflow after execution is successful.\n* `Failed` - Status of the rollback workflow after execution results in failure.",
                                "type": "string",
                                "enum": [
                                    "None",
                                    "Created",
                                    "Running",
                                    "Completed",
                                    "Failed"
                                ],
                                "default": "None",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "PrimaryWorkflow": {
                                "$ref": "#/components/schemas/workflow.WorkflowInfo.Relationship",
                                "description": "A reference to a workflowWorkflowInfo resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "x-createOnly": true
                            },
                            "RollbackWorkflows": {
                                "description": "An array of relationships to workflowWorkflowInfo resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/workflow.WorkflowInfo.Relationship"
                                },
                                "nullable": true,
                                "readOnly": true
                            }
                        }
                    }
                ]
            },
            "workflow.RollbackWorkflow.List": {
                "title": "List of 'workflow.RollbackWorkflow' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'workflow.RollbackWorkflow' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'workflow.RollbackWorkflow' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/workflow.RollbackWorkflow"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "workflow.RollbackWorkflowTask": {
                "title": "Workflow:Rollback Workflow Task",
                "description": "Rollback workflow task information.",
                "x-allOf-name": "workflow.RollbackWorkflowTask",
                "nullable": true,
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseComplexType"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'workflow.RollbackWorkflowTask', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "workflow.RollbackWorkflowTask"
                                ],
                                "default": "workflow.RollbackWorkflowTask",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "workflow.RollbackWorkflowTask"
                                ],
                                "default": "workflow.RollbackWorkflowTask",
                                "x-enum-as-string": true
                            },
                            "Description": {
                                "description": "Description of the rollback task.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Name": {
                                "description": "Name of TaskInfo that needs to be rolled back.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "RefName": {
                                "description": "Reference name of TaskInfo that need to be rolled back.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "RollbackCompleted": {
                                "description": "Status of the rollback operation for the task.",
                                "type": "boolean",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "RollbackTaskName": {
                                "description": "Name of TaskInfo that performs the rollback operation.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Status": {
                                "description": "Status of the rollback task. By default, task status will be not started. Task status will be set to completed on successful execution, otherwise it will be set to failed.\n* `NotStarted` - Status of rollback task when it is not started rollback.\n* `NotSupported` - Status of task when it is not supporting rollback.\n* `Completed` - Status of rollback task once execution is successful.\n* `Failed` - Status of rollback task when it is failed.\n* `Disabled` - Status of rollback task when rollback is disabled.",
                                "type": "string",
                                "enum": [
                                    "NotStarted",
                                    "NotSupported",
                                    "Completed",
                                    "Failed",
                                    "Disabled"
                                ],
                                "default": "NotStarted",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "TaskInfoMoid": {
                                "description": "Moid of TaskInfo that supports rollback operation.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "TaskPath": {
                                "description": "Path of rollback task if it is inside sub-workflow.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "workflow.SelectorProperty": {
                "title": "Workflow:Selector Property",
                "description": "Selector properties to define HTTP method and 'body' in case of upsert (short for update or insert) operations. When requested resource (endpoint) does not exists, the user interface shows empty list.",
                "x-allOf-name": "workflow.SelectorProperty",
                "nullable": true,
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseComplexType"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'workflow.SelectorProperty', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "workflow.SelectorProperty"
                                ],
                                "default": "workflow.SelectorProperty",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "workflow.SelectorProperty"
                                ],
                                "default": "workflow.SelectorProperty",
                                "x-enum-as-string": true
                            },
                            "Body": {
                                "description": "Content of the request body to send for POST request.",
                                "nullable": true,
                                "x-omitempty": true
                            },
                            "Method": {
                                "description": "The HTTP method to be used.\n* `GET` - The HTTP GET method requests a representation of the specified resource.\n* `POST` - The HTTP POST method sends data to the server.",
                                "type": "string",
                                "enum": [
                                    "GET",
                                    "POST"
                                ],
                                "default": "GET",
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "workflow.SequenceParams": {
                "title": "Workflow:Sequence Params",
                "description": "Parameters to capture information required to sequence the workflows.",
                "x-allOf-name": "workflow.SequenceParams",
                "nullable": true,
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseComplexType"
                    }
                ]
            },
            "workflow.SerialLoopTask": {
                "title": "Workflow:Serial Loop Task",
                "description": "A Serial Loop is a control task that runs one or more worker tasks multiple times based on a specified count or a given condition. Either count or condition must be provided, not both. When the loop is executed, based on count or condition, each iteration of task or a sequence of tasks inside loop run in serial. If any of the task fail then the entire loop will fail.",
                "x-allOf-name": "workflow.SerialLoopTask",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/workflow.AbstractLoopTask"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'workflow.SerialLoopTask', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "workflow.SerialLoopTask"
                                ],
                                "default": "workflow.SerialLoopTask",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "workflow.SerialLoopTask"
                                ],
                                "default": "workflow.SerialLoopTask",
                                "x-enum-as-string": true
                            },
                            "Condition": {
                                "description": "Condition expression which will be evaluated and when expression is true the tasks under loop will be executed.",
                                "type": "string",
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "workflow.ServiceItemActionDefinition.Response": {
                "description": "The response body of a HTTP GET request for the 'workflow.ServiceItemActionDefinition' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'workflow.ServiceItemActionDefinition' resources.",
                "x-one-of-name": "workflow.ServiceItemActionDefinition.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/workflow.ServiceItemActionDefinition.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "workflow.ServiceItemActionDefinition.Relationship": {
                "description": "A relationship to the 'workflow.ServiceItemActionDefinition' resource, or the expanded 'workflow.ServiceItemActionDefinition' resource, or the 'null' value.",
                "x-one-of-name": "workflow.ServiceItemActionDefinition.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/workflow.ServiceItemActionDefinition"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "workflow.ServiceItemActionDefinition": {
                "title": "Workflow:Service Item Action Definition",
                "description": "Definition to capture the details needed to execute an action on the service item.",
                "x-allOf-name": "workflow.ServiceItemActionDefinition",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseMo"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'workflow.ServiceItemActionDefinition', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "workflow.ServiceItemActionDefinition"
                                ],
                                "default": "workflow.ServiceItemActionDefinition",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "workflow.ServiceItemActionDefinition"
                                ],
                                "default": "workflow.ServiceItemActionDefinition",
                                "x-enum-as-string": true
                            },
                            "ActionProperties": {
                                "description": "Action properties for the service item.",
                                "$ref": "#/components/schemas/workflow.ServiceItemActionProperties",
                                "x-omitempty": true
                            },
                            "ActionType": {
                                "description": "Type of actionDefinition which decides on how to trigger the action.\n* `External` - External actions definition can be triggered by enduser to perform actions on the service item. Once action is completed successfully (eg. create/deploy), user cannot re-trigger that action again.\n* `Internal` - Internal action definition is used to trigger periodic actions on the service item instance.\n* `Repetitive` - Repetitive action definition is an external action that can be triggered by enduser to perform repetitive actions (eg. Edit/Update/Perform health check) on the created service item.",
                                "type": "string",
                                "enum": [
                                    "External",
                                    "Internal",
                                    "Repetitive"
                                ],
                                "default": "External",
                                "x-omitempty": true
                            },
                            "AllowedInstanceStates": {
                                "type": "array",
                                "items": {
                                    "description": "The list of service item instance states on which this service item action can be performed.\n* `NotCreated` - The service item is not yet created and it is in a draft mode. A service item instance can be deleted in this state.\n* `InProgress` - An action is in progress and until that action has reached a final state, another action cannot be started.\n* `Failed` - The last action on the service item instance failed and corrective measures need to be taken to bring the service item instance back to valid state.\n* `Okay` - The last action on the service item instance completed and the service item instance is in Okay state.\n* `Decommissioned` - The service item is decommissioned and can be safely deleted. A service item instance in any other state after it has been created cannot be deleted until it has been decommissioned.",
                                    "type": "string",
                                    "enum": [
                                        "NotCreated",
                                        "InProgress",
                                        "Failed",
                                        "Okay",
                                        "Decommissioned"
                                    ],
                                    "default": "NotCreated",
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "AttributeParameters": {
                                "description": "The mappings from workflows in the action definition to the service item attribute definition. Any output from core or post-core workflow can be mapped to service item attribute definition. The attribute can be referred using the name of the workflow definition and the attribute name in the following format '${<ServiceItemActionWorkflowDefinition.Name>.output.<outputName>'.",
                                "x-omitempty": true
                            },
                            "CoreWorkflows": {
                                "type": "array",
                                "items": {
                                    "description": "Core workflow which executes the actual action.",
                                    "$ref": "#/components/schemas/workflow.ServiceItemActionWorkflowDefinition",
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "Description": {
                                "description": "The description for this action which provides information on what are the pre-requisites to use this action on the service item and what features are supported by this action.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "InputDefinition": {
                                "type": "array",
                                "items": {
                                    "description": "Define the list of inputs that are needed for this action definition. These are the only inputs which can be passed to the workflows inorder to realize this action.",
                                    "$ref": "#/components/schemas/workflow.BaseDataType",
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "Label": {
                                "description": "A user friendly short name to identify the action. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ) or an underscore (_).",
                                "type": "string",
                                "pattern": "^[a-zA-Z0-9]+[\\sa-zA-Z0-9_.:-]{1,92}$",
                                "x-omitempty": true
                            },
                            "Name": {
                                "description": "The name for this action definition. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:) or an underscore (_). Name of the action must be unique within a service item definition.",
                                "type": "string",
                                "pattern": "^[a-zA-Z0-9_.:-]{1,64}$",
                                "x-createOnly": true,
                                "x-omitempty": true
                            },
                            "Periodicity": {
                                "description": "Value in seconds to specify the periodicity of the workflows. A zero value indicate the workflow will not execute periodically. A non-zero value indicate, the workflow will be executed periodically with this periodicity.",
                                "type": "integer",
                                "format": "int64",
                                "minimum": 0,
                                "maximum": 604800,
                                "x-omitempty": true
                            },
                            "PostCoreWorkflows": {
                                "type": "array",
                                "items": {
                                    "description": "PostCore workflow which must be idempotent and can be run any of times without causing any sideeffects. This workflow will be run everytime after the core workflow is executed.",
                                    "$ref": "#/components/schemas/workflow.ServiceItemActionWorkflowDefinition",
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "PreCoreWorkflows": {
                                "type": "array",
                                "items": {
                                    "description": "PreCore workflow which must be idempotent and can be run any of times without causing any sideeffects. This workflow will be run everytime before the core workflow is executed.",
                                    "$ref": "#/components/schemas/workflow.ServiceItemActionWorkflowDefinition",
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "RestrictOnPrivateAppliance": {
                                "description": "The flag to indicate that action is restricted on a Private Virtual Appliance.",
                                "type": "boolean",
                                "default": false,
                                "x-omitempty": true
                            },
                            "StopWorkflows": {
                                "type": "array",
                                "items": {
                                    "description": "Stop workflows which must be idempotent and can be run any of times without causing any sideeffects. These workflows will be run when stop action is called.",
                                    "$ref": "#/components/schemas/workflow.ServiceItemActionWorkflowDefinition",
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "UserIdOrEmail": {
                                "description": "The user identifier who created or updated the service item action definition.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ValidationInformation": {
                                "description": "The current validation state and associated validation errors when state is invalid.",
                                "$ref": "#/components/schemas/workflow.ValidationInformation",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ValidationWorkflows": {
                                "type": "array",
                                "items": {
                                    "description": "Validation workflow which must be idempotent and can be run any of times without causing any sideeffects. This workflow will be run everytime before the core workflow is executed.",
                                    "$ref": "#/components/schemas/workflow.ServiceItemActionWorkflowDefinition",
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "AssociatedPrivilegeSets": {
                                "description": "An array of relationships to iamPrivilegeSet resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/iam.PrivilegeSet.Relationship"
                                },
                                "nullable": true
                            },
                            "AssociatedRoles": {
                                "description": "An array of relationships to iamRole resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/iam.Role.Relationship"
                                },
                                "nullable": true
                            },
                            "ServiceItemDefinition": {
                                "$ref": "#/components/schemas/workflow.ServiceItemDefinition.Relationship",
                                "description": "A reference to a workflowServiceItemDefinition resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "x-createOnly": true
                            },
                            "WorkflowDefinition": {
                                "$ref": "#/components/schemas/workflow.WorkflowDefinition.Relationship",
                                "description": "A reference to a workflowWorkflowDefinition resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            }
                        }
                    }
                ]
            },
            "workflow.ServiceItemActionDefinition.List": {
                "title": "List of 'workflow.ServiceItemActionDefinition' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'workflow.ServiceItemActionDefinition' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'workflow.ServiceItemActionDefinition' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/workflow.ServiceItemActionDefinition"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "workflow.ServiceItemActionInstance.Response": {
                "description": "The response body of a HTTP GET request for the 'workflow.ServiceItemActionInstance' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'workflow.ServiceItemActionInstance' resources.",
                "x-one-of-name": "workflow.ServiceItemActionInstance.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/workflow.ServiceItemActionInstance.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "workflow.ServiceItemActionInstance.Relationship": {
                "description": "A relationship to the 'workflow.ServiceItemActionInstance' resource, or the expanded 'workflow.ServiceItemActionInstance' resource, or the 'null' value.",
                "x-one-of-name": "workflow.ServiceItemActionInstance.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/workflow.ServiceItemActionInstance"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "workflow.ServiceItemActionInstance": {
                "title": "Service item Action Instance",
                "description": "Service item action instance which represents one action on a service item instance.",
                "x-allOf-name": "workflow.ServiceItemActionInstance",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseMo"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'workflow.ServiceItemActionInstance', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "workflow.ServiceItemActionInstance"
                                ],
                                "default": "workflow.ServiceItemActionInstance",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "workflow.ServiceItemActionInstance"
                                ],
                                "default": "workflow.ServiceItemActionInstance",
                                "x-enum-as-string": true
                            },
                            "Action": {
                                "description": "Name of the action that needs to be performed on the service item instance.\n* `None` - No action is set, this is the default value for action field.\n* `Validate` - Validate the action instance inputs and run the validation workflows.\n* `Start` - Start a new execution of the action instance.\n* `Rerun` - Rerun the service item action instance from the beginning.\n* `Retry` - Retry the workflow that has failed from the failure point.\n* `Cancel` - Cancel the core workflow that is in running or waiting state. This action can be used when the workflows are stuck and not progressing.\n* `Stop` - Stop the action instance which is in progress and didn't complete successfully. Use this action to clear the state and then delete the action instance. A completed action cannot be stopped.",
                                "type": "string",
                                "enum": [
                                    "None",
                                    "Validate",
                                    "Start",
                                    "Rerun",
                                    "Retry",
                                    "Cancel",
                                    "Stop"
                                ],
                                "default": "None",
                                "x-omitempty": true
                            },
                            "EndTime": {
                                "description": "The time when the action was stopped or completed execution last time.",
                                "type": "string",
                                "format": "date-time",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Input": {
                                "description": "Inputs for a service item action and the format is specified by input definition of the service item action definition.",
                                "x-omitempty": true
                            },
                            "LastAction": {
                                "description": "The last action that was issued on the action definition workflows is saved in this property.\n* `None` - No action is set, this is the default value for action field.\n* `Validate` - Validate the action instance inputs and run the validation workflows.\n* `Start` - Start a new execution of the action instance.\n* `Rerun` - Rerun the service item action instance from the beginning.\n* `Retry` - Retry the workflow that has failed from the failure point.\n* `Cancel` - Cancel the core workflow that is in running or waiting state. This action can be used when the workflows are stuck and not progressing.\n* `Stop` - Stop the action instance which is in progress and didn't complete successfully. Use this action to clear the state and then delete the action instance. A completed action cannot be stopped.",
                                "type": "string",
                                "enum": [
                                    "None",
                                    "Validate",
                                    "Start",
                                    "Rerun",
                                    "Retry",
                                    "Cancel",
                                    "Stop"
                                ],
                                "default": "None",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Messages": {
                                "type": "array",
                                "items": {
                                    "description": "Captures log messages for the action triggered on the service item instance. Log messages related to the entire lifecycle of the action is captured. When the action is failing and it was stopped, then the logs related to stopping the action are also captured here.",
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/serviceitem.Message",
                                    "readOnly": true,
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "Name": {
                                "description": "Name for the action instance is created in the system by appending name of the service item instance to the name of the action definition.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ResourcelifecycleStatus": {
                                "description": "Lifecycle state of service item instance.\n* `Creating` - The service item is not yet created and creation action is in progress.\n* `Created` - The service item is created.\n* `Decommissioning` - The service item is not yet decommissioned and decommission action is in progress.\n* `Decommissioned` - The service item is decommisioned.\n* `Deleting` - The service item is not yet deleted and deletion action is in progress.\n* `Deleted` - The service item is deleted.\n* `Failed` - The service item action is failed to perform the operation.",
                                "type": "string",
                                "enum": [
                                    "Creating",
                                    "Created",
                                    "Decommissioning",
                                    "Decommissioned",
                                    "Deleting",
                                    "Deleted",
                                    "Failed"
                                ],
                                "default": "Creating",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "SelectionCriteriaInputs": {
                                "type": "array",
                                "items": {
                                    "description": "Captures the policy input, value and filter conditions which is used for extracting the value.",
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/serviceitem.SelectionCriteriaInput",
                                    "readOnly": true,
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "ServiceRequestInput": {
                                "description": "Inputs for a service item action from catalog service request and the format is specified by input definition of the catalog item definition.",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "StartTime": {
                                "description": "The time when the action was started for execution last time.",
                                "type": "string",
                                "format": "date-time",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Status": {
                                "description": "State of the service item action instance.\n* `NotStarted` - An action on the service item is not yet started and it is in a draft mode. A service item action instance can be deleted in this state.\n* `Validating` - A validate action has been triggered on the action and until it completes the start action cannot be issued.\n* `InProgress` - An action is in progress and until that action has reached a final state, another action cannot be started.\n* `Failed` - The action on the service item instance failed and can be retried.\n* `Completed` - The action on the service item instance completed successfully.\n* `Stopping` - The stop action is running on the action instance.\n* `Stopped` - The action on the service item instance has stopped.",
                                "type": "string",
                                "enum": [
                                    "NotStarted",
                                    "Validating",
                                    "InProgress",
                                    "Failed",
                                    "Completed",
                                    "Stopping",
                                    "Stopped"
                                ],
                                "default": "NotStarted",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "UserIdOrEmail": {
                                "description": "The user identifier who invoked the request to create the service item instance.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ActionWorkflowInfo": {
                                "$ref": "#/components/schemas/workflow.WorkflowInfo.Relationship",
                                "description": "A reference to a workflowWorkflowInfo resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "CatalogServiceRequest": {
                                "description": "An array of relationships to workflowCatalogServiceRequest resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/workflow.CatalogServiceRequest.Relationship"
                                },
                                "nullable": true,
                                "readOnly": true
                            },
                            "Idp": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/iam.Idp.Relationship",
                                "description": "A reference to a iamIdp resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline."
                            },
                            "IdpReference": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/iam.IdpReference.Relationship",
                                "description": "A reference to a iamIdpReference resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline."
                            },
                            "ServiceItemActionDefinition": {
                                "$ref": "#/components/schemas/workflow.ServiceItemActionDefinition.Relationship",
                                "description": "A reference to a workflowServiceItemActionDefinition resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "x-createOnly": true
                            },
                            "ServiceItemDefinition": {
                                "$ref": "#/components/schemas/workflow.ServiceItemDefinition.Relationship",
                                "description": "A reference to a workflowServiceItemDefinition resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "ServiceItemInstance": {
                                "$ref": "#/components/schemas/workflow.ServiceItemInstance.Relationship",
                                "description": "A reference to a workflowServiceItemInstance resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "x-createOnly": true
                            },
                            "StopWorkflowInfo": {
                                "$ref": "#/components/schemas/workflow.WorkflowInfo.Relationship",
                                "description": "A reference to a workflowWorkflowInfo resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "User": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/iam.User.Relationship",
                                "description": "A reference to a iamUser resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline."
                            },
                            "ValidationWorkflowInfo": {
                                "$ref": "#/components/schemas/workflow.WorkflowInfo.Relationship",
                                "description": "A reference to a workflowWorkflowInfo resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            }
                        }
                    }
                ]
            },
            "workflow.ServiceItemActionInstance.List": {
                "title": "List of 'workflow.ServiceItemActionInstance' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'workflow.ServiceItemActionInstance' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'workflow.ServiceItemActionInstance' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/workflow.ServiceItemActionInstance"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "workflow.ServiceItemActionProperties": {
                "title": "Workflow:Service Item Action Properties",
                "description": "Definition to capture the action properties which will be used in the action of service item.",
                "x-allOf-name": "workflow.ServiceItemActionProperties",
                "nullable": true,
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseComplexType"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'workflow.ServiceItemActionProperties', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "workflow.ServiceItemActionProperties"
                                ],
                                "default": "workflow.ServiceItemActionProperties",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "workflow.ServiceItemActionProperties"
                                ],
                                "default": "workflow.ServiceItemActionProperties",
                                "x-enum-as-string": true
                            },
                            "OperationType": {
                                "description": "Type of action operation to be executed on the service item.\n* `PostDeployment` - This represents the post-deployment actions for the resources created or defined through the deployment action. There can be more than one post-deployment operations associated with a service item.\n* `Deployment` - This represents the deploy action, for the service item action definition. This operation type is used to create or define resources that is managed by the service item. There can only be one Service Item Action Definition that can be marked with the operation type as Deployment and this is a mandatory operation type. All valid Service Items must have one and only one operation type marked as type Deployment.\n* `Decommission` - This represents the decommission action, used to decommission the created resources. All valid Service Items must have one and only one operation type marked as type Decommission. Once a decommission action is run on a Service Item, no further operations are allowed on that Service Item.\n* `Migration` - This represents the migration action, used to migrate service item instance from one service item definition version to another service item definition version. There can be more than one migration operations associated with a service item. Once a migration action is running on a service item instance, no further operations are allowed on that service item instance during the migration process.",
                                "type": "string",
                                "enum": [
                                    "PostDeployment",
                                    "Deployment",
                                    "Decommission",
                                    "Migration"
                                ],
                                "default": "PostDeployment",
                                "x-createOnly": true,
                                "x-omitempty": true
                            },
                            "Properties": {
                                "description": "The properties of the action. The actual structure of properties can vary based on the operationType.",
                                "$ref": "#/components/schemas/workflow.BaseServiceItemActionProperty",
                                "x-omitempty": true
                            },
                            "StopOnFailure": {
                                "description": "When true, the action on the service item will be stopped when it reaches a failure by either calling the configured stop workflow or by calling the rollback workflow. By default value is set to true.",
                                "type": "boolean",
                                "default": true,
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "workflow.ServiceItemActionWorkflowDefinition": {
                "title": "Workflow:Service Item Action Workflow Definition",
                "description": "Definition to capture the workflow definition which will be used in the action of a service item definition.",
                "x-allOf-name": "workflow.ServiceItemActionWorkflowDefinition",
                "nullable": true,
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseComplexType"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'workflow.ServiceItemActionWorkflowDefinition', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "workflow.ServiceItemActionWorkflowDefinition"
                                ],
                                "default": "workflow.ServiceItemActionWorkflowDefinition",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "workflow.ServiceItemActionWorkflowDefinition"
                                ],
                                "default": "workflow.ServiceItemActionWorkflowDefinition",
                                "x-enum-as-string": true
                            },
                            "CatalogMoid": {
                                "description": "Specify the catalog moid that this workflow belongs. When catalog moid is not specified then the catalog of the service item is used first and if no workflow can be found in that catalog, then the shared catalog from Intersight is used.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "Description": {
                                "description": "The description of this workflow instance.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "InputParameters": {
                                "description": "Capture the mapping of ActionDefinition inputDefinition to workflow definition.",
                                "x-omitempty": true
                            },
                            "Label": {
                                "description": "A user defined label identifier of the workflow used for UI display.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "Name": {
                                "description": "The name of the workflow, this name must be unique across all the workflow definition used within the action definitions.",
                                "type": "string",
                                "pattern": "^[a-zA-Z0-9_:-]{1,64}$",
                                "x-omitempty": true
                            },
                            "Version": {
                                "description": "The workflow definition version to use as subworkflow. When no version is specified then the default version of the workflow at the time of creating or updating this workflow is used.",
                                "type": "integer",
                                "format": "int64",
                                "x-omitempty": true
                            },
                            "WorkflowDefinition": {
                                "description": "The moid of the workflow definition.",
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "WorkflowDefinitionName": {
                                "description": "The qualified name of workflow that should be executed.",
                                "type": "string",
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "workflow.ServiceItemAttribute.Response": {
                "description": "The response body of a HTTP GET request for the 'workflow.ServiceItemAttribute' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'workflow.ServiceItemAttribute' resources.",
                "x-one-of-name": "workflow.ServiceItemAttribute.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/workflow.ServiceItemAttribute.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "workflow.ServiceItemAttribute": {
                "title": "Service Item Attribute",
                "description": "Service item attribute which represents all the artifacts created or related to this service item instance.",
                "x-allOf-name": "workflow.ServiceItemAttribute",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseMo"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'workflow.ServiceItemAttribute', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "workflow.ServiceItemAttribute"
                                ],
                                "default": "workflow.ServiceItemAttribute",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "workflow.ServiceItemAttribute"
                                ],
                                "default": "workflow.ServiceItemAttribute",
                                "x-enum-as-string": true
                            },
                            "Attribute": {
                                "description": "Service item attribute for a service item instance and the format is specified by attribute definition of the service item definition.",
                                "nullable": true,
                                "x-omitempty": true
                            },
                            "Datatype": {
                                "description": "Datatype, if any, backing the service item attribute definition.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Name": {
                                "description": "Attribute name which is used in the attribute definition of the service item.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "Type": {
                                "description": "Type of the service item attribute.\n* `None` - Default value if the service item attribute does not belong to any of the existing types.\n* `Configuration` - The service item attribute is a configuration from the designer or the end user.\n* `Inventory` - The service item attribute captures the inventory of the resource created by the service item deployment.\n* `Health` - The service item attribute describes the health of the resource created by the service item deployment.\n* `Output` - The service item attribute captures the artifact generated after performing an action on the service item.",
                                "type": "string",
                                "enum": [
                                    "None",
                                    "Configuration",
                                    "Inventory",
                                    "Health",
                                    "Output"
                                ],
                                "default": "None",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ServiceItemDefinition": {
                                "$ref": "#/components/schemas/workflow.ServiceItemDefinition.Relationship",
                                "description": "A reference to a workflowServiceItemDefinition resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "x-createOnly": true
                            },
                            "ServiceItemInstance": {
                                "$ref": "#/components/schemas/workflow.ServiceItemInstance.Relationship",
                                "description": "A reference to a workflowServiceItemInstance resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "x-createOnly": true
                            }
                        }
                    }
                ]
            },
            "workflow.ServiceItemAttribute.List": {
                "title": "List of 'workflow.ServiceItemAttribute' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'workflow.ServiceItemAttribute' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'workflow.ServiceItemAttribute' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/workflow.ServiceItemAttribute"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "workflow.ServiceItemDefinition.Response": {
                "description": "The response body of a HTTP GET request for the 'workflow.ServiceItemDefinition' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'workflow.ServiceItemDefinition' resources.",
                "x-one-of-name": "workflow.ServiceItemDefinition.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/workflow.ServiceItemDefinition.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "workflow.ServiceItemDefinition.Relationship": {
                "description": "A relationship to the 'workflow.ServiceItemDefinition' resource, or the expanded 'workflow.ServiceItemDefinition' resource, or the 'null' value.",
                "x-one-of-name": "workflow.ServiceItemDefinition.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/workflow.ServiceItemDefinition"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "workflow.ServiceItemDefinition": {
                "title": "Service Item Definition",
                "description": "Service Item definition is a collection of actions and associated workflow definition that can be used to deploy a service item.",
                "x-allOf-name": "workflow.ServiceItemDefinition",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseMo"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'workflow.ServiceItemDefinition', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "workflow.ServiceItemDefinition"
                                ],
                                "default": "workflow.ServiceItemDefinition",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "workflow.ServiceItemDefinition"
                                ],
                                "default": "workflow.ServiceItemDefinition",
                                "x-enum-as-string": true
                            },
                            "AllowMultipleServiceItemInstances": {
                                "description": "Service item definition can declare that only one instance can be allowed within the customer account.",
                                "type": "boolean",
                                "default": true,
                                "x-createOnly": true,
                                "x-omitempty": true
                            },
                            "AttributeDefinition": {
                                "type": "array",
                                "items": {
                                    "description": "Define the list of service item artifacts that are either created or used in this service item.",
                                    "$ref": "#/components/schemas/workflow.BaseDataType",
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "CreateUser": {
                                "description": "The user identifier who created or cloned the service item definition.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "CvdId": {
                                "description": "The Cisco Validated Design (CVD) Identifier that this service item provides.",
                                "type": "string",
                                "x-createOnly": true,
                                "x-omitempty": true
                            },
                            "DefaultVersion": {
                                "description": "The flag to indicate that this is the default version of the service item.",
                                "type": "boolean",
                                "default": false,
                                "x-omitempty": true
                            },
                            "DeleteInstanceOnDecommission": {
                                "description": "The flag to indicate that service item instance will be deleted after the completion of decommission action.",
                                "type": "boolean",
                                "default": false,
                                "x-createOnly": true,
                                "x-omitempty": true
                            },
                            "Description": {
                                "description": "The description for this service item which provides information on what are the pre-requisites to deploy the service item and what features are supported on the service item.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "Label": {
                                "description": "A user friendly short name to identify the service item. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ) or an underscore (_).",
                                "type": "string",
                                "pattern": "^[a-zA-Z0-9]+[\\sa-zA-Z0-9_.:-]{1,92}$",
                                "x-omitempty": true
                            },
                            "LicenseEntitlement": {
                                "description": "License entitlement required to run this service item.\n* `Base` - Base as a License type. It is default license type.\n* `Essential` - Essential as a License type.\n* `Standard` - Standard as a License type.\n* `Advantage` - Advantage as a License type.\n* `Premier` - Premier as a License type.\n* `IWO-Essential` - IWO-Essential as a License type.\n* `IWO-Advantage` - IWO-Advantage as a License type.\n* `IWO-Premier` - IWO-Premier as a License type.\n* `IKS-Advantage` - IKS-Advantage as a License type.\n* `INC-Premier-1GFixed` - Premier 1G Fixed license tier for Intersight Nexus Cloud.\n* `INC-Premier-10GFixed` - Premier 10G Fixed license tier for Intersight Nexus Cloud.\n* `INC-Premier-100GFixed` - Premier 100G Fixed license tier for Intersight Nexus Cloud.\n* `INC-Premier-Mod4Slot` - Premier Modular 4 slot license tier for Intersight Nexus Cloud.\n* `INC-Premier-Mod8Slot` - Premier Modular 8 slot license tier for Intersight Nexus Cloud.\n* `INC-Premier-D2OpsFixed` - Premier D2Ops fixed license tier for Intersight Nexus Cloud.\n* `INC-Premier-D2OpsMod` - Premier D2Ops modular license tier for Intersight Nexus Cloud.\n* `INC-Premier-CentralizedMod8Slot` - Premier modular license tier of switch type CentralizedMod8Slot for Intersight Nexus Cloud.\n* `INC-Premier-DistributedMod8Slot` - Premier modular license tier of switch type DistributedMod8Slot for Intersight Nexus Cloud.\n* `ERP-Advantage` - Advantage license tier for ERP workflows.\n* `IntersightTrial` - Virtual dummy license type to indicate trial. Used for UI display of trial mode Intersight tiers.\n* `IWOTrial` - Virtual dummy license type to indicate trial. Used for UI display of trial mode IKS tiers.\n* `IKSTrial` - Virtual dummy license type to indicate trial. Used for UI display of trial mode IWO tiers.\n* `INCTrial` - Virtual dummy license type to indicate trial. Used for UI display of trial mode Nexus tiers.",
                                "type": "string",
                                "enum": [
                                    "Base",
                                    "Essential",
                                    "Standard",
                                    "Advantage",
                                    "Premier",
                                    "IWO-Essential",
                                    "IWO-Advantage",
                                    "IWO-Premier",
                                    "IKS-Advantage",
                                    "INC-Premier-1GFixed",
                                    "INC-Premier-10GFixed",
                                    "INC-Premier-100GFixed",
                                    "INC-Premier-Mod4Slot",
                                    "INC-Premier-Mod8Slot",
                                    "INC-Premier-D2OpsFixed",
                                    "INC-Premier-D2OpsMod",
                                    "INC-Premier-CentralizedMod8Slot",
                                    "INC-Premier-DistributedMod8Slot",
                                    "ERP-Advantage",
                                    "IntersightTrial",
                                    "IWOTrial",
                                    "IKSTrial",
                                    "INCTrial"
                                ],
                                "default": "Base",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ModUser": {
                                "description": "The user identifier who last updated the service item definition.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Name": {
                                "description": "The name for this service item definition. You can have multiple versions of the service item with the same name. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:) or an underscore (_).",
                                "type": "string",
                                "pattern": "^[a-zA-Z0-9_.:-]{1,64}$",
                                "x-createOnly": true,
                                "x-omitempty": true
                            },
                            "PublishStatus": {
                                "description": "The publish status of service item (Draft, Published, Archived).\n* `Draft` - The enum specifies the option as Draft which means the meta definition is being designed and tested.\n* `Published` - The enum specifies the option as Published which means the meta definition is ready for consumption.\n* `Archived` - The enum specifies the option as Archived which means the meta definition is archived and can no longer be consumed.",
                                "type": "string",
                                "enum": [
                                    "Draft",
                                    "Published",
                                    "Archived"
                                ],
                                "default": "Draft",
                                "x-omitempty": true
                            },
                            "Status": {
                                "description": "State of service item considering the state of underlying service item actions definitions.\n* `Okay` - Deployment and other post-deployment actions are in valid state.\n* `Critical` - Deployment action is not in valid state.\n* `Warning` - Deployment action is in valid state, and one or more post-deployment actions are not in valid state.",
                                "type": "string",
                                "enum": [
                                    "Okay",
                                    "Critical",
                                    "Warning"
                                ],
                                "default": "Okay",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "SupportStatus": {
                                "description": "The service item can be marked as deprecated, supported or beta, the support status indicates that. When a new service item is introduced, it can be marked beta to indicate this is experimental and later moved to Supported status. When Service item is deprecated, it cannot be instantiated and used for a Catalog Item design.\n* `Supported` - The definition is a supported version and there will be no changes to the mandatory inputs or outputs.\n* `Beta` - The definition is a Beta version and this version can under go changes until the version is marked supported.\n* `Deprecated` - The version of definition is deprecated and typically there will be a higher version of the same definition that has been added.",
                                "type": "string",
                                "enum": [
                                    "Supported",
                                    "Beta",
                                    "Deprecated"
                                ],
                                "default": "Supported",
                                "x-omitempty": true
                            },
                            "UserIdOrEmail": {
                                "description": "This attribute is deprecated and replaced by createUser and modUser.",
                                "deprecated": true,
                                "x-sunset": "2027-03-01",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ValidationInformation": {
                                "description": "The current validation state and associated validation errors when state is invalid.",
                                "$ref": "#/components/schemas/workflow.ValidationInformation",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Version": {
                                "description": "The version of the service item to support multiple versions.",
                                "type": "integer",
                                "format": "int64",
                                "default": 1,
                                "minimum": 1,
                                "x-createOnly": true,
                                "x-omitempty": true
                            },
                            "ActionDefinitions": {
                                "description": "An array of relationships to workflowServiceItemActionDefinition resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/workflow.ServiceItemActionDefinition.Relationship"
                                },
                                "nullable": true,
                                "x-createOnly": true
                            },
                            "Catalog": {
                                "$ref": "#/components/schemas/workflow.Catalog.Relationship",
                                "description": "A reference to a workflowCatalog resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "x-createOnly": true
                            }
                        }
                    }
                ]
            },
            "workflow.ServiceItemDefinition.List": {
                "title": "List of 'workflow.ServiceItemDefinition' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'workflow.ServiceItemDefinition' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'workflow.ServiceItemDefinition' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/workflow.ServiceItemDefinition"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "workflow.ServiceItemHealthCheckDefinition.Response": {
                "description": "The response body of a HTTP GET request for the 'workflow.ServiceItemHealthCheckDefinition' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'workflow.ServiceItemHealthCheckDefinition' resources.",
                "x-one-of-name": "workflow.ServiceItemHealthCheckDefinition.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/workflow.ServiceItemHealthCheckDefinition.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "workflow.ServiceItemHealthCheckDefinition.Relationship": {
                "description": "A relationship to the 'workflow.ServiceItemHealthCheckDefinition' resource, or the expanded 'workflow.ServiceItemHealthCheckDefinition' resource, or the 'null' value.",
                "x-one-of-name": "workflow.ServiceItemHealthCheckDefinition.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/workflow.ServiceItemHealthCheckDefinition"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "workflow.ServiceItemHealthCheckDefinition": {
                "title": "Workflow:Service Item Health Check Definition",
                "description": "Service item health check definition metadata.",
                "x-allOf-name": "workflow.ServiceItemHealthCheckDefinition",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseMo"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'workflow.ServiceItemHealthCheckDefinition', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "workflow.ServiceItemHealthCheckDefinition"
                                ],
                                "default": "workflow.ServiceItemHealthCheckDefinition",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "workflow.ServiceItemHealthCheckDefinition"
                                ],
                                "default": "workflow.ServiceItemHealthCheckDefinition",
                                "x-enum-as-string": true
                            },
                            "Category": {
                                "description": "Category that the health check belongs to.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "CommonCauseAndResolution": {
                                "description": "Static information detailing the common cause for the health check failure.\nIt also gives possible remediation actions that can be taken to remedy the health check failure.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "Description": {
                                "description": "Description of the health check definition.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "ExecutionMode": {
                                "description": "Execution mode of the health check on service item.\n* `OnDemand` - Execute the health check on-demand.\n* `Periodic` - Execute the health check on a periodic basis.",
                                "type": "string",
                                "enum": [
                                    "OnDemand",
                                    "Periodic"
                                ],
                                "default": "OnDemand",
                                "x-omitempty": true
                            },
                            "HealthCheckWorkflow": {
                                "description": "Workflow that is associated with this health check definition. This workflow will be run on execution of the respective health check definition.",
                                "$ref": "#/components/schemas/workflow.ServiceItemActionWorkflowDefinition",
                                "x-omitempty": true
                            },
                            "Label": {
                                "description": "Label for the health check definition that is displayed on UI.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "Name": {
                                "description": "Name of the health check definition.",
                                "type": "string",
                                "x-createOnly": true,
                                "x-omitempty": true
                            },
                            "ServiceItemDefinition": {
                                "$ref": "#/components/schemas/workflow.ServiceItemDefinition.Relationship",
                                "description": "A reference to a workflowServiceItemDefinition resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            }
                        }
                    }
                ]
            },
            "workflow.ServiceItemHealthCheckDefinition.List": {
                "title": "List of 'workflow.ServiceItemHealthCheckDefinition' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'workflow.ServiceItemHealthCheckDefinition' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'workflow.ServiceItemHealthCheckDefinition' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/workflow.ServiceItemHealthCheckDefinition"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "workflow.ServiceItemHealthCheckExecution.Response": {
                "description": "The response body of a HTTP GET request for the 'workflow.ServiceItemHealthCheckExecution' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'workflow.ServiceItemHealthCheckExecution' resources.",
                "x-one-of-name": "workflow.ServiceItemHealthCheckExecution.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/workflow.ServiceItemHealthCheckExecution.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "workflow.ServiceItemHealthCheckExecution": {
                "title": "Workflow:Service Item Health Check Execution",
                "description": "Health check execution result for a health check definition on a service item.",
                "x-allOf-name": "workflow.ServiceItemHealthCheckExecution",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseMo"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'workflow.ServiceItemHealthCheckExecution', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "workflow.ServiceItemHealthCheckExecution"
                                ],
                                "default": "workflow.ServiceItemHealthCheckExecution",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "workflow.ServiceItemHealthCheckExecution"
                                ],
                                "default": "workflow.ServiceItemHealthCheckExecution",
                                "x-enum-as-string": true
                            },
                            "ErrorElements": {
                                "type": "array",
                                "items": {
                                    "description": "Array of service item elements for which health check execution has failed.",
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/serviceitem.HealthCheckErrorElement",
                                    "readOnly": true,
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "ErrorSummary": {
                                "description": "Error summary of a health check execution failure.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "LastPassedTimestamp": {
                                "description": "Timestamp of the last passed health check execution.",
                                "type": "string",
                                "format": "date-time",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Result": {
                                "description": "Health check execution result.\n* `Unknown` - Indicates that the health check results could not be determined.\n* `Pass` - Indicates that the health check has passed.\n* `Fail` - Indicates that the health check has failed.\n* `Warning` - Indicates that the health check completed with a warning.\n* `NotApplicable` - Indicates that the health check is either unsupported, or not applicable for the service item.",
                                "type": "string",
                                "enum": [
                                    "Unknown",
                                    "Pass",
                                    "Fail",
                                    "Warning",
                                    "NotApplicable"
                                ],
                                "default": "Unknown",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Summary": {
                                "description": "A brief summary of health check execution result.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "WorkflowStatus": {
                                "description": "Status of the workflow that is executed as a part of health check execution.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "HealthCheckDefinition": {
                                "$ref": "#/components/schemas/workflow.ServiceItemHealthCheckDefinition.Relationship",
                                "description": "A reference to a workflowServiceItemHealthCheckDefinition resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "ServiceItemInstance": {
                                "$ref": "#/components/schemas/workflow.ServiceItemInstance.Relationship",
                                "description": "A reference to a workflowServiceItemInstance resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "WorkflowInfo": {
                                "$ref": "#/components/schemas/workflow.WorkflowInfo.Relationship",
                                "description": "A reference to a workflowWorkflowInfo resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            }
                        }
                    }
                ]
            },
            "workflow.ServiceItemHealthCheckExecution.List": {
                "title": "List of 'workflow.ServiceItemHealthCheckExecution' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'workflow.ServiceItemHealthCheckExecution' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'workflow.ServiceItemHealthCheckExecution' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/workflow.ServiceItemHealthCheckExecution"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "workflow.ServiceItemInputDefinitionType": {
                "title": "Workflow:Service Item Input Definition Type",
                "description": "Definition to capture the inputs for a service items included inside a catalog. It captures the input definition and the associated input parameter mappings for the service items.",
                "x-allOf-name": "workflow.ServiceItemInputDefinitionType",
                "nullable": true,
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseComplexType"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'workflow.ServiceItemInputDefinitionType', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "workflow.ServiceItemInputDefinitionType"
                                ],
                                "default": "workflow.ServiceItemInputDefinitionType",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "workflow.ServiceItemInputDefinitionType"
                                ],
                                "default": "workflow.ServiceItemInputDefinitionType",
                                "x-enum-as-string": true
                            },
                            "ActionName": {
                                "description": "The name of the service item action.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "InputDefinition": {
                                "type": "array",
                                "items": {
                                    "description": "Input which are propagated from service item and mapped to either static or policy or enduser.",
                                    "$ref": "#/components/schemas/workflow.BaseDataType",
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "InputParameters": {
                                "description": "Capture the mapping of service item ActionDefinition inputDefinition to catalog service request.",
                                "x-omitempty": true
                            },
                            "OperationType": {
                                "description": "Type of action operation to be executed on the service item.\n* `PostDeployment` - This represents the post-deployment actions for the resources created or defined through the deployment action. There can be more than one post-deployment operations associated with a service item.\n* `Deployment` - This represents the deploy action, for the service item action definition. This operation type is used to create or define resources that is managed by the service item. There can only be one Service Item Action Definition that can be marked with the operation type as Deployment and this is a mandatory operation type. All valid Service Items must have one and only one operation type marked as type Deployment.\n* `Decommission` - This represents the decommission action, used to decommission the created resources. All valid Service Items must have one and only one operation type marked as type Decommission. Once a decommission action is run on a Service Item, no further operations are allowed on that Service Item.\n* `Migration` - This represents the migration action, used to migrate service item instance from one service item definition version to another service item definition version. There can be more than one migration operations associated with a service item. Once a migration action is running on a service item instance, no further operations are allowed on that service item instance during the migration process.",
                                "type": "string",
                                "enum": [
                                    "PostDeployment",
                                    "Deployment",
                                    "Decommission",
                                    "Migration"
                                ],
                                "default": "PostDeployment",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ServiceItemActionDefinition": {
                                "description": "Specify the service item action for which input definition is associated.",
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef",
                                "x-createOnly": true,
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "workflow.ServiceItemInstance.Response": {
                "description": "The response body of a HTTP GET request for the 'workflow.ServiceItemInstance' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'workflow.ServiceItemInstance' resources.",
                "x-one-of-name": "workflow.ServiceItemInstance.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/workflow.ServiceItemInstance.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "workflow.ServiceItemInstance.Relationship": {
                "description": "A relationship to the 'workflow.ServiceItemInstance' resource, or the expanded 'workflow.ServiceItemInstance' resource, or the 'null' value.",
                "x-one-of-name": "workflow.ServiceItemInstance.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/workflow.ServiceItemInstance"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "workflow.ServiceItemInstance": {
                "title": "Service item Instance",
                "description": "Service item instance is one instance of a service item based on a service item definition.",
                "x-allOf-name": "workflow.ServiceItemInstance",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseMo"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'workflow.ServiceItemInstance', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "workflow.ServiceItemInstance"
                                ],
                                "default": "workflow.ServiceItemInstance",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "workflow.ServiceItemInstance"
                                ],
                                "default": "workflow.ServiceItemInstance",
                                "x-enum-as-string": true
                            },
                            "Description": {
                                "description": "The description for this service item instance.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "Label": {
                                "description": "A user friendly short name to identify the resource. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ) or an underscore (_).",
                                "type": "string",
                                "pattern": "^$|^[a-zA-Z0-9]+[\\sa-zA-Z0-9_.:-]{1,92}$",
                                "x-omitempty": true
                            },
                            "LastStatus": {
                                "description": "Last status of the service item instance which will be reverted when an ongoing service item action instance is aborted.\n* `NotCreated` - The service item is not yet created and it is in a draft mode. A service item instance can be deleted in this state.\n* `InProgress` - An action is in progress and until that action has reached a final state, another action cannot be started.\n* `Failed` - The last action on the service item instance failed and corrective measures need to be taken to bring the service item instance back to valid state.\n* `Okay` - The last action on the service item instance completed and the service item instance is in Okay state.\n* `Decommissioned` - The service item is decommissioned and can be safely deleted. A service item instance in any other state after it has been created cannot be deleted until it has been decommissioned.",
                                "type": "string",
                                "enum": [
                                    "NotCreated",
                                    "InProgress",
                                    "Failed",
                                    "Okay",
                                    "Decommissioned"
                                ],
                                "default": "NotCreated",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "MigrationHistory": {
                                "type": "array",
                                "items": {
                                    "description": "History of version migration.",
                                    "$ref": "#/components/schemas/workflow.MigrationHistory",
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "Name": {
                                "description": "A name of the service item instance. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.) or an underscore (_).",
                                "type": "string",
                                "pattern": "^[a-zA-Z0-9]+[\\sa-zA-Z0-9_.:-]{1,92}$",
                                "x-omitempty": true
                            },
                            "ResourcelifecycleStatus": {
                                "description": "Lifecycle state of service item instance.\n* `Creating` - The service item is not yet created and creation action is in progress.\n* `Created` - The service item is created.\n* `Decommissioning` - The service item is not yet decommissioned and decommission action is in progress.\n* `Decommissioned` - The service item is decommisioned.\n* `Deleting` - The service item is not yet deleted and deletion action is in progress.\n* `Deleted` - The service item is deleted.\n* `Failed` - The service item action is failed to perform the operation.",
                                "type": "string",
                                "enum": [
                                    "Creating",
                                    "Created",
                                    "Decommissioning",
                                    "Decommissioned",
                                    "Deleting",
                                    "Deleted",
                                    "Failed"
                                ],
                                "default": "Creating",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Status": {
                                "description": "Status of the service item instance which controls the actions that can be performed on this instance.\n* `NotCreated` - The service item is not yet created and it is in a draft mode. A service item instance can be deleted in this state.\n* `InProgress` - An action is in progress and until that action has reached a final state, another action cannot be started.\n* `Failed` - The last action on the service item instance failed and corrective measures need to be taken to bring the service item instance back to valid state.\n* `Okay` - The last action on the service item instance completed and the service item instance is in Okay state.\n* `Decommissioned` - The service item is decommissioned and can be safely deleted. A service item instance in any other state after it has been created cannot be deleted until it has been decommissioned.",
                                "type": "string",
                                "enum": [
                                    "NotCreated",
                                    "InProgress",
                                    "Failed",
                                    "Okay",
                                    "Decommissioned"
                                ],
                                "default": "NotCreated",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "UserIdOrEmail": {
                                "description": "The user identifier which indicates the user that started this workflow.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "CatalogServiceRequest": {
                                "description": "An array of relationships to workflowCatalogServiceRequest resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/workflow.CatalogServiceRequest.Relationship"
                                },
                                "nullable": true,
                                "readOnly": true
                            },
                            "Idp": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/iam.Idp.Relationship",
                                "description": "A reference to a iamIdp resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline."
                            },
                            "IdpReference": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/iam.IdpReference.Relationship",
                                "description": "A reference to a iamIdpReference resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline."
                            },
                            "Organization": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/organization.Organization.Relationship",
                                "description": "A reference to a organizationOrganization resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "x-createOnly": true
                            },
                            "ServiceItemDefinition": {
                                "$ref": "#/components/schemas/workflow.ServiceItemDefinition.Relationship",
                                "description": "A reference to a workflowServiceItemDefinition resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "x-createOnly": true
                            },
                            "User": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/iam.User.Relationship",
                                "description": "A reference to a iamUser resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline."
                            }
                        }
                    }
                ]
            },
            "workflow.ServiceItemInstance.List": {
                "title": "List of 'workflow.ServiceItemInstance' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'workflow.ServiceItemInstance' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'workflow.ServiceItemInstance' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/workflow.ServiceItemInstance"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "workflow.ServiceItemOutput.Response": {
                "description": "The response body of a HTTP GET request for the 'workflow.ServiceItemOutput' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'workflow.ServiceItemOutput' resources.",
                "x-one-of-name": "workflow.ServiceItemOutput.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/workflow.ServiceItemOutput.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "workflow.ServiceItemOutput": {
                "title": "Service Item Output",
                "description": "Service item output which represents all the artifacts created or related to this service item instance.",
                "x-allOf-name": "workflow.ServiceItemOutput",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseMo"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'workflow.ServiceItemOutput', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "workflow.ServiceItemOutput"
                                ],
                                "default": "workflow.ServiceItemOutput",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "workflow.ServiceItemOutput"
                                ],
                                "default": "workflow.ServiceItemOutput",
                                "x-enum-as-string": true
                            },
                            "Name": {
                                "description": "Output name which is used in the output definition of the service item.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "Output": {
                                "description": "Service item output for a service item instance and the format is specified by output definition of the service item definition.",
                                "x-omitempty": true
                            },
                            "ServiceItemInstance": {
                                "$ref": "#/components/schemas/workflow.ServiceItemInstance.Relationship",
                                "description": "A reference to a workflowServiceItemInstance resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "x-createOnly": true
                            }
                        }
                    }
                ]
            },
            "workflow.ServiceItemOutput.List": {
                "title": "List of 'workflow.ServiceItemOutput' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'workflow.ServiceItemOutput' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'workflow.ServiceItemOutput' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/workflow.ServiceItemOutput"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "workflow.ServiceItemType": {
                "title": "Workflow:Service Item Type",
                "description": "Definition to capture the service items associated with the catalog.",
                "x-allOf-name": "workflow.ServiceItemType",
                "nullable": true,
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseComplexType"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'workflow.ServiceItemType', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "workflow.ServiceItemType"
                                ],
                                "default": "workflow.ServiceItemType",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "workflow.ServiceItemType"
                                ],
                                "default": "workflow.ServiceItemType",
                                "x-enum-as-string": true
                            },
                            "Description": {
                                "description": "The description of this service item.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "Name": {
                                "description": "The name of the service item as defined by the user.",
                                "type": "string",
                                "pattern": "^[a-zA-Z0-9]+[\\sa-zA-Z0-9_.:-]{1,92}$",
                                "x-omitempty": true
                            },
                            "ServiceItemDefinition": {
                                "description": "Specify the service items that are associated with the catalog item.",
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef",
                                "x-omitempty": true
                            },
                            "ServiceItemInputDefinition": {
                                "type": "array",
                                "items": {
                                    "description": "Inputs which are propagated from service item for individual actions.",
                                    "$ref": "#/components/schemas/workflow.ServiceItemInputDefinitionType",
                                    "x-omitempty": true
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "workflow.SshBatchExecutor.Response": {
                "description": "The response body of a HTTP GET request for the 'workflow.SshBatchExecutor' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'workflow.SshBatchExecutor' resources.",
                "x-one-of-name": "workflow.SshBatchExecutor.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/workflow.SshBatchExecutor.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "workflow.SshBatchExecutor": {
                "title": "SSH Batch Executor",
                "description": "The SshBatchExecutor object is a core component of Intersight\u2019s workflow system, specialized in handling the batch execution of SSH commands. It is designed to execute a sequence of SSH requests as part of a single task, improving automation and efficiency in remote command execution.\n#### Purpose\nThe SshBatchExecutor simplifies the execution of SSH commands by grouping them into batches, enabling streamlined and secure operations across remote systems.\n#### Key Concepts\n- **Batch Execution:** Supports executing multiple SSH commands in a single batch to optimize workflow efficiency.\n- **SSH Session:** Establishes an SSH session from an Intersight-connected endpoint to a remote server, allowing multiple SSH operations to be executed sequentially over the same session.\n- **File Transfer:** Supports transferring files from an Intersight-connected device to a remote server.",
                "x-allOf-name": "workflow.SshBatchExecutor",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/workflow.BatchExecutor"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'workflow.SshBatchExecutor', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "workflow.SshBatchExecutor"
                                ],
                                "default": "workflow.SshBatchExecutor",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "workflow.SshBatchExecutor"
                                ],
                                "default": "workflow.SshBatchExecutor",
                                "x-enum-as-string": true
                            },
                            "TaskDefinition": {
                                "$ref": "#/components/schemas/workflow.TaskDefinition.Relationship",
                                "description": "A reference to a workflowTaskDefinition resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "x-createOnly": true
                            }
                        }
                    }
                ]
            },
            "workflow.SshBatchExecutor.List": {
                "title": "List of 'workflow.SshBatchExecutor' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'workflow.SshBatchExecutor' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'workflow.SshBatchExecutor' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/workflow.SshBatchExecutor"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "workflow.SshCmd": {
                "title": "SSH Command",
                "description": "SSH command to execute on the remote server.",
                "x-allOf-name": "workflow.SshCmd",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/connector.BaseMessage"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'workflow.SshCmd', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "workflow.SshCmd"
                                ],
                                "default": "workflow.SshCmd",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "workflow.SshCmd"
                                ],
                                "default": "workflow.SshCmd",
                                "x-enum-as-string": true
                            },
                            "Command": {
                                "description": "SSH command to execute on the remote server.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "CommandType": {
                                "description": "SSH command type to execute on the remote server.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "ExpectPrompts": {
                                "description": "SSH prompts required as part of command execution. It is a collection of ExpectPrompt complex type.",
                                "nullable": true,
                                "x-omitempty": true
                            },
                            "ShellPrompt": {
                                "description": "Regex of the remote server's shell prompt.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "ShellPromptTimeout": {
                                "description": "Expect timeout value in seconds for the shell prompt.",
                                "type": "integer",
                                "format": "int64",
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "workflow.SshConfig": {
                "title": "SSH Configuration",
                "description": "Carries the SSH session details for opening a new connection.",
                "x-allOf-name": "workflow.SshConfig",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/connector.BaseMessage"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'workflow.SshConfig', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "workflow.SshConfig"
                                ],
                                "default": "workflow.SshConfig",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "workflow.SshConfig"
                                ],
                                "default": "workflow.SshConfig",
                                "x-enum-as-string": true
                            },
                            "IsPassphraseSet": {
                                "description": "Indicates whether the value of the 'passphrase' property has been set.",
                                "type": "boolean",
                                "default": false,
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "IsPasswordSet": {
                                "description": "Indicates whether the value of the 'password' property has been set.",
                                "type": "boolean",
                                "default": false,
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "IsPrivateKeySet": {
                                "description": "Indicates whether the value of the 'privateKey' property has been set.",
                                "type": "boolean",
                                "default": false,
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Passphrase": {
                                "description": "Optional passphrase if provided while creating the private key.",
                                "type": "string",
                                "writeOnly": true,
                                "x-omitempty": true
                            },
                            "Password": {
                                "description": "Password to use in the SSH connection credentials (If empty, private key will be used).",
                                "type": "string",
                                "writeOnly": true,
                                "x-omitempty": true
                            },
                            "PrivateKey": {
                                "description": "PEM encoded private key to be used in the SSH connection credentials (Optional if password is given).",
                                "type": "string",
                                "writeOnly": true,
                                "x-omitempty": true
                            },
                            "Target": {
                                "description": "The remote server to connect to. IPv4 address represented in dot decimal notation or hostname can be\nspecified.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "User": {
                                "description": "Username for the remote SSH connection.",
                                "type": "string",
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "workflow.SshSession": {
                "title": "SSH Session",
                "description": "This models a single SSH session from Intersight connected endpoint to a remote\nserver. Multiple SSH operations can be run sequentially over a single SSH session.",
                "x-allOf-name": "workflow.SshSession",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/workflow.Api"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'workflow.SshSession', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "workflow.SshSession"
                                ],
                                "default": "workflow.SshSession",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "workflow.SshSession"
                                ],
                                "default": "workflow.SshSession",
                                "x-enum-as-string": true
                            },
                            "CaptureCompleteResponse": {
                                "description": "Flag to allow capturing entire command response as batch API output.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "ExpectedExitCodes": {
                                "description": "Optional array of integer values to specify the expected exit codes of a SSH command execution. SSH command\nexecution is marked success upon receiving any of the expected exit code from command execution. If not set, success\nexit code of 0 is expected from command execution.",
                                "nullable": true,
                                "x-omitempty": true
                            },
                            "FileTransferToRemote": {
                                "description": "Message to transfer a file from Intersight connected device to remote server.",
                                "$ref": "#/components/schemas/workflow.FileTransfer",
                                "x-omitempty": true
                            },
                            "MessageType": {
                                "description": "The type of SSH message to be sent to the remote server.\n* `ExecuteCommand` - Execute a SSH command on the remote server.\n* `NewSession` - Open a new SSH connection to the remote server.\n* `FileTransfer` - Transfer a file from Intersight connected device to the remote server.\n* `CloseSession` - Close the SSH connection to the remote server.",
                                "type": "string",
                                "enum": [
                                    "ExecuteCommand",
                                    "NewSession",
                                    "FileTransfer",
                                    "CloseSession"
                                ],
                                "default": "ExecuteCommand",
                                "x-omitempty": true
                            },
                            "SshCommand": {
                                "description": "SSH command to execute on the remote server.",
                                "nullable": true,
                                "x-omitempty": true
                            },
                            "SshConfiguration": {
                                "description": "Carries the SSH session details for opening a new connection.",
                                "$ref": "#/components/schemas/workflow.SshConfig",
                                "x-omitempty": true
                            },
                            "SshOpTimeout": {
                                "description": "SSH operation timeout value in seconds. The provided string value should be able to convert to\nrespective integer value.",
                                "type": "string",
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "workflow.StartTask": {
                "title": "Workflow:Start Task",
                "description": "A StartTask is the starting point for a workflow.  There can only be one StartTask in a workflow.",
                "x-allOf-name": "workflow.StartTask",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/workflow.ControlTask"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'workflow.StartTask', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "workflow.StartTask"
                                ],
                                "default": "workflow.StartTask",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "workflow.StartTask"
                                ],
                                "default": "workflow.StartTask",
                                "x-enum-as-string": true
                            },
                            "NextTask": {
                                "description": "The name of the next task (Task names unique within workflow) to run.  In a graph model, denotes an edge to another Task Node.",
                                "type": "string",
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "workflow.SubWorkflowTask": {
                "title": "Workflow:Sub Workflow Task",
                "description": "A SubWorkflowTask is used to include another workflow as a task within this workflow.",
                "x-allOf-name": "workflow.SubWorkflowTask",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/workflow.AbstractWorkerTask"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'workflow.SubWorkflowTask', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "workflow.SubWorkflowTask"
                                ],
                                "default": "workflow.SubWorkflowTask",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "workflow.SubWorkflowTask"
                                ],
                                "default": "workflow.SubWorkflowTask",
                                "x-enum-as-string": true
                            },
                            "CatalogMoid": {
                                "description": "Specify the catalog moid that this task belongs.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "Version": {
                                "description": "The workflow definition version to use as subworkflow. When no version is specified then the default version of the workflow at the time of creating or updating this workflow is used.",
                                "type": "integer",
                                "format": "int64",
                                "x-omitempty": true
                            },
                            "WorkflowDefinitionId": {
                                "description": "The resolved referenced workflow definition managed object.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "WorkflowDefinitionName": {
                                "description": "The qualified name of workflow that should be executed as a task.",
                                "type": "string",
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "workflow.SuccessEndTask": {
                "title": "Workflow:Success End Task",
                "description": "A SuccessEndTask denotes the successful completion of a workflow.",
                "x-allOf-name": "workflow.SuccessEndTask",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/workflow.EndTask"
                    }
                ]
            },
            "workflow.TargetContext": {
                "title": "Workflow:Target Context",
                "description": "Target context holds information about the Intersight managed object on which the workflow is executing and hence the entity that is being affected by the workflow. The target could be an Intersight asset Target like HTTP Endpoint or it can be an entity like an adapter in the Chassis.",
                "x-allOf-name": "workflow.TargetContext",
                "nullable": true,
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseComplexType"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'workflow.TargetContext', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "workflow.TargetContext"
                                ],
                                "default": "workflow.TargetContext",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "workflow.TargetContext"
                                ],
                                "default": "workflow.TargetContext",
                                "x-enum-as-string": true
                            },
                            "TargetMoid": {
                                "description": "Moid of the target Intersight managed object.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "TargetName": {
                                "description": "Name of the target instance.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "TargetType": {
                                "description": "Object type of the target Intersight managed object.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "workflow.TargetDataType": {
                "title": "Workflow:Target Data Type",
                "description": "Data type to capture a target endpoint or device.",
                "x-allOf-name": "workflow.TargetDataType",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/workflow.BaseDataType"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'workflow.TargetDataType', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "workflow.TargetDataType"
                                ],
                                "default": "workflow.TargetDataType",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "workflow.TargetDataType"
                                ],
                                "default": "workflow.TargetDataType",
                                "x-enum-as-string": true
                            },
                            "CustomDataTypeProperties": {
                                "description": "Reference to custom data type definition.",
                                "$ref": "#/components/schemas/workflow.CustomDataProperty",
                                "x-omitempty": true
                            },
                            "IsArray": {
                                "description": "When this property is true then an array of targets can be passed as input.",
                                "type": "boolean",
                                "default": false,
                                "x-omitempty": true
                            },
                            "Max": {
                                "description": "Specify the maximum value of the array.",
                                "type": "integer",
                                "format": "int64",
                                "x-omitempty": true
                            },
                            "Min": {
                                "description": "Specify the minimum value of the array.",
                                "type": "integer",
                                "format": "int64",
                                "x-omitempty": true
                            },
                            "Properties": {
                                "type": "array",
                                "items": {
                                    "description": "Reference to target device or endpoint managed object.",
                                    "$ref": "#/components/schemas/workflow.TargetProperty",
                                    "x-omitempty": true
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "workflow.TargetProperty": {
                "title": "Workflow:Target Property",
                "description": "Capture all the properties for an input target endpoint or device.",
                "x-allOf-name": "workflow.TargetProperty",
                "nullable": true,
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseComplexType"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'workflow.TargetProperty', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "workflow.TargetProperty"
                                ],
                                "default": "workflow.TargetProperty",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "workflow.TargetProperty"
                                ],
                                "default": "workflow.TargetProperty",
                                "x-enum-as-string": true
                            },
                            "ConnectorAttribute": {
                                "description": "A singleton value which will contain the path to connector object from the selected object.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "ConstraintAttributes": {
                                "type": "array",
                                "items": {
                                    "description": "A collection of properties that will be used to match a specific implemented task. Using these values, the workflow engine will try to pick an implemented task definition when multiple implementations exist.",
                                    "type": "string",
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "DisplayAttributes": {
                                "type": "array",
                                "items": {
                                    "description": "List of properties from the Intersight object which can help to identify the object. Typically the set of identity constraints on the object can be listed here to help the user identity the managed object.",
                                    "type": "string",
                                    "x-omitempty": true
                                },
                                "minItems": 1,
                                "nullable": true
                            },
                            "PlatformType": {
                                "type": "array",
                                "items": {
                                    "description": "Platform Type property defines target device type. Type must match the enumerations supported for platform types.",
                                    "type": "string",
                                    "readOnly": true,
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "Selector": {
                                "description": "Field to hold an Intersight API along with an optional filter to narrow down the search options for target device.",
                                "type": "string",
                                "pattern": "^$|/api/v1/.*",
                                "x-omitempty": true
                            },
                            "SelectorProperty": {
                                "description": "Selector properties to define HTTP method and 'body' in case of upsert operation.",
                                "$ref": "#/components/schemas/workflow.SelectorProperty",
                                "x-omitempty": true
                            },
                            "SupportedObjects": {
                                "type": "array",
                                "items": {
                                    "description": "An explicit set of concrete objectTypes supported as part of this property entry.",
                                    "type": "string",
                                    "x-omitempty": true
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "workflow.TaskConstraints": {
                "title": "Workflow:Task Constraints",
                "description": "Captures the constraints for a task. Currently, it hold only targetDataType constraints such as Vendor, ObjectType that are properties of a target device.",
                "x-allOf-name": "workflow.TaskConstraints",
                "nullable": true,
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseComplexType"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'workflow.TaskConstraints', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "workflow.TaskConstraints"
                                ],
                                "default": "workflow.TaskConstraints",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "workflow.TaskConstraints"
                                ],
                                "default": "workflow.TaskConstraints",
                                "x-enum-as-string": true
                            },
                            "TargetDataType": {
                                "description": "List of property constraints that helps to narrow down task implementations based on target device input.",
                                "nullable": true,
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "workflow.TaskDebugLog.Response": {
                "description": "The response body of a HTTP GET request for the 'workflow.TaskDebugLog' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'workflow.TaskDebugLog' resources.",
                "x-one-of-name": "workflow.TaskDebugLog.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/workflow.TaskDebugLog.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "workflow.TaskDebugLog": {
                "title": "Workflow:Task Debug Log",
                "description": "The TaskDebugLog object provides detailed debugging information for task execution within workflows. It serves as a critical tool for isolating and resolving task failures, enhancing workflow reliability. \n#### Purpose \nTaskDebugLog is designed to capture detailed debugging information during task execution, helping with troubleshooting and performance optimization. This provides insights into task execution failures, enabling quick identification of root causes and corrective actions. Additionally, it tracks task retry attempts, offering valuable data for analyzing execution patterns and improving overall reliability.\n#### Key Concepts  \n- **Debug Information:** Offers detailed logs of task execution, supporting deep analysis and resolution of workflow issues. \n- **Relationship Mapping:** Links task debug logs to specific workflow instances, ensuring contextual understanding and traceability.",
                "x-allOf-name": "workflow.TaskDebugLog",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseMo"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'workflow.TaskDebugLog', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "workflow.TaskDebugLog"
                                ],
                                "default": "workflow.TaskDebugLog",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "workflow.TaskDebugLog"
                                ],
                                "default": "workflow.TaskDebugLog",
                                "x-enum-as-string": true
                            },
                            "RetryCount": {
                                "description": "A counter for number of retries.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "TaskDebugLogEntries": {
                                "description": "Holds information helpful in isolating task failures.",
                                "nullable": true,
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "TaskInstId": {
                                "description": "The unique identifier for task instance.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "TaskInfo": {
                                "$ref": "#/components/schemas/workflow.TaskInfo.Relationship",
                                "description": "A reference to a workflowTaskInfo resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline."
                            },
                            "WorkflowInfo": {
                                "$ref": "#/components/schemas/workflow.WorkflowInfo.Relationship",
                                "description": "A reference to a workflowWorkflowInfo resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline."
                            }
                        }
                    }
                ]
            },
            "workflow.TaskDebugLog.List": {
                "title": "List of 'workflow.TaskDebugLog' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'workflow.TaskDebugLog' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'workflow.TaskDebugLog' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/workflow.TaskDebugLog"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "workflow.TaskDefinition.Response": {
                "description": "The response body of a HTTP GET request for the 'workflow.TaskDefinition' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'workflow.TaskDefinition' resources.",
                "x-one-of-name": "workflow.TaskDefinition.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/workflow.TaskDefinition.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "workflow.TaskDefinition.Relationship": {
                "description": "A relationship to the 'workflow.TaskDefinition' resource, or the expanded 'workflow.TaskDefinition' resource, or the 'null' value.",
                "x-one-of-name": "workflow.TaskDefinition.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/workflow.TaskDefinition"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "workflow.TaskDefinition": {
                "title": "Workflow:Task Definition",
                "description": "The TaskDefinition object is a foundational element of the workflow system, designed to define individual tasks that can be orchestrated within a workflow. It encapsulates the intent of an operation, providing a standardized way to describe the purpose and function of a task within automation and orchestration processes.\n#### Purpose\nA TaskDefinition serves as the blueprint for tasks that can be executed as part of a workflow. It supports both standalone tasks, which are tightly bound to a single implementation, and interface tasks, which are generalized definitions that can be linked to multiple specific implementations. This flexibility allows a single TaskDefinition to represent different ways of accomplishing a task, each with its own implementation.\n#### Key Concepts\n- **Reusability:** TaskDefinitions can be referenced across multiple workflows, supporting consistency and reducing redundancy.\n- **Versioning:** Each TaskDefinition supports version control, allowing safe updates and maintenance without affecting existing workflows.\n- **Access Control:** Use of privilege sets ensures only authorized users can create, update, or execute tasks.",
                "x-allOf-name": "workflow.TaskDefinition",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseMo"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'workflow.TaskDefinition', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "workflow.TaskDefinition"
                                ],
                                "default": "workflow.TaskDefinition",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "workflow.TaskDefinition"
                                ],
                                "default": "workflow.TaskDefinition",
                                "x-enum-as-string": true
                            },
                            "DefaultVersion": {
                                "description": "When true this will be the task version that is used when a specific task definition version is not specified. The very first task definition created with a name will be set as the default version, after that user can explicitly set any version of the task definition as the default version.",
                                "type": "boolean",
                                "x-omitempty": true
                            },
                            "Description": {
                                "description": "A user friendly description about task on what operations are done as part of the task execution and any other specific information about task input and output.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "InternalProperties": {
                                "description": "Type to capture all the internal properties for the task definition.",
                                "$ref": "#/components/schemas/workflow.InternalProperties",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Label": {
                                "description": "A user friendly short name to identify the task definition. Label can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ), single quote ('), forward slash (/), or an underscore (_) and must be at least 2 characters.",
                                "type": "string",
                                "pattern": "^[a-zA-Z0-9]{1}[\\sa-zA-Z0-9_'./:-]{0,91}$",
                                "x-omitempty": true
                            },
                            "LicenseEntitlement": {
                                "description": "License entitlement required to run this task. It is determined by license requirement of features.\n* `Base` - Base as a License type. It is default license type.\n* `Essential` - Essential as a License type.\n* `Standard` - Standard as a License type.\n* `Advantage` - Advantage as a License type.\n* `Premier` - Premier as a License type.\n* `IWO-Essential` - IWO-Essential as a License type.\n* `IWO-Advantage` - IWO-Advantage as a License type.\n* `IWO-Premier` - IWO-Premier as a License type.\n* `IKS-Advantage` - IKS-Advantage as a License type.\n* `INC-Premier-1GFixed` - Premier 1G Fixed license tier for Intersight Nexus Cloud.\n* `INC-Premier-10GFixed` - Premier 10G Fixed license tier for Intersight Nexus Cloud.\n* `INC-Premier-100GFixed` - Premier 100G Fixed license tier for Intersight Nexus Cloud.\n* `INC-Premier-Mod4Slot` - Premier Modular 4 slot license tier for Intersight Nexus Cloud.\n* `INC-Premier-Mod8Slot` - Premier Modular 8 slot license tier for Intersight Nexus Cloud.\n* `INC-Premier-D2OpsFixed` - Premier D2Ops fixed license tier for Intersight Nexus Cloud.\n* `INC-Premier-D2OpsMod` - Premier D2Ops modular license tier for Intersight Nexus Cloud.\n* `INC-Premier-CentralizedMod8Slot` - Premier modular license tier of switch type CentralizedMod8Slot for Intersight Nexus Cloud.\n* `INC-Premier-DistributedMod8Slot` - Premier modular license tier of switch type DistributedMod8Slot for Intersight Nexus Cloud.\n* `ERP-Advantage` - Advantage license tier for ERP workflows.\n* `IntersightTrial` - Virtual dummy license type to indicate trial. Used for UI display of trial mode Intersight tiers.\n* `IWOTrial` - Virtual dummy license type to indicate trial. Used for UI display of trial mode IKS tiers.\n* `IKSTrial` - Virtual dummy license type to indicate trial. Used for UI display of trial mode IWO tiers.\n* `INCTrial` - Virtual dummy license type to indicate trial. Used for UI display of trial mode Nexus tiers.",
                                "type": "string",
                                "enum": [
                                    "Base",
                                    "Essential",
                                    "Standard",
                                    "Advantage",
                                    "Premier",
                                    "IWO-Essential",
                                    "IWO-Advantage",
                                    "IWO-Premier",
                                    "IKS-Advantage",
                                    "INC-Premier-1GFixed",
                                    "INC-Premier-10GFixed",
                                    "INC-Premier-100GFixed",
                                    "INC-Premier-Mod4Slot",
                                    "INC-Premier-Mod8Slot",
                                    "INC-Premier-D2OpsFixed",
                                    "INC-Premier-D2OpsMod",
                                    "INC-Premier-CentralizedMod8Slot",
                                    "INC-Premier-DistributedMod8Slot",
                                    "ERP-Advantage",
                                    "IntersightTrial",
                                    "IWOTrial",
                                    "IKSTrial",
                                    "INCTrial"
                                ],
                                "default": "Base",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Name": {
                                "description": "The name of the task definition. The name should follow this convention <Verb or Action><Category><Vendor><Product><Noun or object> Verb or Action is a required portion of the name and this must be part of the pre-approved verb list. Category is an optional field and this will refer to the broad category of the task referring to the type of resource or endpoint. If there is no specific category then use \"Generic\" if required. Vendor is an optional field and this will refer to the specific vendor this task applies to. If the task is generic and not tied to a vendor, then do not specify anything. Product is an optional field, this will contain the vendor product and model when desired. Noun or object is a required field and  this will contain the noun or object on which the action is being performed. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), or an underscore (_). Examples SendEmail  - This is a task in Generic category for sending email. NewStorageVolume - This is a vendor agnostic task under Storage device category for creating a new volume.",
                                "type": "string",
                                "pattern": "^[a-zA-Z0-9]{1}[a-zA-Z0-9_.:-]{0,63}$",
                                "x-createOnly": true,
                                "x-omitempty": true
                            },
                            "Properties": {
                                "description": "Type to capture all the properties for the task definition.",
                                "$ref": "#/components/schemas/workflow.Properties",
                                "x-omitempty": true
                            },
                            "RollbackTasks": {
                                "type": "array",
                                "items": {
                                    "description": "Collection of rollback task mapping details. It contains rollback task definition name and input parameters.",
                                    "$ref": "#/components/schemas/workflow.RollbackTask",
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "SecurePropAccess": {
                                "description": "If set to true, the task requires access to secure properties and uses an encryption token associated with a workflow moid to encrypt or decrypt the secure properties.",
                                "type": "boolean",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Version": {
                                "description": "The version of the task definition so we can support multiple versions of a task definition.",
                                "type": "integer",
                                "format": "int64",
                                "default": 1,
                                "minimum": 1,
                                "x-createOnly": true,
                                "x-omitempty": true
                            },
                            "Catalog": {
                                "$ref": "#/components/schemas/workflow.Catalog.Relationship",
                                "description": "A reference to a workflowCatalog resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "x-createOnly": true
                            },
                            "ClonedFrom": {
                                "$ref": "#/components/schemas/workflow.TaskDefinition.Relationship",
                                "description": "A reference to a workflowTaskDefinition resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "ImplementedTasks": {
                                "description": "An array of relationships to workflowTaskDefinition resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/workflow.TaskDefinition.Relationship"
                                },
                                "nullable": true,
                                "x-createOnly": true
                            },
                            "InterfaceTask": {
                                "$ref": "#/components/schemas/workflow.TaskDefinition.Relationship",
                                "description": "A reference to a workflowTaskDefinition resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "x-createOnly": true
                            },
                            "TaskMetadata": {
                                "$ref": "#/components/schemas/workflow.TaskMetadata.Relationship",
                                "description": "A reference to a workflowTaskMetadata resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline."
                            }
                        }
                    }
                ]
            },
            "workflow.TaskDefinition.List": {
                "title": "List of 'workflow.TaskDefinition' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'workflow.TaskDefinition' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'workflow.TaskDefinition' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/workflow.TaskDefinition"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "workflow.TaskInfo.Response": {
                "description": "The response body of a HTTP GET request for the 'workflow.TaskInfo' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'workflow.TaskInfo' resources.",
                "x-one-of-name": "workflow.TaskInfo.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/workflow.TaskInfo.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "workflow.TaskInfo.Relationship": {
                "description": "A relationship to the 'workflow.TaskInfo' resource, or the expanded 'workflow.TaskInfo' resource, or the 'null' value.",
                "x-one-of-name": "workflow.TaskInfo.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/workflow.TaskInfo"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "workflow.TaskInfo": {
                "title": "Workflow:Task Info",
                "description": "The TaskInfos object  represents the runtime instance of a task executing within a workflow.\n#### Purpose\nIt tracks the execution lifecycle of a specific task instance, providing real-time status, input/output data, and performance metrics, which is essential for monitoring and debugging workflow progress.\n### Key Concepts\n- **Execution Tracking:** Monitors the state of the task (e.g., Scheduled, InProgress, Completed, Failed).\n- **Data Context:** Captures the input data used to start the task and the output data generated upon completion.\n- **Retry Management:** Maintains a history of task retries and failure reasons to support automated recovery.\n- **Lifecycle Monitoring:** Records timestamps for start and end times to measure task performance.",
                "x-allOf-name": "workflow.TaskInfo",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseMo"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'workflow.TaskInfo', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "workflow.TaskInfo"
                                ],
                                "default": "workflow.TaskInfo",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "workflow.TaskInfo"
                                ],
                                "default": "workflow.TaskInfo",
                                "x-enum-as-string": true
                            },
                            "Description": {
                                "description": "The task description and this is the description that was added when the task was included into the workflow.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "EndTime": {
                                "description": "The time stamp when the task reached a final state.",
                                "type": "string",
                                "format": "date-time",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "FailureReason": {
                                "description": "Description of the reason why the task failed.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Input": {
                                "description": "The input data that was sent to the task at the start of execution. The schema for the inputs is provided in the Task Definition, hence the data provided in this field should adhere to that schema. Eg- If Task Definition takes two inputs with names A and B, then this field should contain key-value pairs having key as the name of the input and value should be provided matching the constraints of it's respective data type. Value can either be mapped from workflow input or previously executed task outputs or any liternal value.",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "InstId": {
                                "description": "The instance ID of the task running in the workflow engine.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Internal": {
                                "description": "Denotes whether or not this is an internal task.  Internal tasks will be hidden from the UI within a workflow.",
                                "type": "boolean",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Label": {
                                "description": "User friendly short label to describe this task instance in the workflow.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Message": {
                                "type": "array",
                                "items": {
                                    "description": "A collection of messages that specifies either the reason for the failure or termination of the task with severity level error or warning.",
                                    "$ref": "#/components/schemas/workflow.Message",
                                    "readOnly": true,
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "Name": {
                                "description": "Task definition name which specifies the task type.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Output": {
                                "description": "The output data that was generated by this task. The schema for the outputs is provided in the Task Definition, hence the data provided in this field should adhere to that schema. Eg- If Task Definition takes two outputs with names A and B, then this field contains key-value pairs having key as the name of the output and the corresponding value matches the constraints of it's respective data type.",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "RefName": {
                                "description": "The task reference name to ensure its unique inside a workflow.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "RetryCount": {
                                "description": "Denotes the number of times the task has been retried.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "RollbackDisabled": {
                                "description": "The task is disabled/enabled for rollback operation in this workflow if the task has rollback support.",
                                "type": "boolean",
                                "default": false,
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "RunningInstId": {
                                "description": "The instance ID of the task that is currently being executed. When retrying a workflow with failed tasks, the task in workflow engine will have a new instance ID, but the task may still be in progress. In this case, the task instId reflects the instance ID in the workflow engine, while runningInstId reflects the instance ID of the instance that is currently being executed.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "StartTime": {
                                "description": "The time stamp when the task started execution.",
                                "type": "string",
                                "format": "date-time",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Status": {
                                "description": "The status of the task and this will specify if the task is running or has reached a final state.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "TaskInstIdList": {
                                "type": "array",
                                "items": {
                                    "description": "The list keeps a list of retried task instances.",
                                    "$ref": "#/components/schemas/workflow.TaskRetryInfo",
                                    "readOnly": true,
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "TaskLoopInfo": {
                                "description": "Captures loop related information for tasks which are included inside a loop.",
                                "$ref": "#/components/schemas/workflow.TaskLoopInfo",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ParentWorkflowInfos": {
                                "description": "An array of relationships to workflowWorkflowInfo resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/workflow.WorkflowInfo.Relationship"
                                },
                                "nullable": true,
                                "readOnly": true
                            },
                            "SubWorkflowInfo": {
                                "$ref": "#/components/schemas/workflow.WorkflowInfo.Relationship",
                                "description": "A reference to a workflowWorkflowInfo resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "SubWorkflowRetryHistory": {
                                "description": "An array of relationships to workflowWorkflowInfo resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/workflow.WorkflowInfo.Relationship"
                                },
                                "nullable": true,
                                "readOnly": true
                            },
                            "TaskDefinition": {
                                "$ref": "#/components/schemas/workflow.TaskDefinition.Relationship",
                                "description": "A reference to a workflowTaskDefinition resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "WorkflowInfo": {
                                "$ref": "#/components/schemas/workflow.WorkflowInfo.Relationship",
                                "description": "A reference to a workflowWorkflowInfo resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            }
                        }
                    }
                ]
            },
            "workflow.TaskInfo.List": {
                "title": "List of 'workflow.TaskInfo' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'workflow.TaskInfo' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'workflow.TaskInfo' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/workflow.TaskInfo"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "workflow.TaskInfoUpdate": {
                "title": "Workflow:Task Info Update",
                "description": "TaskInfoUpdate is used to capture the updates that are required for the task instance inside an executing workflow. WaitTask, included inside the workflow, can be updated using this. The values provided for task updates will depend on the type of wait task. The status of the task must be provided for all updates. The input values must also be provided for a WaitType that includes an input definition. The input values must satisfy all the constraints specified in the associated input definitions.",
                "x-allOf-name": "workflow.TaskInfoUpdate",
                "nullable": true,
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseComplexType"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'workflow.TaskInfoUpdate', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "workflow.TaskInfoUpdate"
                                ],
                                "default": "workflow.TaskInfoUpdate",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "workflow.TaskInfoUpdate"
                                ],
                                "default": "workflow.TaskInfoUpdate",
                                "x-enum-as-string": true
                            },
                            "Input": {
                                "description": "Inputs for the specified TaskInfo. Inputs must only be provided for tasks which has included an input definition and the inputs must match the constraints specified in the input definition.",
                                "writeOnly": true,
                                "x-omitempty": true
                            },
                            "Name": {
                                "description": "Name of the task being updated and this name must match the task instance name included inside the workflow definition. This name is also captured in the RefName property of the TaskInfo object for the task.",
                                "type": "string",
                                "writeOnly": true,
                                "x-omitempty": true
                            },
                            "Status": {
                                "description": "New status of the task being updated, only Failed and Completed statuses are supported, Completed is the default value in case no status is provided.\n* `Scheduled` - The enum represents the status when task is in scheduled state.\n* `InProgress` - The enum represents the status when task is in-progress state.\n* `NoOp` - The enum represents the status when task is a noop.\n* `Timeout` - The enum represents the status when task has timed out.\n* `Completed` - The enum represents the status when task has completed.\n* `Failed` - The enum represents the status when task has failed.",
                                "type": "string",
                                "enum": [
                                    "Scheduled",
                                    "InProgress",
                                    "NoOp",
                                    "Timeout",
                                    "Completed",
                                    "Failed"
                                ],
                                "default": "Scheduled",
                                "writeOnly": true,
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "workflow.TaskLoopInfo": {
                "title": "Workflow:Task Loop Info",
                "description": "Keep track of loop information for every task executed inside the loop.",
                "x-allOf-name": "workflow.TaskLoopInfo",
                "nullable": true,
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseComplexType"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'workflow.TaskLoopInfo', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "workflow.TaskLoopInfo"
                                ],
                                "default": "workflow.TaskLoopInfo",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "workflow.TaskLoopInfo"
                                ],
                                "default": "workflow.TaskLoopInfo",
                                "x-enum-as-string": true
                            },
                            "Iteration": {
                                "description": "This specifies the count of iteration for the specific task executed inside the loop.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "LoopTaskLabel": {
                                "description": "Label of the loop task inside which this task is executed.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "LoopTaskName": {
                                "description": "Name of the loop task inside which this task is executed.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "LoopType": {
                                "description": "This specifies the type of loop, Serial or Parallel.\n* `None` - The enum specifies the option as None which implies this is not a Loop type and this is the default value for loop type.\n* `Parallel` - The enum specifies the option as Parallel where the loop task type is parallel loop.\n* `Serial` - The enum specifies the option as Serial where the loop task type is serial loop.",
                                "type": "string",
                                "enum": [
                                    "None",
                                    "Parallel",
                                    "Serial"
                                ],
                                "default": "None",
                                "readOnly": true,
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "workflow.TaskMetadata.Response": {
                "description": "The response body of a HTTP GET request for the 'workflow.TaskMetadata' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'workflow.TaskMetadata' resources.",
                "x-one-of-name": "workflow.TaskMetadata.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/workflow.TaskMetadata.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "workflow.TaskMetadata.Relationship": {
                "description": "A relationship to the 'workflow.TaskMetadata' resource, or the expanded 'workflow.TaskMetadata' resource, or the 'null' value.",
                "x-one-of-name": "workflow.TaskMetadata.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/workflow.TaskMetadata"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "workflow.TaskMetadata": {
                "title": "Task Metadata",
                "description": "Task details is a collection of properties that are common across all the versions of a task.",
                "x-allOf-name": "workflow.TaskMetadata",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseMo"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'workflow.TaskMetadata', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "workflow.TaskMetadata"
                                ],
                                "default": "workflow.TaskMetadata",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "workflow.TaskMetadata"
                                ],
                                "default": "workflow.TaskMetadata",
                                "x-enum-as-string": true
                            },
                            "Description": {
                                "description": "The task metadata description to describe what this task will do when executed.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "Label": {
                                "description": "A user friendly short name to identify the task metadata.",
                                "type": "string",
                                "pattern": "^[a-zA-Z0-9]{1}[\\sa-zA-Z0-9_'.:-]{0,92}$",
                                "x-omitempty": true
                            },
                            "Name": {
                                "description": "The name of the task metadata. The name should follow this convention <Verb or Action><Category><Vendor><Product><Noun or object> Verb or Action is a required portion of the name and this must be part of the pre-approved verb list. Category is an optional field and this will refer to the broad category of the task referring to the type of resource or endpoint. If there is no specific category then use \"Generic\" if required. Vendor is an optional field and this will refer to the specific vendor this task applies to. If the task is generic and not tied to a vendor, then do not specify anything. Product is an optional field, this will contain the vendor product and model when desired. Noun or object is a required field and  this will contain the noun or object on which the action is being performed. Examples SendEmail  - This is a task in Generic category for sending email. NewStorageVolume - This is a vendor agnostic task under Storage device category for creating a new volume.",
                                "type": "string",
                                "pattern": "^[a-zA-Z0-9]{1}[a-zA-Z0-9_.:-]{0,63}$",
                                "x-createOnly": true,
                                "x-omitempty": true
                            },
                            "AssociatedPrivilegeSets": {
                                "description": "An array of relationships to iamPrivilegeSet resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/iam.PrivilegeSet.Relationship"
                                },
                                "nullable": true
                            },
                            "AssociatedRoles": {
                                "description": "An array of relationships to iamRole resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/iam.Role.Relationship"
                                },
                                "nullable": true
                            },
                            "Catalog": {
                                "$ref": "#/components/schemas/workflow.Catalog.Relationship",
                                "description": "A reference to a workflowCatalog resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "x-createOnly": true
                            }
                        }
                    }
                ]
            },
            "workflow.TaskMetadata.List": {
                "title": "List of 'workflow.TaskMetadata' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'workflow.TaskMetadata' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'workflow.TaskMetadata' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/workflow.TaskMetadata"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "workflow.TaskRetryInfo": {
                "title": "Workflow:Task Retry Info",
                "description": "Keep track of task retry information using TaskRetryInfo.",
                "x-allOf-name": "workflow.TaskRetryInfo",
                "nullable": true,
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseComplexType"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'workflow.TaskRetryInfo', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "workflow.TaskRetryInfo"
                                ],
                                "default": "workflow.TaskRetryInfo",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "workflow.TaskRetryInfo"
                                ],
                                "default": "workflow.TaskRetryInfo",
                                "x-enum-as-string": true
                            },
                            "Status": {
                                "description": "Status of the retried task.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "TaskInstId": {
                                "description": "Retry instance will get a unique instance id.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "workflow.TemplateEvaluation": {
                "title": "Workflow:Template Evaluation",
                "description": "The TemplateEvaluation object focuses on the execution and evaluation of templates within the workflow system. This provides mechanisms to dynamically generate and execute templates based on predefined stages and input data.  \n#### Purpose  \nTemplateEvaluation is designed to execute templates and generate results based on defined transformation stages and input values. It enables dynamic execution, allowing templates to run with varying input parameters, thereby enhancing flexibility and adaptability in workflow design.\n#### Key Concepts  \n- **Transformation Stages:** Utilizes a series of transformation stages to construct and execute templates, supporting complex workflow logic. \n- **Data Integration:** Integrates with various workflow data types, providing a robust framework for data manipulation and template execution.",
                "x-allOf-name": "workflow.TemplateEvaluation",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseMo"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'workflow.TemplateEvaluation', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "workflow.TemplateEvaluation"
                                ],
                                "default": "workflow.TemplateEvaluation",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "workflow.TemplateEvaluation"
                                ],
                                "default": "workflow.TemplateEvaluation",
                                "x-enum-as-string": true
                            },
                            "ExpectedOutputDataType": {
                                "description": "Expected output type of the template. Required to type cast the output.",
                                "$ref": "#/components/schemas/workflow.BaseDataType",
                                "writeOnly": true,
                                "x-omitempty": true
                            },
                            "Output": {
                                "description": "The output generated by the template execution.",
                                "nullable": true,
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "PreviewTemplate": {
                                "description": "The generated template based on the stages provided in the request body.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Stages": {
                                "type": "array",
                                "items": {
                                    "description": "The transformation stages used to build the template to be executed.",
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/template.TransformationStage",
                                    "writeOnly": true,
                                    "x-omitempty": true
                                },
                                "minItems": 1,
                                "maxItems": 50,
                                "nullable": true
                            },
                            "Values": {
                                "description": "Values to be fed to the template for execution.",
                                "nullable": true,
                                "writeOnly": true,
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "workflow.TemplateFunctionMeta.Response": {
                "description": "The response body of a HTTP GET request for the 'workflow.TemplateFunctionMeta' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'workflow.TemplateFunctionMeta' resources.",
                "x-one-of-name": "workflow.TemplateFunctionMeta.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/workflow.TemplateFunctionMeta.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "workflow.TemplateFunctionMeta": {
                "title": "Workflow:Template Function Meta",
                "description": "The TemplateFunctionMeta object is a key component within the workflow system, designed to encapsulate the metadata and functionality of template functions.\n#### Purpose  \nTemplateFunctionMeta serves as the blueprint for defining custom template functions that are supported by the system.\n#### Key Concepts \n- **Documentation and Metadata:** Contains comprehensive descriptions and usage examples, aiding in understanding and leveraging template functions effectively.",
                "x-allOf-name": "workflow.TemplateFunctionMeta",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseMo"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'workflow.TemplateFunctionMeta', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "workflow.TemplateFunctionMeta"
                                ],
                                "default": "workflow.TemplateFunctionMeta",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "workflow.TemplateFunctionMeta"
                                ],
                                "default": "workflow.TemplateFunctionMeta",
                                "x-enum-as-string": true
                            },
                            "Comments": {
                                "description": "The detailed description with the usage examples about the template function.",
                                "$ref": "#/components/schemas/workflow.Comments",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Inputs": {
                                "type": "array",
                                "items": {
                                    "description": "The schema expected for inputs for this template function.",
                                    "$ref": "#/components/schemas/workflow.BaseDataType",
                                    "readOnly": true,
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "IsGuidedModeSupported": {
                                "description": "The flag indicates whether a guided mode template is supported for it or not.",
                                "type": "boolean",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Name": {
                                "description": "The template function name.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Outputs": {
                                "type": "array",
                                "items": {
                                    "description": "The schema expected for outputs for this template function.",
                                    "$ref": "#/components/schemas/workflow.BaseDataType",
                                    "readOnly": true,
                                    "x-omitempty": true
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "workflow.TemplateFunctionMeta.List": {
                "title": "List of 'workflow.TemplateFunctionMeta' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'workflow.TemplateFunctionMeta' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'workflow.TemplateFunctionMeta' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/workflow.TemplateFunctionMeta"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "workflow.TemplateParser": {
                "title": "Workflow:Template Parser",
                "description": "The TemplateParser object is designed to parse templates and extract placeholders within the workflow system. It plays a crucial role in template management and execution, supporting dynamic and customizable workflows.  \n#### Purpose \nTemplateParser is responsible for parsing templates to identify and manage placeholders, ensuring that appropriate values can be provided for each. It extracts and organizes placeholders to enable dynamic data binding and template customization while also validating template syntax to ensure compliance with predefined standards, promoting consistency and reliability across workflows.\n#### Key Concepts  \n- **Placeholder Encryption:** Recognizes and secure placeholders, and values provided will be encrypted enhancing data protection within workflows.",
                "x-allOf-name": "workflow.TemplateParser",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseMo"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'workflow.TemplateParser', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "workflow.TemplateParser"
                                ],
                                "default": "workflow.TemplateParser",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "workflow.TemplateParser"
                                ],
                                "default": "workflow.TemplateParser",
                                "x-enum-as-string": true
                            },
                            "Placeholders": {
                                "type": "array",
                                "items": {
                                    "description": "This readonly property holds the list of placeholder names used in the\ntemplate file content. The placeholders having prefix '.secure' are marked as secure and are encrypted.",
                                    "$ref": "#/components/schemas/workflow.PrimitiveDataType",
                                    "readOnly": true,
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "TemplateContent": {
                                "description": "The content of the entire template file. The content\ncan either be a static or dynamic file that can contain placeholders.\nThe placeholders are expected to conform to the golang template syntax i.e. it must be provided inside {{ }}.",
                                "type": "string",
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "workflow.UiDisplayMetadata.Response": {
                "description": "The response body of a HTTP GET request for the 'workflow.UiDisplayMetadata' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'workflow.UiDisplayMetadata' resources.",
                "x-one-of-name": "workflow.UiDisplayMetadata.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/workflow.UiDisplayMetadata.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "workflow.UiDisplayMetadata": {
                "title": "Workflow:Ui Display Metadata",
                "description": "The UiDisplayMetadata object captures the visual layout metadata for user interfaces in workflow systems. It focuses on defining form and view layouts, contributing to user-friendly and efficient workflow interactions. \n#### Purpose  \nUiDisplayMetadata is responsible for managing the visual presentation of workflow interfaces, including both input forms and data views. It facilitates UI layout configuration to enhance user interaction, streamline navigation, and improve data visualization within workflows, ensuring a consistent and intuitive user experience.\n#### Key concepts \n- **Form and View Integration:** Provides metadata for input forms and views, promoting cohesive and intuitive user experiences. \n- **Customizability:** Offers flexibility in UI design, allowing workflows to adapt to varying user and organizational needs.",
                "x-allOf-name": "workflow.UiDisplayMetadata",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseMo"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'workflow.UiDisplayMetadata', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "workflow.UiDisplayMetadata"
                                ],
                                "default": "workflow.UiDisplayMetadata",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "workflow.UiDisplayMetadata"
                                ],
                                "default": "workflow.UiDisplayMetadata",
                                "x-enum-as-string": true
                            },
                            "UiFormConfigs": {
                                "type": "array",
                                "items": {
                                    "description": "UI display metadata for the input forms in the definition.",
                                    "$ref": "#/components/schemas/workflow.UiFormConfig",
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "UiViewConfigs": {
                                "type": "array",
                                "items": {
                                    "description": "UI display metadata for the views tied to the definition.",
                                    "$ref": "#/components/schemas/workflow.UiViewConfig",
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "MetaDefinition": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseMo.Relationship",
                                "description": "A reference to a moBaseMo resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline."
                            }
                        }
                    }
                ]
            },
            "workflow.UiDisplayMetadata.List": {
                "title": "List of 'workflow.UiDisplayMetadata' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'workflow.UiDisplayMetadata' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'workflow.UiDisplayMetadata' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/workflow.UiDisplayMetadata"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "workflow.UiFormConfig": {
                "title": "Workflow:Ui Form Config",
                "description": "Contains metadata which specify the UI form layout for data. The type, schema of the data comes from the datatype definition and only the visual form layout is captured in this object.",
                "x-allOf-name": "workflow.UiFormConfig",
                "nullable": true,
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseComplexType"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'workflow.UiFormConfig', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "workflow.UiFormConfig"
                                ],
                                "default": "workflow.UiFormConfig",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "workflow.UiFormConfig"
                                ],
                                "default": "workflow.UiFormConfig",
                                "x-enum-as-string": true
                            },
                            "Config": {
                                "description": "Schema of the UI config for the set of defined datatypes.",
                                "nullable": true,
                                "x-omitempty": true
                            },
                            "Name": {
                                "description": "Name of the entity inside the meta definition for which a collection of workflow datatype definition is added. Use StartTask as the name for the input definition inside a workflow definition or if workflow definition contains user action task, then it will be the name of the user action task.",
                                "type": "string",
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "workflow.UiInputFilter": {
                "title": "Workflow:Ui Input Filter",
                "description": "A cascade filter enables the definition or extension of an optional filter for Intersight APIs, to narrow down the search results. This can be defined for workflow inputs only.",
                "x-allOf-name": "workflow.UiInputFilter",
                "nullable": true,
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseComplexType"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'workflow.UiInputFilter', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "workflow.UiInputFilter"
                                ],
                                "default": "workflow.UiInputFilter",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "workflow.UiInputFilter"
                                ],
                                "default": "workflow.UiInputFilter",
                                "x-enum-as-string": true
                            },
                            "Filters": {
                                "type": "array",
                                "items": {
                                    "description": "Additional query filter that will be applied to the base selector of the input to which this filter is mapped.",
                                    "type": "string",
                                    "x-omitempty": true
                                },
                                "minItems": 1,
                                "maxItems": 1,
                                "nullable": true
                            },
                            "Name": {
                                "description": "Name for the input definition to which this filter applies. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-) or an underscore (_). The first and last character in name must be an alphanumeric character. When defining the cascade filter for a sub property, use a period (.) to separate each section of the name like \"StorageConfig.Volume\" where 'StorageConfig' is an input name and 'Volume' is a sub property defined through custom data type definition.",
                                "type": "string",
                                "pattern": "^[a-zA-Z0-9]+([a-zA-Z0-9-_.]*[a-zA-Z0-9])*$",
                                "x-omitempty": true
                            },
                            "UserHelpMessage": {
                                "description": "Help message shown to the user about which prior input needs to be selected to enable the input mapped to this filter.",
                                "type": "string",
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "workflow.UiViewConfig": {
                "title": "Workflow:Ui View Config",
                "description": "Contains metadata which specify the UI view config for data. The type, schema of the data comes from the datatype definition and only the visual layout of data is captured in this object.",
                "x-allOf-name": "workflow.UiViewConfig",
                "nullable": true,
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseComplexType"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'workflow.UiViewConfig', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "workflow.UiViewConfig"
                                ],
                                "default": "workflow.UiViewConfig",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "workflow.UiViewConfig"
                                ],
                                "default": "workflow.UiViewConfig",
                                "x-enum-as-string": true
                            },
                            "Config": {
                                "description": "Schema of the UI config for the set of defined datatypes.",
                                "nullable": true,
                                "x-omitempty": true
                            },
                            "Name": {
                                "description": "Name of the entity inside the meta definition for which a collection of datatype definition is added. Use StartTask as the name for the input definition inside a workflow definition or if workflow definition contains user action task, then it will be the name of the user action task.",
                                "type": "string",
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "workflow.ValidationError": {
                "title": "Workflow:Validation Error",
                "description": "Used to show validation errors for the workflow or for the task within the workflow.",
                "x-allOf-name": "workflow.ValidationError",
                "nullable": true,
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseComplexType"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'workflow.ValidationError', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "workflow.ValidationError"
                                ],
                                "default": "workflow.ValidationError",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "workflow.ValidationError"
                                ],
                                "default": "workflow.ValidationError",
                                "x-enum-as-string": true
                            },
                            "ErrorLog": {
                                "description": "Description of the error.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Field": {
                                "description": "When populated this refers to the input or output field within the workflow or task.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "TaskName": {
                                "description": "The task name on which the error is found, when empty the error applies to the top level workflow.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "TransitionName": {
                                "description": "When populated this refers to the transition connection that has a problem. When this field has value OnSuccess it means the transition connection OnSuccess for the task has an issue.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "workflow.ValidationInformation": {
                "title": "Workflow:Validation Information",
                "description": "Type used to capture all the validation information for the workflow definition.",
                "x-allOf-name": "workflow.ValidationInformation",
                "nullable": true,
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseComplexType"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'workflow.ValidationInformation', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "workflow.ValidationInformation"
                                ],
                                "default": "workflow.ValidationInformation",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "workflow.ValidationInformation"
                                ],
                                "default": "workflow.ValidationInformation",
                                "x-enum-as-string": true
                            },
                            "EngineState": {
                                "description": "The state of workflow definition metadata in the workflow engine. The workflow definition must be successfully updated in the engine before workflows can be executed.\n* `NotUpdated` - The workflow and task definition metadata is not yet updated in the workflow engine.\n* `Updating` - The workflow and task definition metadata is in the processing of being updated in the workflow engine.\n* `UpdateFailed` - The workflow and task definition metadata failed to be updated in the workflow engine.\n* `Updated` - The workflow and task definition metadata was updated successfully in the workflow engine.",
                                "type": "string",
                                "enum": [
                                    "NotUpdated",
                                    "Updating",
                                    "UpdateFailed",
                                    "Updated"
                                ],
                                "default": "NotUpdated",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "State": {
                                "description": "The current validation state of this workflow. The possible states are Valid, Invalid, NotValidated (default).\n* `NotValidated` - The state when workflow definition has not been validated.\n* `Valid` - The state when workflow definition is valid.\n* `Invalid` - The state when workflow definition is invalid.",
                                "type": "string",
                                "enum": [
                                    "NotValidated",
                                    "Valid",
                                    "Invalid"
                                ],
                                "default": "NotValidated",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ValidationError": {
                                "type": "array",
                                "items": {
                                    "description": "List of all workflow or task validation errors. The validation errors can be for worker task or for control tasks.",
                                    "$ref": "#/components/schemas/workflow.ValidationError",
                                    "readOnly": true,
                                    "x-omitempty": true
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "workflow.Variable.Response": {
                "description": "The response body of a HTTP GET request for the 'workflow.Variable' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'workflow.Variable' resources.",
                "x-one-of-name": "workflow.Variable.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/workflow.Variable.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "workflow.Variable": {
                "title": "Variable",
                "description": "The Variable object facilitates the management of user-defined entities within workflows, allowing for consistent and reusable data references across different workflow instances.  \n#### Purpose\nVariable serves as a central component for defining and managing workflow variables, ensuring consistency and efficiency across workflows. It allows users to set and reference variable values in multiple workflows, promoting data consistency and reducing redundancy in workflow design and execution.\n#### Key Concepts  \n- **Reusable Entities:** Supports the creation of reusable variables, facilitating efficient and scalable workflow design. \n- **Data Validation:** Ensures that variable values adhere to defined data types, promoting data integrity and reliability.",
                "x-allOf-name": "workflow.Variable",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseMo"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'workflow.Variable', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "workflow.Variable"
                                ],
                                "default": "workflow.Variable",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "workflow.Variable"
                                ],
                                "default": "workflow.Variable",
                                "x-enum-as-string": true
                            },
                            "CreateUser": {
                                "description": "The user identifier who created the environment variable.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Definition": {
                                "description": "This defines the schema of the variable. It can be set to any Primitive or Custom Data Types supported by workflows.",
                                "$ref": "#/components/schemas/workflow.BaseDataType",
                                "x-omitempty": true
                            },
                            "ModUser": {
                                "description": "The user identifier who last updated the environment variable.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Name": {
                                "description": "This defines the name of the variable and it is set by the system. The name used inside the datatype definition will be set as the name of the variable.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Value": {
                                "description": "This defines the value of the variable and it will be validated against the datatype defined in the definition.",
                                "nullable": true,
                                "x-omitempty": true
                            },
                            "Catalog": {
                                "$ref": "#/components/schemas/workflow.Catalog.Relationship",
                                "description": "A reference to a workflowCatalog resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "x-createOnly": true
                            }
                        }
                    }
                ]
            },
            "workflow.Variable.List": {
                "title": "List of 'workflow.Variable' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'workflow.Variable' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'workflow.Variable' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/workflow.Variable"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "workflow.WaitTask": {
                "title": "Workflow:Wait Task",
                "description": "A WaitTask will remain in progress until marked success or failed by an external trigger. The timeout for wait task is 180 days, so a workflow can wait for task status update for upto 180 days. Currently the only supported means to update the task status is through an API that provides the status of the task runtime instance. Once the wait task status has been set the workflow will continue with the execution based on the task status.",
                "x-allOf-name": "workflow.WaitTask",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/workflow.AbstractWorkerTask"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'workflow.WaitTask', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "workflow.WaitTask"
                                ],
                                "default": "workflow.WaitTask",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "workflow.WaitTask"
                                ],
                                "default": "workflow.WaitTask",
                                "x-enum-as-string": true
                            },
                            "InputDefinition": {
                                "type": "array",
                                "items": {
                                    "description": "When a wait task with input definition is included in a workflow and the workflow is executed, then the inputs required as part of the input definitions must be provided for the wait task to be marked completed successfully.",
                                    "$ref": "#/components/schemas/workflow.BaseDataType",
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "OutputDefinition": {
                                "type": "array",
                                "items": {
                                    "description": "For a waitTask, all the inputs passed in the task will be available as outputs as well. Hence output definition will be the same as input definition and the system will populate output definition.",
                                    "$ref": "#/components/schemas/workflow.BaseDataType",
                                    "readOnly": true,
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "Prompts": {
                                "type": "array",
                                "items": {
                                    "description": "List of prompts for this wait task. These prompts are useful to provide options to the user who is running a workflow that contains wait task on how to proceed after the wait task.",
                                    "$ref": "#/components/schemas/workflow.WaitTaskPrompt",
                                    "x-omitempty": true
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "workflow.WaitTaskPrompt": {
                "title": "Workflow:Wait Task Prompt",
                "description": "WaitTaskPrompt is used to create a customized prompts for wait control task. Wait task can be used in workflow for variety of reason, the prompts will help workflow designer to provide a customized set of prompts.",
                "x-allOf-name": "workflow.WaitTaskPrompt",
                "nullable": true,
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseComplexType"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'workflow.WaitTaskPrompt', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "workflow.WaitTaskPrompt"
                                ],
                                "default": "workflow.WaitTaskPrompt",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "workflow.WaitTaskPrompt"
                                ],
                                "default": "workflow.WaitTaskPrompt",
                                "x-enum-as-string": true
                            },
                            "Description": {
                                "description": "Description that give more details about what it means to pick this prompt option for the wait task.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "Label": {
                                "description": "User friendly label for the prompt. This label will be shown to the user as one of available options for the wait task.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "Name": {
                                "description": "Name for the wait prompt.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "TaskStatus": {
                                "description": "Task status for the wait task when this prompt option is selected.\n* `Scheduled` - The enum represents the status when task is in scheduled state.\n* `InProgress` - The enum represents the status when task is in-progress state.\n* `NoOp` - The enum represents the status when task is a noop.\n* `Timeout` - The enum represents the status when task has timed out.\n* `Completed` - The enum represents the status when task has completed.\n* `Failed` - The enum represents the status when task has failed.",
                                "type": "string",
                                "enum": [
                                    "Scheduled",
                                    "InProgress",
                                    "NoOp",
                                    "Timeout",
                                    "Completed",
                                    "Failed"
                                ],
                                "default": "Scheduled",
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "workflow.WebApi": {
                "title": "Web API",
                "description": "This models a single Web API request within a batch of requests that get\nexecuted within a single workflow task.",
                "x-allOf-name": "workflow.WebApi",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/workflow.Api"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'workflow.WebApi', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "workflow.WebApi"
                                ],
                                "default": "workflow.WebApi",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "workflow.WebApi"
                                ],
                                "default": "workflow.WebApi",
                                "x-enum-as-string": true
                            },
                            "Cookies": {
                                "description": "Collection of key value pairs to set in the request header as Cookie list.",
                                "nullable": true,
                                "x-omitempty": true
                            },
                            "EndpointRequestType": {
                                "description": "If the target type is Endpoint, this property determines whether the request is\nto be handled as internal request or external request by the device connector.\n* `Internal` - The endpoint API executed is an internal request handled by the device connector plugin.\n* `External` - The endpoint API request is passed through by the device connector.",
                                "type": "string",
                                "enum": [
                                    "Internal",
                                    "External"
                                ],
                                "default": "Internal",
                                "x-omitempty": true
                            },
                            "Headers": {
                                "description": "Collection of key value pairs to set in the request header.",
                                "nullable": true,
                                "x-omitempty": true
                            },
                            "Method": {
                                "description": "The HTTP method to be executed in the given URL (GET, POST, PUT, etc).\nIf the value is not specified, GET will be used as default.\nThe supported values are GET, POST, PUT, DELETE, PATCH, HEAD.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "MoType": {
                                "description": "The type of the intersight object for which API request is to be made.\nThe property is valid in case of Intersight API calls and the base url is automatically prepended based on the value.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "Protocol": {
                                "description": "The accepted web protocol values are http and https.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "TargetType": {
                                "description": "If the web API is to be executed in a remote device connected to the\nIntersight through device connector, 'Endpoint' is expected as the value\nwhereas if the API is an Intersight API, 'Local' is expected as the value.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "Url": {
                                "description": "The URL of the resource in the target to which the API request is made.",
                                "type": "string",
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "workflow.WorkerTask": {
                "title": "Workflow:Worker Task",
                "description": "A WorkerTask is a simple task and the smallest granularity of work that can be defined as a task.",
                "x-allOf-name": "workflow.WorkerTask",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/workflow.AbstractWorkerTask"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'workflow.WorkerTask', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "workflow.WorkerTask"
                                ],
                                "default": "workflow.WorkerTask",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "workflow.WorkerTask"
                                ],
                                "default": "workflow.WorkerTask",
                                "x-enum-as-string": true
                            },
                            "CatalogMoid": {
                                "description": "Specify the catalog moid that this task belongs.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "TaskDefinitionId": {
                                "description": "The resolved referenced task definition managed object.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "TaskDefinitionName": {
                                "description": "The qualified name of task that should be executed.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "Version": {
                                "description": "The task definition version to use in this workflow. When no version is specified then the default version of the task at the time of creating or updating this workflow is used.",
                                "type": "integer",
                                "format": "int64",
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "workflow.WorkflowCtx": {
                "title": "Workflow:Workflow Ctx",
                "description": "The workflow context contains initiator and target information along with workflow type and action information.",
                "x-allOf-name": "workflow.WorkflowCtx",
                "nullable": true,
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseComplexType"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'workflow.WorkflowCtx', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "workflow.WorkflowCtx"
                                ],
                                "default": "workflow.WorkflowCtx",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "workflow.WorkflowCtx"
                                ],
                                "default": "workflow.WorkflowCtx",
                                "x-enum-as-string": true
                            },
                            "InitiatorCtx": {
                                "description": "Details about initiator of the workflow. Any Intersight object resource can be set as the initiator of the workflow. For workflows executed by an Intersight service, an applicable service object will be set as the initiator. For example, during server profile deployment workflow, the server profile object will be set as the initiator by the system. For user created workflows, this field is optional and for workflows executed from Intersight workflow execution page, the workflow definition object will be set as the Initiator.",
                                "$ref": "#/components/schemas/workflow.InitiatorContext",
                                "x-createOnly": true,
                                "x-omitempty": true
                            },
                            "TargetCtxList": {
                                "type": "array",
                                "items": {
                                    "description": "Details about all the targets that are affected by the workflow. In the context of workflow execution, a target is an Intersight object which is affected by the workflow execution. For example, during server profile deployment workflow the server will be set as one of the targets for this workflow. For user created workflow this field is optional and the system will automatically set all the objects which are passed using target datatype for the workflow.",
                                    "$ref": "#/components/schemas/workflow.TargetContext",
                                    "readOnly": true,
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "WorkflowSubtype": {
                                "description": "The subtype of the dynamic workflow. For example - Intersight services offer the following subtypes [Validate, Deploy, Import] for dynamic workflow of type serverconfig. This field is not applicable for user created workflows.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "WorkflowType": {
                                "description": "Intersight services set the type of dynamic workflow that need to be built and executed. This field is not applicable for user created workflows. WorkflowType set as ServerConfig states that a dynamic workflow is executing tasks related to server configuration.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "workflow.WorkflowDefinition.Response": {
                "description": "The response body of a HTTP GET request for the 'workflow.WorkflowDefinition' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'workflow.WorkflowDefinition' resources.",
                "x-one-of-name": "workflow.WorkflowDefinition.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/workflow.WorkflowDefinition.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "workflow.WorkflowDefinition.Relationship": {
                "description": "A relationship to the 'workflow.WorkflowDefinition' resource, or the expanded 'workflow.WorkflowDefinition' resource, or the 'null' value.",
                "x-one-of-name": "workflow.WorkflowDefinition.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/workflow.WorkflowDefinition"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "workflow.WorkflowDefinition": {
                "title": "Workflow Definition",
                "description": "The WorkflowDefinitions object serves as the blueprint for automation, representing a collection of tasks sequenced as a Directed Acyclic Graph (DAG).\n#### Purpose\nIt defines the logical flow of an automation process by sequencing tasks and control logic. It allows users to create complex automation scenarios by linking tasks with defined transitions and dependencies.\n### Key Concepts\n- **DAG Structure:** Represents tasks as nodes and transitions as edges in a directed graph.\n- **Versioning:** Supports multiple versions of a workflow, allowing for safe updates and maintenance.\n- **Input/Output/Variable Schema:** Defines the schema for data flowing through the workflow, including inputs, outputs, and intermediate variables.\n- **Control Logic:** Manages execution flow through control tasks and mapping parameters.",
                "x-allOf-name": "workflow.WorkflowDefinition",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseMo"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'workflow.WorkflowDefinition', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "workflow.WorkflowDefinition"
                                ],
                                "default": "workflow.WorkflowDefinition",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "workflow.WorkflowDefinition"
                                ],
                                "default": "workflow.WorkflowDefinition",
                                "x-enum-as-string": true
                            },
                            "CreateUser": {
                                "description": "The user identifier who created or cloned the workflow definition.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "DefaultVersion": {
                                "description": "When true this will be the workflow version that is used when a specific workflow definition version is not specified. The default version is used when user executes a workflow without specifying a version or when workflow is included in another workflow without a specific version. The very first workflow definition created with a name will be set as the default version, after that user can explicitly set any version of the workflow definition as the default version.",
                                "type": "boolean",
                                "x-omitempty": true
                            },
                            "Description": {
                                "description": "The description for this workflow.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "InputDefinition": {
                                "type": "array",
                                "items": {
                                    "description": "The schema for inputs that can be provided when executing this workflow. The name provided for the input must be unique across all the inputs for the workflow and will be used to reference the input. A user friendly label and description can also be provided. The data type must be provided and depending on the data type additional constraints and properties can be set. In a workflow definition, the workflow inputs can be mapped to task inputs or workflow outputs or variables. They can be used in direct mapping as ${workflow.input.<name>} or in templates as {{.global.workflow.input.<name>}}.",
                                    "$ref": "#/components/schemas/workflow.BaseDataType",
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "InputParameterSet": {
                                "type": "array",
                                "items": {
                                    "description": "The Parameter Set rules control the availability of specific parameters or inputs during the execution.",
                                    "$ref": "#/components/schemas/workflow.ParameterSet",
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "Label": {
                                "description": "A user friendly short name to identify the workflow. Label can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ), forward slash (/), or an underscore (_).",
                                "type": "string",
                                "pattern": "^[a-zA-Z0-9]{1}[\\sa-zA-Z0-9_./:-]{0,91}$",
                                "x-omitempty": true
                            },
                            "LicenseEntitlement": {
                                "description": "License entitlement required to run this workflow. It is calculated based on the highest license requirement of all its tasks.\n* `Base` - Base as a License type. It is default license type.\n* `Essential` - Essential as a License type.\n* `Standard` - Standard as a License type.\n* `Advantage` - Advantage as a License type.\n* `Premier` - Premier as a License type.\n* `IWO-Essential` - IWO-Essential as a License type.\n* `IWO-Advantage` - IWO-Advantage as a License type.\n* `IWO-Premier` - IWO-Premier as a License type.\n* `IKS-Advantage` - IKS-Advantage as a License type.\n* `INC-Premier-1GFixed` - Premier 1G Fixed license tier for Intersight Nexus Cloud.\n* `INC-Premier-10GFixed` - Premier 10G Fixed license tier for Intersight Nexus Cloud.\n* `INC-Premier-100GFixed` - Premier 100G Fixed license tier for Intersight Nexus Cloud.\n* `INC-Premier-Mod4Slot` - Premier Modular 4 slot license tier for Intersight Nexus Cloud.\n* `INC-Premier-Mod8Slot` - Premier Modular 8 slot license tier for Intersight Nexus Cloud.\n* `INC-Premier-D2OpsFixed` - Premier D2Ops fixed license tier for Intersight Nexus Cloud.\n* `INC-Premier-D2OpsMod` - Premier D2Ops modular license tier for Intersight Nexus Cloud.\n* `INC-Premier-CentralizedMod8Slot` - Premier modular license tier of switch type CentralizedMod8Slot for Intersight Nexus Cloud.\n* `INC-Premier-DistributedMod8Slot` - Premier modular license tier of switch type DistributedMod8Slot for Intersight Nexus Cloud.\n* `ERP-Advantage` - Advantage license tier for ERP workflows.\n* `IntersightTrial` - Virtual dummy license type to indicate trial. Used for UI display of trial mode Intersight tiers.\n* `IWOTrial` - Virtual dummy license type to indicate trial. Used for UI display of trial mode IKS tiers.\n* `IKSTrial` - Virtual dummy license type to indicate trial. Used for UI display of trial mode IWO tiers.\n* `INCTrial` - Virtual dummy license type to indicate trial. Used for UI display of trial mode Nexus tiers.",
                                "type": "string",
                                "enum": [
                                    "Base",
                                    "Essential",
                                    "Standard",
                                    "Advantage",
                                    "Premier",
                                    "IWO-Essential",
                                    "IWO-Advantage",
                                    "IWO-Premier",
                                    "IKS-Advantage",
                                    "INC-Premier-1GFixed",
                                    "INC-Premier-10GFixed",
                                    "INC-Premier-100GFixed",
                                    "INC-Premier-Mod4Slot",
                                    "INC-Premier-Mod8Slot",
                                    "INC-Premier-D2OpsFixed",
                                    "INC-Premier-D2OpsMod",
                                    "INC-Premier-CentralizedMod8Slot",
                                    "INC-Premier-DistributedMod8Slot",
                                    "ERP-Advantage",
                                    "IntersightTrial",
                                    "IWOTrial",
                                    "IKSTrial",
                                    "INCTrial"
                                ],
                                "default": "Base",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "MaxTaskCount": {
                                "description": "The maximum number of tasks that can be executed on this workflow.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "MaxWorkerTaskCount": {
                                "description": "The maximum number of external (worker) tasks that can be executed on this workflow.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ModUser": {
                                "description": "The user identifier who last updated the workflow definition.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Name": {
                                "description": "The name for this workflow. You can have multiple versions of the workflow with the same name. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.) or an underscore (_).",
                                "type": "string",
                                "pattern": "^[a-zA-Z0-9]{1}[a-zA-Z0-9_.-]{0,63}$",
                                "x-createOnly": true,
                                "x-omitempty": true
                            },
                            "OutputDefinition": {
                                "type": "array",
                                "items": {
                                    "description": "The schema for outputs generated after executing this workflow. The name provided for the output must be unique across all the outputs of the workflow. A user friendly label and description can also be provided. In a workflow definition, the workflow outputs can be mapped from task outputs or workflow inputs or variables.",
                                    "$ref": "#/components/schemas/workflow.BaseDataType",
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "OutputParameters": {
                                "description": "The output mappings for the workflow. The schema for outputs of a workflow is defined using OutputDefinition. The outputs for workflows that we want to export out at the end of the workflow can be mapped from task outputs, workflow inputs, or workflow variables. Any task output, workflow input, or workflow variable can be mapped to a workflow output as long as the types are compatible. The format to specify the mapping is '${ 'workflow | <taskName>'. 'output |input | variable'.<name>[.<JsonPath>]}'. First, either the keyword 'workflow' or the name of the task in the workflow must be given. If a task name is used, then it must be followed by the keyword 'output', if the keyword workflow was used, then it must be followed by the keyword 'input' or 'variable'. Following this '<name>' must be the name of either input, output, or variable that must be mapped as workflow output. The last part of the mapping can be an optional <JsonPath> to extract specific fields on the data.",
                                "x-omitempty": true
                            },
                            "Properties": {
                                "description": "Type to capture the properties of a workflow definition. Some of these properties are passed to workflow execution instance.",
                                "$ref": "#/components/schemas/workflow.WorkflowProperties",
                                "x-omitempty": true
                            },
                            "Tasks": {
                                "type": "array",
                                "items": {
                                    "description": "The tasks contained inside of the workflow.",
                                    "$ref": "#/components/schemas/workflow.WorkflowTask",
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "UiInputFilters": {
                                "type": "array",
                                "items": {
                                    "description": "Rules or additional filters to narrow down the input data based on preceding input selections while executing a workflow from UI.",
                                    "$ref": "#/components/schemas/workflow.UiInputFilter",
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "UiRenderingData": {
                                "description": "This will hold the data needed for workflow to be rendered in the user interface.",
                                "nullable": true,
                                "x-omitempty": true
                            },
                            "ValidationInformation": {
                                "description": "The current validation state and associated information for this workflow.",
                                "$ref": "#/components/schemas/workflow.ValidationInformation",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "VariableDefinition": {
                                "type": "array",
                                "items": {
                                    "description": "The schema for variables that are updated during execution of this workflow. The name provided for the variable must be unique across all the variables for the workflow and will be used to reference the variable. A user friendly label and description can also be provided. The data type must be provided and depending on the data type additional constraints and properties can be set. In a workflow definition, the workflow variable can be mapped to task inputs or workflow outputs or variables. They can be used in direct mapping as ${workflow.variable.<var-name>} or in templates as {{.global.workflow.variable.<var-name>}} where var-name is the name defined in the VariableDefinition section. The variables can be updated in the Task's VariableParameter section which is evaluated after the task is executed. Some examples of workflow variables usage are as follows. \"InputParameters\":{ \"input1\":\"prefix_{{.global.workflow.variable.var1}}\", \"input2\":\"${workflow.variable.var2}\" } \"VariableParameters\":{ \"var1\":\"${workflow.input.input1}\", \"var2\":\"{{ Substring .global.task1.output.output1 0 5}}\" }.",
                                    "$ref": "#/components/schemas/workflow.BaseDataType",
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "Version": {
                                "description": "The version of the workflow to support multiple versions.",
                                "type": "integer",
                                "format": "int64",
                                "default": 1,
                                "minimum": 1,
                                "x-createOnly": true,
                                "x-omitempty": true
                            },
                            "Catalog": {
                                "$ref": "#/components/schemas/workflow.Catalog.Relationship",
                                "description": "A reference to a workflowCatalog resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "x-createOnly": true
                            },
                            "ClonedFrom": {
                                "$ref": "#/components/schemas/workflow.WorkflowDefinition.Relationship",
                                "description": "A reference to a workflowWorkflowDefinition resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "WorkflowMetadata": {
                                "$ref": "#/components/schemas/workflow.WorkflowMetadata.Relationship",
                                "description": "A reference to a workflowWorkflowMetadata resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline."
                            }
                        }
                    }
                ]
            },
            "workflow.WorkflowDefinition.List": {
                "title": "List of 'workflow.WorkflowDefinition' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'workflow.WorkflowDefinition' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'workflow.WorkflowDefinition' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/workflow.WorkflowDefinition"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "workflow.WorkflowEngineProperties": {
                "title": "Workflow:Workflow Engine Properties",
                "description": "Properties for performing workflow action on workflow engine.",
                "x-allOf-name": "workflow.WorkflowEngineProperties",
                "nullable": true,
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseComplexType"
                    }
                ]
            },
            "workflow.WorkflowInfo.Response": {
                "description": "The response body of a HTTP GET request for the 'workflow.WorkflowInfo' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'workflow.WorkflowInfo' resources.",
                "x-one-of-name": "workflow.WorkflowInfo.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/workflow.WorkflowInfo.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "workflow.WorkflowInfo.Relationship": {
                "description": "A relationship to the 'workflow.WorkflowInfo' resource, or the expanded 'workflow.WorkflowInfo' resource, or the 'null' value.",
                "x-one-of-name": "workflow.WorkflowInfo.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/workflow.WorkflowInfo"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "workflow.WorkflowInfo": {
                "title": "Workflow:Workflow Info",
                "description": "The WorkflowInfo object encapsulates the execution instance of a workflow, providing details about its progress, state, and execution context. It is essential for monitoring and managing workflow execution.\n#### Purpose\nWorkflowInfo serves as a runtime representation of a workflow execution, capturing all relevant data such as inputs, outputs, status, and execution context. It is vital for tracking the lifecycle and performance of workflows in real-time.\n#### Key Concepts\n- **Execution Tracking:** Monitors workflow progress, status, and execution metrics, providing insights into workflow performance.\n- **Contextual Information:** Contains initiator and target information, ensuring that workflows are executed within the correct context. organizational and security context.\n- **State Management:** Captures the state transitions of workflows, facilitating retries, rollbacks, and recovery actions.\n- **Role-Based Access:** Ensures secure management and visibility of workflow executions based on user privileges.",
                "x-allOf-name": "workflow.WorkflowInfo",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseMo"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'workflow.WorkflowInfo', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "workflow.WorkflowInfo"
                                ],
                                "default": "workflow.WorkflowInfo",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "workflow.WorkflowInfo"
                                ],
                                "default": "workflow.WorkflowInfo",
                                "x-enum-as-string": true
                            },
                            "Action": {
                                "description": "The action of the workflow such as start, cancel, retry, pause.\n* `None` - No action is set, this is the default value for action field.\n* `Create` - Create a new instance of the workflow but it does not start the execution of the workflow. Use the Start action to start execution of the workflow.\n* `Start` - Start a new execution of the workflow.\n* `Pause` - Pause the workflow, this can only be issued on workflows that are in running state. A workflow can be paused for a maximum of 180 days, after 180 days the workflow will be terminated by the system.\n* `Resume` - Resume the workflow which was previously paused through pause action on the workflow.\n* `Rerun` - Rerun the workflow that has previously reached a failed state. The workflow is run from the beginning using inputs from previous execution. Completed and currently running workflows cannot be rerun. Workflows do not have to be marked for retry to use this action.\n* `Retry` - This action has been deprecated. Please use RetryFailed, Rerun or RetryFromTask action. Retry the workflow that has previously reached a final state and has the retryable property set to true. A running or waiting workflow cannot be retried. If the property retryFromTaskName is also passed along with this action, the workflow will be started from that specific task, otherwise the workflow will be restarted from the first task.  The task name in retryFromTaskName must be one of the tasks that completed or failed in the previous run. It is not possible to retry a workflow from a task which wasn't run in the previous iteration.\n* `RetryFailed` - Retry the workflow that has failed. A running or waiting workflow or a workflow that completed successfully cannot be retried. Only the tasks that failed in the previous run will be retried and the rest of workflow will be run. This action does not restart the workflow and also does not support retrying from a specific task.\n* `RetryFromTask` - Retry the workflow that has previously reached a failed state and has the retryable property set to true. A running or waiting workflow cannot be retried. RetryFromTaskName must be passed along with this action, and the workflow will be started from that specific task. The task name in RetryFromTaskName must be one of the tasks that was executed in the previous attempt. It is not possible to retry a workflow from a task that wasn't run in the previous execution attempt.\n* `Cancel` - Cancel the workflow that is in running or waiting state.",
                                "type": "string",
                                "enum": [
                                    "None",
                                    "Create",
                                    "Start",
                                    "Pause",
                                    "Resume",
                                    "Rerun",
                                    "Retry",
                                    "RetryFailed",
                                    "RetryFromTask",
                                    "Cancel"
                                ],
                                "default": "None",
                                "x-omitempty": true
                            },
                            "CleanupTime": {
                                "description": "The time when the workflow info will be removed from the database. When WorkflowInfo is created, cleanup time will be set to 181 days. As the workflow progresses through different states the cleanup time can be updated. A cleanup time of 0 means the workflow is not scheduled for cleanup. An active workflow that continues to schedule & run tasks can run for any amount of time and there is no upper bound for such workflows. Workflows that are not actively running, say in Paused or Waiting states will be removed after 181 days.",
                                "type": "string",
                                "format": "date-time",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Email": {
                                "description": "The email address of the user who started this workflow. In the case of LDAP users, this field can hold either a username or an email.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "EndTime": {
                                "description": "The time when the workflow reached a final state.",
                                "type": "string",
                                "format": "date-time",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "FailedWorkflowCleanupDuration": {
                                "description": "The duration in hours after which the workflow info for failed, terminated or timed out workflow will be removed from database. The minimum is 1 hour, maximum is 365 days and default is 90 days.",
                                "type": "integer",
                                "format": "int64",
                                "default": 2160,
                                "minimum": 1,
                                "maximum": 8760,
                                "x-createOnly": true,
                                "x-omitempty": true
                            },
                            "Input": {
                                "description": "All the given inputs for the workflow. The schema for the inputs is defined in the InputDefinition section of the WorkflowDefinition. The InputDefinition will provide a list of input fields to be accepted, the associated datatype of the inputs and any additional constraints on the inputs. For more information please refer to InputDefinition property in the the the WorkflowDefinition resource. The inputs for a workflow are provided as a collection of key-value pairs, where key is the name of the input and value is any valid JSON data which conforms to the datatype of the input as specified in the InputDefinition. When the input passed into a workflow does not match the datatype or the constraints specified in the workflow definition, it will not be accepted. For example, if the InputDefinition specified that workflow must accept a string name 'key' and the value passed for key must adhere to a regex pattern. If Workflow was started with input where 'key' is not a string matching the regex pattern, an error will be generated and workflow will not start execution. During workflow definition design, the input passed into the workflow will be referred using the format 'workflow.input.<inputName>'. If the input is referred directly in a mapping it will be in the format '${workflow.input.<inputName>}' or inside a template mapping in the format '{{.global.workflow.input.<inputName>}}'.",
                                "x-omitempty": true
                            },
                            "InstId": {
                                "description": "A workflow instance Id which is the unique identified for the workflow execution.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Internal": {
                                "description": "Denotes that an Intersight service started this workflow as internal and hence will not be shown in Intersight User Interface. Typically these are internal system maintenance workflows which are triggered by Intersight services.",
                                "type": "boolean",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "LastAction": {
                                "description": "The last action that was issued on the workflow is saved in this field.\n* `None` - No action is set, this is the default value for action field.\n* `Create` - Create a new instance of the workflow but it does not start the execution of the workflow. Use the Start action to start execution of the workflow.\n* `Start` - Start a new execution of the workflow.\n* `Pause` - Pause the workflow, this can only be issued on workflows that are in running state. A workflow can be paused for a maximum of 180 days, after 180 days the workflow will be terminated by the system.\n* `Resume` - Resume the workflow which was previously paused through pause action on the workflow.\n* `Rerun` - Rerun the workflow that has previously reached a failed state. The workflow is run from the beginning using inputs from previous execution. Completed and currently running workflows cannot be rerun. Workflows do not have to be marked for retry to use this action.\n* `Retry` - This action has been deprecated. Please use RetryFailed, Rerun or RetryFromTask action. Retry the workflow that has previously reached a final state and has the retryable property set to true. A running or waiting workflow cannot be retried. If the property retryFromTaskName is also passed along with this action, the workflow will be started from that specific task, otherwise the workflow will be restarted from the first task.  The task name in retryFromTaskName must be one of the tasks that completed or failed in the previous run. It is not possible to retry a workflow from a task which wasn't run in the previous iteration.\n* `RetryFailed` - Retry the workflow that has failed. A running or waiting workflow or a workflow that completed successfully cannot be retried. Only the tasks that failed in the previous run will be retried and the rest of workflow will be run. This action does not restart the workflow and also does not support retrying from a specific task.\n* `RetryFromTask` - Retry the workflow that has previously reached a failed state and has the retryable property set to true. A running or waiting workflow cannot be retried. RetryFromTaskName must be passed along with this action, and the workflow will be started from that specific task. The task name in RetryFromTaskName must be one of the tasks that was executed in the previous attempt. It is not possible to retry a workflow from a task that wasn't run in the previous execution attempt.\n* `Cancel` - Cancel the workflow that is in running or waiting state.",
                                "type": "string",
                                "enum": [
                                    "None",
                                    "Create",
                                    "Start",
                                    "Pause",
                                    "Resume",
                                    "Rerun",
                                    "Retry",
                                    "RetryFailed",
                                    "RetryFromTask",
                                    "Cancel"
                                ],
                                "default": "None",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Message": {
                                "type": "array",
                                "items": {
                                    "description": "A collection of messages that specifies either the reason for the workflow failure or termination with the corresponding severity level error/warning, or the intermediate task execution message with the severity information.",
                                    "$ref": "#/components/schemas/workflow.Message",
                                    "readOnly": true,
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "Name": {
                                "description": "A name of the workflow execution instance.",
                                "type": "string",
                                "pattern": "^[^:]{1,92}$",
                                "x-createOnly": true,
                                "x-omitempty": true
                            },
                            "Output": {
                                "description": "All the generated outputs for the workflow. The schema for the outputs are defined in the OutputDefinition section of the WorkflowDefinition. The OutputDefinition will provide a list of output fields that could be generated after workflow execution is completed and the associated datatype of the outputs. For more information please refer to OutputDefinition property in WorkflowDefinition resource. The output for the workflow is generated as a collection of key-value pairs, where key is the name of the output and value is any valid JSON data which conforms to the datatype of output as specified in the OutputDefinition. During workflow definition design, if a workflow is included as a sub-workflow inside a parent workflow then the outputs generated by the sub-workflow can be used in the workflow design. For example, if workflow was included into parent workflow as 'SubWorkflowSample1', then that output can be referred as 'SubWorkflowSample1.output.<outputName>'. In the output is referred directly in a mapping it will be in the format '${SubWorkflowSample1.output.<outputName>}' or inside a template mapping will be in the format '{{SubWorkflowSample1.output.<outputName>}}'.",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "PauseReason": {
                                "description": "Denotes the reason workflow is in paused status.\n* `None` - Pause reason is none, which indicates there is no reason for the pause state.\n* `TaskWithWarning` - Pause reason indicates the workflow is in this state due to a task that has a status as completed with warnings.\n* `SystemMaintenance` - Pause reason indicates the workflow is in this state based on actions of system admin for maintenance.",
                                "type": "string",
                                "enum": [
                                    "None",
                                    "TaskWithWarning",
                                    "SystemMaintenance"
                                ],
                                "default": "None",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Progress": {
                                "description": "This field indicates percentage of workflow task completion based on the total number of tasks in the workflow. The total number of tasks in the workflow is calculated based on the longest path the workflow execution can take. So progress is calculated based on the percentage of tasks that completed out of the total number of tasks that could be executed. Progress is not a representation of the time taken to complete the workflow. A task is considered as completed if the task status is either \"NO_OP\" or \"COMPLETED\". If the task status is \"SKIP_TO_FAIL\", the workflow will be terminated and the progress of the workflow will be set to 100.",
                                "type": "number",
                                "format": "float",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Properties": {
                                "description": "Type to capture all the properties for the workflow info passed on from workflow definition.",
                                "$ref": "#/components/schemas/workflow.WorkflowInfoProperties",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "RetryFromTaskName": {
                                "description": "This field is required when RetryFromTask action is issued for a workflow that is in a 'final' state. The workflow will be retried from the specified task. This field must specify a task name which is the unique name of the task within the workflow. The task name must be one of the tasks that were completed or failed in the previous run. It is not possible to retry a workflow from a task that wasn't run in the previous execution attempt.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "Src": {
                                "description": "The source service that started the workflow execution and hence represents the owning service for this workflow.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "StartTime": {
                                "description": "The time when the workflow was started for execution.",
                                "type": "string",
                                "format": "date-time",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Status": {
                                "description": "A status of the workflow (RUNNING, WAITING, COMPLETED, TIME_OUT, FAILED). The \"status\" field has been deprecated and is now replaced with the \"workflowStatus\" field.",
                                "deprecated": true,
                                "x-sunset": "2027-03-01",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "SuccessWorkflowCleanupDuration": {
                                "description": "The duration in hours after which the workflow info for successful workflow will be removed from database. The minimum is 1 hour, maximum is 365 days and default is 90 days.",
                                "type": "integer",
                                "format": "int64",
                                "default": 2160,
                                "minimum": 1,
                                "maximum": 8760,
                                "x-createOnly": true,
                                "x-omitempty": true
                            },
                            "TaskInfoUpdate": {
                                "description": "Used to update a TaskInfo instance in the WorkflowInfo, it is used as a way to update status and provide user inputs for a WaitTask.",
                                "$ref": "#/components/schemas/workflow.TaskInfoUpdate",
                                "writeOnly": true,
                                "x-omitempty": true
                            },
                            "TraceId": {
                                "description": "The trace id to keep track of workflow execution.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Type": {
                                "description": "A type of the workflow (serverconfig, ansible_monitoring).",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "UserActionRequired": {
                                "description": "Property will be set when a user action is required on the workflow. This can be because the workflow is waiting for a wait task to be updated, workflow is paused or workflow launched by a configuration object has failed and needs to be retried in order to complete successfully.",
                                "type": "boolean",
                                "default": false,
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "UserId": {
                                "description": "The user identifier which indicates the user that started this workflow.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Variable": {
                                "description": "All the generated variables for the workflow. During workflow execution, the variables will be updated as per the variableParameters specified after each task execution.",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "WaitReason": {
                                "description": "Denotes the reason workflow is in waiting status.\n* `None` - Wait reason is none, which indicates there is no reason for the waiting state.\n* `GatherTasks` - Wait reason is gathering tasks, which indicates the workflow is in this state in order to gather tasks.\n* `Duplicate` - Wait reason is duplicate, which indicates the workflow is a duplicate of current running workflow.\n* `RateLimit` - Wait reason is rate limit, which indicates the workflow is rate limited by account/instance level throttling threshold.\n* `WaitTask` - Wait reason when there are one or more wait tasks in the workflow which are yet to receive a task status update.\n* `PendingRetryFailed` - Wait reason when the workflow is pending a RetryFailed action.\n* `WaitingToStart` - Workflow is waiting to start on workflow engine.",
                                "type": "string",
                                "enum": [
                                    "None",
                                    "GatherTasks",
                                    "Duplicate",
                                    "RateLimit",
                                    "WaitTask",
                                    "PendingRetryFailed",
                                    "WaitingToStart"
                                ],
                                "default": "None",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "WorkflowCtx": {
                                "description": "The workflow context which contains initiator and target information.",
                                "$ref": "#/components/schemas/workflow.WorkflowCtx",
                                "x-createOnly": true,
                                "x-omitempty": true
                            },
                            "WorkflowStatus": {
                                "description": "The current state of the workflow execution instance. A draft workflow execution will be in NotStarted state and when \"Start\" action is issued then the workflow will move into Waiting state until the first task of the workflow is scheduled at which time it will move into InProgress state. When execution reaches a final state it move to either Completed, Failed or Terminated state. For more details look at the description for each state.\n* `NotStarted` - Initially all the workflow instances are at \"NotStarted\" state. A workflow can be drafted in this state by issuing Create action. When a workflow is in this state the inputs can be updated until the workflow is started.\n* `InProgress` - A workflow execution moves into \"InProgress\" state when the first task of the workflow is scheduled for execution and continues to remain in that state as long as there are tasks executing or yet to be scheduled for execution.\n* `Waiting` - Workflow can go to waiting state due to execution of wait task present in the workflow or the workflow has not started yet either due to duplicate workflow is running or due to workflow throttling. Once Workflow engine picks up the workflow for execution, it will move to in progress state.\n* `Completed` - A workflow execution moves into Completed state when the execution path of the workflow has reached the Success node in the workflow design and there are no more tasks to be executed. Completed is the final state for the workflow execution instance and no further actions are allowed on this workflow instance.\n* `Failed` - A workflow execution moves into a Failed state when the execution path of the workflow has reached the Failed node in the workflow design and there are no more tasks to be scheduled. A Failed node can be reached when the last executed task has failed or timed out and there are no further retries available for the task. Also as per the workflow design, the last executed task did not specify an OnFailure task to be executed and hence by default, the execution will reach the Failed node. Actions like \"Rerun\", \"RetryFailed\" and \"RetryFromTask\" can be issued on failed workflow instances. Please refer to the \"Action\" description for more details.\n* `Terminated` - A workflow execution moves to Terminated state when user issues a \"Cancel\" action or due to internal errors caused during workflow execution. e.g. - Task input transformation has failed. Terminated is a final state of the workflow, no further action are allowed on this workflow instance.\n* `Canceled` - A workflow execution moves to Canceled state when a user issues a \"Cancel\" action. Cancel is not a final state, the workflow engine will issue cancel to all the running tasks and then move the workflow to the \"Terminated\" state.\n* `Paused` - A workflow execution moves to Paused state when user issues a \"Pause\" action. When in paused state the current running task will complete its execution but no further tasks will be scheduled until the workflow is resumed. A paused workflow is resumed when the user issues a \"Resume\" action. Paused workflows can be canceled by user.",
                                "type": "string",
                                "enum": [
                                    "NotStarted",
                                    "InProgress",
                                    "Waiting",
                                    "Completed",
                                    "Failed",
                                    "Terminated",
                                    "Canceled",
                                    "Paused"
                                ],
                                "default": "NotStarted",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Account": {
                                "deprecated": true,
                                "x-sunset": "2027-03-01",
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/iam.Account.Relationship",
                                "description": "A reference to a iamAccount resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "x-createOnly": true
                            },
                            "AssociatedObject": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseMo.Relationship",
                                "description": "A reference to a moBaseMo resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "x-createOnly": true
                            },
                            "Organization": {
                                "deprecated": true,
                                "x-sunset": "2027-03-01",
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/organization.Organization.Relationship",
                                "description": "A reference to a organizationOrganization resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "x-createOnly": true
                            },
                            "ParentTaskInfo": {
                                "$ref": "#/components/schemas/workflow.TaskInfo.Relationship",
                                "description": "A reference to a workflowTaskInfo resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "ParentWorkflowInfos": {
                                "description": "An array of relationships to workflowWorkflowInfo resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/workflow.WorkflowInfo.Relationship"
                                },
                                "nullable": true,
                                "readOnly": true
                            },
                            "Permission": {
                                "deprecated": true,
                                "x-sunset": "2027-03-01",
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/iam.Permission.Relationship",
                                "description": "A reference to a iamPermission resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline."
                            },
                            "TaskInfos": {
                                "description": "An array of relationships to workflowTaskInfo resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/workflow.TaskInfo.Relationship"
                                },
                                "nullable": true,
                                "readOnly": true
                            },
                            "WorkflowDefinition": {
                                "$ref": "#/components/schemas/workflow.WorkflowDefinition.Relationship",
                                "description": "A reference to a workflowWorkflowDefinition resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "x-createOnly": true
                            }
                        }
                    }
                ]
            },
            "workflow.WorkflowInfo.List": {
                "title": "List of 'workflow.WorkflowInfo' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'workflow.WorkflowInfo' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'workflow.WorkflowInfo' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/workflow.WorkflowInfo"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "workflow.WorkflowInfoAutoRestartProperties": {
                "title": "Workflow:Workflow Info Auto Restart Properties",
                "description": "Properties for auto-restarting a failed workflow execution. Workflow will be auto-restarted from the beginning upon failure when the autorestart property is set to true. When a workflow fails, retrying the workflow from failed task might not be desirable since failed task is dependent on the previous task output and hence the previous task must also be re-executed for a successful workflow execution.",
                "x-allOf-name": "workflow.WorkflowInfoAutoRestartProperties",
                "nullable": true,
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseComplexType"
                    }
                ]
            },
            "workflow.WorkflowInfoProperties": {
                "title": "Workflow:Workflow Info Properties",
                "description": "Properties for a workflowInfo.",
                "x-allOf-name": "workflow.WorkflowInfoProperties",
                "nullable": true,
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseComplexType"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'workflow.WorkflowInfoProperties', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "workflow.WorkflowInfoProperties"
                                ],
                                "default": "workflow.WorkflowInfoProperties",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "workflow.WorkflowInfoProperties"
                                ],
                                "default": "workflow.WorkflowInfoProperties",
                                "x-enum-as-string": true
                            },
                            "Cancelable": {
                                "description": "Holds the parameters and conditions for a workflow to be cancelable.",
                                "$ref": "#/components/schemas/workflow.CancelableType",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Retryable": {
                                "description": "When true, this workflow can be retried within 2 weeks from the last failure.",
                                "type": "boolean",
                                "default": false,
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "RollbackAction": {
                                "description": "Status of rollback for this workflow instance. The rollback action can be enabled, disabled or completed.\n* `Disabled` - Status of the rollback action when workflow is disabled for rollback.\n* `Enabled` - Status of the rollback action when workflow is enabled for rollback.\n* `Completed` - Status of the rollback action once workflow completes the rollback for all eligible tasks.",
                                "type": "string",
                                "enum": [
                                    "Disabled",
                                    "Enabled",
                                    "Completed"
                                ],
                                "default": "Disabled",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "RollbackOnCancel": {
                                "description": "When set to true, the changes are automatically rolled back if the workflow execution is cancelled.",
                                "type": "boolean",
                                "default": false,
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "RollbackOnFailure": {
                                "description": "When set to true, the changes are automatically rolled back if the workflow fails to execute.",
                                "type": "boolean",
                                "default": false,
                                "readOnly": true,
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "workflow.WorkflowMetadata.Response": {
                "description": "The response body of a HTTP GET request for the 'workflow.WorkflowMetadata' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'workflow.WorkflowMetadata' resources.",
                "x-one-of-name": "workflow.WorkflowMetadata.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/workflow.WorkflowMetadata.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "workflow.WorkflowMetadata.Relationship": {
                "description": "A relationship to the 'workflow.WorkflowMetadata' resource, or the expanded 'workflow.WorkflowMetadata' resource, or the 'null' value.",
                "x-one-of-name": "workflow.WorkflowMetadata.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/workflow.WorkflowMetadata"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "workflow.WorkflowMetadata": {
                "title": "Workflow Metadata",
                "description": "Workflow metadata is a collection of properties that are common across all the versions of a workflow.",
                "x-allOf-name": "workflow.WorkflowMetadata",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseMo"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'workflow.WorkflowMetadata', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "workflow.WorkflowMetadata"
                                ],
                                "default": "workflow.WorkflowMetadata",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "workflow.WorkflowMetadata"
                                ],
                                "default": "workflow.WorkflowMetadata",
                                "x-enum-as-string": true
                            },
                            "Description": {
                                "description": "The description for this workflow.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "Label": {
                                "description": "A user friendly short name to identify the workflow metadata. Label can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ) or an underscore (_).",
                                "type": "string",
                                "pattern": "^[a-zA-Z0-9]{1}[\\sa-zA-Z0-9_.:-]{0,91}$",
                                "x-omitempty": true
                            },
                            "Name": {
                                "description": "The name for this workflow metadata. You can have multiple versions of the workflow with the same name. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.) or an underscore (_).",
                                "type": "string",
                                "pattern": "^[a-zA-Z0-9]{1}[a-zA-Z0-9_.-]{0,63}$",
                                "x-createOnly": true,
                                "x-omitempty": true
                            },
                            "AssociatedPrivilegeSets": {
                                "description": "An array of relationships to iamPrivilegeSet resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/iam.PrivilegeSet.Relationship"
                                },
                                "nullable": true
                            },
                            "AssociatedRoles": {
                                "description": "An array of relationships to iamRole resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/iam.Role.Relationship"
                                },
                                "nullable": true
                            },
                            "Catalog": {
                                "$ref": "#/components/schemas/workflow.Catalog.Relationship",
                                "description": "A reference to a workflowCatalog resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "x-createOnly": true
                            }
                        }
                    }
                ]
            },
            "workflow.WorkflowMetadata.List": {
                "title": "List of 'workflow.WorkflowMetadata' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'workflow.WorkflowMetadata' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'workflow.WorkflowMetadata' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/workflow.WorkflowMetadata"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "workflow.WorkflowProperties": {
                "title": "Workflow:Workflow Properties",
                "description": "Properties for a workflow definition.",
                "x-allOf-name": "workflow.WorkflowProperties",
                "nullable": true,
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseComplexType"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'workflow.WorkflowProperties', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "workflow.WorkflowProperties"
                                ],
                                "default": "workflow.WorkflowProperties",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "workflow.WorkflowProperties"
                                ],
                                "default": "workflow.WorkflowProperties",
                                "x-enum-as-string": true
                            },
                            "Cloneable": {
                                "description": "When set to false workflow is not cloneable. It is set to true only if Workflow is not internal and it does not have any internal tasks.",
                                "type": "boolean",
                                "default": true,
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "EnableDebug": {
                                "description": "Enabling this flag will capture request and response details as debug logs for tasks that are using workflow.BatchApi for implementation. For other tasks in the workflow which are not based on workflow.BatchApi logs will not be generated.",
                                "type": "boolean",
                                "default": false,
                                "x-omitempty": true
                            },
                            "EnablePublishStatus": {
                                "description": "This flag determines if this workflow publish status is enforced or not.",
                                "type": "boolean",
                                "default": false,
                                "x-omitempty": true
                            },
                            "ExternalMeta": {
                                "description": "When set to false the workflow is owned by the system and used for internal services. Such workflows cannot be directly used by external entities.",
                                "type": "boolean",
                                "default": false,
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "PublishStatus": {
                                "description": "The workflow publish status (Draft, Published, Archived), this property is relevant only when enablePublishStatus is set to true.\n* `Draft` - The enum specifies the option as Draft which means the meta definition is being designed and tested.\n* `Published` - The enum specifies the option as Published which means the meta definition is ready for consumption.\n* `Archived` - The enum specifies the option as Archived which means the meta definition is archived and can no longer be consumed.",
                                "type": "string",
                                "enum": [
                                    "Draft",
                                    "Published",
                                    "Archived"
                                ],
                                "default": "Draft",
                                "x-omitempty": true
                            },
                            "Retryable": {
                                "description": "When set to true, the failed workflow executions from this workflow definition can be retried for up to 2 weeks since the last modification time. After two weeks of inactivity on the workflow execution, the option to retry the failed workflow will be disabled.",
                                "type": "boolean",
                                "default": false,
                                "x-omitempty": true
                            },
                            "RollbackOnCancel": {
                                "description": "When set to true, the changes are automatically rolled back if the workflow execution is canceled.",
                                "type": "boolean",
                                "default": false,
                                "x-omitempty": true
                            },
                            "RollbackOnFailure": {
                                "description": "When set to true, the changes are automatically rolled back if the workflow fails to execute.",
                                "type": "boolean",
                                "default": false,
                                "x-omitempty": true
                            },
                            "SupportStatus": {
                                "description": "Supported status of the definition.\n* `Supported` - The definition is a supported version and there will be no changes to the mandatory inputs or outputs.\n* `Beta` - The definition is a Beta version and this version can under go changes until the version is marked supported.\n* `Deprecated` - The version of definition is deprecated and typically there will be a higher version of the same definition that has been added.",
                                "type": "string",
                                "enum": [
                                    "Supported",
                                    "Beta",
                                    "Deprecated"
                                ],
                                "default": "Supported",
                                "x-omitempty": true
                            },
                            "TargetCtxPolicy": {
                                "description": "The target context policy that controls how target context is set for this workflow when it is run as a subworkflow.\n* `InheritFromParent` - The target context is inherited from the parent workflow and additional targets from this current workflow are also added. Use this setting when the parent workflow is operating on a target set which is still applicable for this current subworkflow.\n* `OnlyThisWorkflowTargets` - The target context is set only from the targets defined in the current workflow and nothing is inherited from parent workflow. Use this setting if the parent workflow is operating on a superset of targets and this current workflow is operating on a subset of those targets or a completely different set of targets.",
                                "type": "string",
                                "enum": [
                                    "InheritFromParent",
                                    "OnlyThisWorkflowTargets"
                                ],
                                "default": "InheritFromParent",
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "workflow.WorkflowTask": {
                "title": "Workflow:Workflow Task",
                "description": "Task instance within the workflow to be executed.",
                "x-allOf-name": "workflow.WorkflowTask",
                "nullable": true,
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseComplexType"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'workflow.WorkflowTask', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.\nThe enum values provides the list of concrete types that can be instantiated from this abstract type.",
                                "enum": [
                                    "workflow.DecisionTask",
                                    "workflow.FailureEndTask",
                                    "workflow.ForkTask",
                                    "workflow.JoinTask",
                                    "workflow.LoopTask",
                                    "workflow.SerialLoopTask",
                                    "workflow.StartTask",
                                    "workflow.SubWorkflowTask",
                                    "workflow.SuccessEndTask",
                                    "workflow.WaitTask",
                                    "workflow.WorkerTask"
                                ],
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.\nThe enum values provides the list of concrete types that can be instantiated from this abstract type.",
                                "enum": [
                                    "workflow.DecisionTask",
                                    "workflow.FailureEndTask",
                                    "workflow.ForkTask",
                                    "workflow.JoinTask",
                                    "workflow.LoopTask",
                                    "workflow.SerialLoopTask",
                                    "workflow.StartTask",
                                    "workflow.SubWorkflowTask",
                                    "workflow.SuccessEndTask",
                                    "workflow.WaitTask",
                                    "workflow.WorkerTask"
                                ],
                                "x-enum-as-string": true
                            },
                            "Description": {
                                "description": "The description of this task instance in the workflow.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "Label": {
                                "description": "A user defined label identifier of the workflow task used for UI display.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "Name": {
                                "description": "The name of the task within the workflow and it must be unique among all WorkflowTasks within a workflow definition. This name serves as the internal unique identifier for the task and is used to pick input and output parameters to feed into other tasks.",
                                "type": "string",
                                "pattern": "^[a-zA-Z0-9_:-]{1,64}$",
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "workflow.XmlApi": {
                "title": "XML API",
                "description": "This models a single XML API request that can be sent to any Cisco UCS devices\nthat support Cisco UCS XML API interface.",
                "x-allOf-name": "workflow.XmlApi",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/workflow.Api"
                    }
                ]
            }
        },
        "parameters": {
            "moidParam": {
                "name": "Moid",
                "in": "path",
                "required": true,
                "description": "The unique Moid identifier of a resource instance.",
                "schema": {
                    "type": "string"
                }
            },
            "countParam": {
                "name": "$count",
                "in": "query",
                "description": "The $count query specifies the service should return the count of the matching resources, instead of returning the resources.",
                "required": false,
                "allowEmptyValue": false,
                "schema": {
                    "type": "boolean"
                },
                "examples": {
                    "total_count": {
                        "summary": "Return the count of the resources.",
                        "value": "$count=true"
                    },
                    "count_filtered": {
                        "summary": "Return the count of resources that were created less than two hours ago.",
                        "value": "$count=true&$filter=CreateTime gt now() sub PT2H"
                    }
                }
            },
            "expandParam": {
                "name": "$expand",
                "in": "query",
                "description": "Specify additional attributes or related resources to return in addition to the primary resources.",
                "required": false,
                "schema": {
                    "type": "string"
                },
                "examples": {
                    "expand_displaynames": {
                        "summary": "Return the resources.",
                        "value": "$expand=DisplayNames"
                    }
                }
            },
            "inlinecountParam": {
                "name": "$inlinecount",
                "in": "query",
                "description": "The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response.",
                "required": false,
                "allowEmptyValue": false,
                "schema": {
                    "type": "string",
                    "enum": [
                        "allpages",
                        "none"
                    ],
                    "default": "allpages"
                },
                "examples": {
                    "inlinecount_output": {
                        "summary": "Return the count of the resources, and an array containing the resources.",
                        "value": "$inlinecount=true"
                    },
                    "inlinecount_filtered": {
                        "summary": "Return the count of the resources that were created less than two hours ago, and an array containing the resources.",
                        "value": "$inlinecount=true&$filter=CreateTime gt now() sub PT2H"
                    }
                }
            },
            "selectParam": {
                "name": "$select",
                "in": "query",
                "description": "Specifies a subset of properties to return.",
                "required": false,
                "schema": {
                    "type": "string",
                    "default": ""
                },
                "examples": {
                    "select": {
                        "summary": "Return a summary list of resources. The response will include the Moid, which is always returned, and the 'CreateTime' and 'ModTime' properties.",
                        "value": "$select=CreateTime,ModTime"
                    },
                    "select_filtered": {
                        "summary": "Return a filtered, summary list of resources.",
                        "value": "$select=CreateTime,ModTime&$filter=CreateTime gt now() sub PT2H",
                        "description": "Return a summary list of resources. The response will include the Moid, which is always returned even if it is not specified in the $select query,\nand the 'CreateTime' and 'ModTime' properties, which are explicitly specified in the $select query.\nThe results are filtered and only include the resources that were created less than two hours ago."
                    }
                }
            },
            "skipParam": {
                "name": "$skip",
                "in": "query",
                "description": "Specifies the number of resources to skip in the response.",
                "required": false,
                "allowEmptyValue": false,
                "schema": {
                    "type": "integer",
                    "format": "int32",
                    "default": 0
                },
                "examples": {
                    "skip": {
                        "summary": "Return the resources. Skip the first 100 resources.",
                        "value": "$skip=100"
                    },
                    "skip_and_top": {
                        "summary": "Return the resources. Skip the first 100 resources and return up to 20 resources.",
                        "value": "$skip=100&$top=20"
                    },
                    "skip_with_filter": {
                        "summary": "Return the resources that were created less than two hours ago. Skip the first 100 resources and return up to 20 resources.",
                        "value": "$skip=100&$top=20&$filter=CreateTime gt now() sub PT2H"
                    }
                }
            },
            "topParam": {
                "name": "$top",
                "in": "query",
                "description": "Specifies the maximum number of resources to return in the response.",
                "required": false,
                "allowEmptyValue": false,
                "schema": {
                    "type": "integer",
                    "format": "int32",
                    "default": 100
                },
                "examples": {
                    "top": {
                        "summary": "Return up to 10 resources.",
                        "value": "$top=10"
                    },
                    "top_with_filter": {
                        "summary": "Return up to 20 resources that were created less than two hours ago.",
                        "value": "$top=20&$filter=CreateTime gt now() sub PT2H"
                    }
                }
            },
            "filterParam": {
                "name": "$filter",
                "in": "query",
                "description": "Filter criteria for the resources to return.\nA URI with a $filter query option identifies a subset of the entries from the Collection of Entries. The subset is determined by selecting\nonly the Entries that satisfy the predicate expression specified by the $filter option.\nThe expression language that is used in $filter queries supports references to properties and\nliterals. The literal values can be strings enclosed in single quotes, numbers and boolean values\n(true or false).",
                "required": false,
                "schema": {
                    "type": "string",
                    "default": ""
                },
                "examples": {
                    "property_createTime_gt": {
                        "summary": "Return the resources where the 'CreateTime' property is greater than the specified date.",
                        "value": "$filter=CreateTime gt 2012-08-29T21:58:33Z"
                    },
                    "property_createTime_gt_now": {
                        "summary": "Return the resources that were created less than seventy-two hours ago.",
                        "value": "$filter=CreateTime gt now() sub PT72H",
                        "description": "This example uses a filter expression to compare the 'CreateTime' property of the resource against the current time.\nThe now() function is resolved to the current time in the Intersight service when the query is processed.\n'PT72H' is a string value that represents 72 hours.\nSee https://intersight.com/apidocs for more details about how to construct a duration.\nThe \"sub\" operator is used to substract a duration from the current time."
                    },
                    "property_createTime_lt_now": {
                        "summary": "Return the resources that were created at least 60 days ago.",
                        "value": "$filter=CreateTime lt now() sub P60D"
                    },
                    "property_modTime_gt_now1": {
                        "summary": "Return the resources that were modified less than three minutes and 20 seconds ago.",
                        "value": "$filter=ModTime gt now() sub PT3M20S"
                    },
                    "property_modTime_gt_now2": {
                        "summary": "Return the resources that were modified less than 90 days ago.",
                        "value": "$filter=ModTime gt now() sub P90D"
                    },
                    "property_modTime_gt_now3": {
                        "summary": "Return the resources that were modified less than 1 day and 12 hours ago.",
                        "value": "$filter=ModTime gt now() sub P1DT12H"
                    }
                }
            },
            "orderbyParam": {
                "name": "$orderby",
                "in": "query",
                "description": "Determines what properties are used to sort the collection of resources.",
                "required": false,
                "schema": {
                    "type": "string"
                },
                "examples": {
                    "date_sort_ascending": {
                        "summary": "Return the resources, sorted by creation time in ascending order, i.e., oldest resources first.",
                        "value": "$orderby=CreationTime"
                    },
                    "date_sort_descending": {
                        "summary": "Return the resources, sorted by creation time in descending order, i.e., most recently created resources first.",
                        "value": "$orderby=-CreationTime"
                    },
                    "date_sort_filtered_descending": {
                        "summary": "Return the resources that have been modified less than 80 minutes ago, sorted by modification time, most recently modified resources first.",
                        "value": "$orderby=-ModTime&$filter=ModTime gt now() sub PT80M"
                    },
                    "sorted_results_with_paging": {
                        "summary": "Return the first 20 resources sorted by modification time.",
                        "value": "$top=20&$orderby=ModTime"
                    }
                }
            },
            "applyParam": {
                "name": "$apply",
                "in": "query",
                "description": "Specify one or more transformation operations to perform aggregation on the resources. The transformations\nare processed in order with the output from a transformation being used as input for the subsequent transformation.\nThe \"$apply\" query takes a sequence of set transformations, separated by forward slashes to express that they are\nconsecutively applied, i.e., the result of each transformation is the input to the next transformation.\nSupported aggregation methods are \"aggregate\" and \"groupby\".\nThe **aggregate** transformation takes a comma-separated list of one or more aggregate expressions as parameters and returns\na result set with a single instance, representing the aggregated value for all instances in the input set.\nThe **groupby** transformation takes one or two parameters and\n1. Splits the initial set into subsets where all instances in a subset have the same values for the grouping properties specified in the first parameter,\n2. Applies set transformations to each subset according to the second parameter, resulting in a new set of potentially different structure and cardinality,\n3. Ensures that the instances in the result set contain all grouping properties with the correct values for the group,\n4. Concatenates the intermediate result sets into one result set.\nA groupby transformation affects the structure of the result set.",
                "required": false,
                "schema": {
                    "type": "string"
                }
            },
            "atParam": {
                "name": "at",
                "in": "query",
                "description": "Similar to \"$filter\", but \"at\" is specifically used to filter versioning information properties for resources to return.\nA URI with an \"at\" Query Option identifies a subset of the Entries from the Collection of Entries identified by the\nResource Path section of the URI. The subset is determined by selecting only the Entries that satisfy the predicate\nexpression specified by the query option.\nThe expression language that is used in at operators supports references to properties and\nliterals. The literal values can be strings enclosed in single quotes, numbers and boolean values\n(true or false) or any of the additional literal representations shown in the Abstract\nType System section.",
                "examples": {
                    "versiontype_equality": {
                        "summary": "Return the resources where the 'VersionType' property of the VersionContext is equal to 'Configured'",
                        "value": "at=VersionType eq 'Configured'"
                    },
                    "interestedmos_query": {
                        "summary": "Return the resources where the 'InterestedMos' property of the VersionContext includes an MoRef with Moid equal to '5b5877e56c6730367acf46cd'",
                        "value": "at=InterestedMos.Moid eq '5b5877e56c6730367acf46cd'"
                    }
                },
                "required": false,
                "schema": {
                    "type": "string"
                }
            },
            "tagsParam": {
                "name": "tags",
                "in": "query",
                "description": "The 'tags' parameter is used to request a summary of the Tag utilization for this resource. When the 'tags' parameter is specified, the response provides a list of tag keys, the number of times the key has been used across all documents, and the tag values that have been assigned to the tag key.",
                "required": false,
                "schema": {
                    "type": "string"
                }
            },
            "IfMatch": {
                "name": "If-Match",
                "in": "header",
                "description": "For methods that apply server-side changes, and in particular for PUT, If-Match can be used to prevent\nthe lost update problem. It can check if the modification of a resource that the user wants to upload\nwill not override another change that has been done since the original resource was fetched.\nIf the request cannot be fulfilled, the 412 (Precondition Failed) response is returned.\nWhen modifying a resource using POST or PUT, the If-Match header must be set to the value of\nthe resource ModTime property after which no lost update problem should occur.\nFor example, a client send a GET request to obtain a resource, which includes the ModTime property.\nThe ModTime indicates the last time the resource was created or modified. The client then sends\na POST or PUT request with the If-Match header set to the ModTime property of the resource as obtained\nin the GET request.",
                "required": false,
                "schema": {
                    "type": "string"
                }
            },
            "Prefer": {
                "name": "Prefer",
                "in": "header",
                "description": "The Prefer request header field is used to indicate that particular server behaviors are preferred  by the client but are not required for successful completion of the request.   The \"respond-async\" preference indicates that the client prefers the server to respond  asynchronously to a response. The Prefer header is described in RFC 7240.",
                "required": false,
                "schema": {
                    "type": "string",
                    "example": "respond-async"
                }
            },
            "IfNoneMatch": {
                "name": "If-None-Match",
                "in": "header",
                "description": "For methods that apply server-side changes, If-None-Match used with the * value can be used to create\na resource not known to exist, guaranteeing that another resource creation didn't happen before,\nlosing the data of the previous put. The request will be processed only if the eventually existing\nresource's ETag doesn't match any of the values listed. Otherwise, the status code 412\n(Precondition Failed) is used.\nThe asterisk is a special value representing any resource. It is only useful when creating a resource,\nusually with PUT, to check if another resource with the identity has already been created before.\nThe comparison with the stored ETag uses the weak comparison algorithm, meaning two resources are\nconsidered identical if the content is equivalent - they don't have to be identical byte for byte.",
                "required": false,
                "schema": {
                    "type": "string"
                }
            }
        },
        "links": {
            "GetIamAccountByMoid": {
                "operationId": "GetIamAccountByMoid",
                "parameters": {
                    "Moid": "$response.body#/AccountMoid"
                },
                "description": "The 'AccountMoid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/iam/Accounts/{Moid}'."
            },
            "GetIamDomainGroupByMoid": {
                "operationId": "GetIamDomainGroupByMoid",
                "parameters": {
                    "Moid": "$response.body#/DomainGroupMoid"
                },
                "description": "The 'DomainGroupMoid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/iam/DomainGroups/{Moid}'."
            }
        },
        "responses": {
            "http_status_400": {
                "description": "The request could not be understood by the server due to malformed syntax.\nThe client SHOULD NOT repeat the request without modifications.\nFor example, the request may contain an incorrect JSON syntax, or the request fails\nvalidation checks.\nThe HTTP body may contain a document that provides more details about the error.",
                "headers": {
                    "x-starship-traceid": {
                        "$ref": "#/components/headers/x-starship-traceid"
                    }
                },
                "content": {
                    "application/json": {
                        "schema": {
                            "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/Error"
                        }
                    }
                }
            },
            "http_status_401": {
                "description": "The request requires user authentication. The client may repeat the request with a suitable Authorization header field.\nIf the request already included Authorization credentials, then the 401 response indicates that authorization has\nbeen refused for those credentials.\nThe HTTP body may contain a document that provides more details about the error.",
                "headers": {
                    "x-starship-traceid": {
                        "$ref": "#/components/headers/x-starship-traceid"
                    }
                },
                "content": {
                    "application/json": {
                        "schema": {
                            "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/Error"
                        }
                    }
                }
            },
            "http_status_403": {
                "description": "The request was properly authenticated, but the server is refusing to fulfill it.\nThe HTTP body may contain a document that provides more details about the error.\nFor example, the user may not have sufficient privileges to perform the request.",
                "headers": {
                    "x-starship-traceid": {
                        "$ref": "#/components/headers/x-starship-traceid"
                    }
                },
                "content": {
                    "application/json": {
                        "schema": {
                            "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/Error"
                        }
                    }
                }
            },
            "http_status_404": {
                "description": "The specified resource was not found. The HTTP body contains a document that provides more details about the error.",
                "headers": {
                    "x-starship-traceid": {
                        "$ref": "#/components/headers/x-starship-traceid"
                    }
                },
                "content": {
                    "application/json": {
                        "schema": {
                            "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/Error"
                        }
                    }
                }
            },
            "default": {
                "description": "An unexpected error occurred.",
                "headers": {
                    "x-starship-traceid": {
                        "$ref": "#/components/headers/x-starship-traceid"
                    }
                },
                "content": {
                    "application/json": {
                        "schema": {
                            "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/Error"
                        }
                    }
                }
            }
        },
        "headers": {
            "Set-Cookie": {
                "description": "Cookie authentication key for use with the `cookieAuth` apiKey authentication.",
                "schema": {
                    "type": "string",
                    "example": "X-Starship-Token=abcde12345; Path=/"
                }
            },
            "x-starship-traceid": {
                "description": "A value that uniquely identifies a HTTP request and its response.",
                "schema": {
                    "type": "string"
                }
            },
            "Content-Disposition": {
                "description": "If not present, indicates the response content is expected to be displayed inline in the browser, that is, as a Web page or as part of a Web page. If present, indicates the response content is expected to be an attachment, that is downloaded and saved locally.",
                "schema": {
                    "type": "string"
                }
            },
            "Content-Length": {
                "description": "Indicates the size of the entity-body, in bytes, sent to the recipient.",
                "schema": {
                    "type": "integer"
                }
            }
        },
        "securitySchemes": {
            "cookieAuth": {
                "type": "apiKey",
                "in": "cookie",
                "description": "The authentication cookie obtained from a Single-Sign-On SAML assertion.",
                "name": "X-Starship-Token"
            },
            "http_signature": {
                "type": "http",
                "scheme": "signature",
                "description": "The 'HTTP signature' security scheme. Each HTTP request is cryptographically signed\nas specified in https://datatracker.ietf.org/doc/draft-cavage-http-signatures/.\nSee [Intersight API and SDK documentation](https://intersight.com/apidocs) for details\nabout how to configure the HTTP signature scheme.\nYou must include the following fields in the signed headers.\n  1. '(request-target)'\n  1. '(created)'\n  1. 'Host'\n  1. 'Date'\n  1. 'Digest'\nIn addition, it is recommended that you include at least the following headers.\n  1. '(expires)'\n  1. 'Content-Type'\n* The '(created)' header expresses when the signature was created. The value must be a\n  Unix timestamp integer value. Subsecond precision is not supported.\n* The ('expires') header is optional and expresses when the signature ceases to be valid.\n  The value must be a Unix timestamp integer value. Subsecond precision is allowed\n  using decimal notation.\n  It is recommended to set the value of the '(expire)' header to '(created)' plus thirty\n  minutes, i.e., the signature is valid for thirty minutes.\n* The 'Digest' header value must be a cryptographic digest of the HTTP request body,\n  as specified in RFC 3230.\n* The 'Authorization' header must include the computed signature of the HTTP request.\n  The host machine where the API client is running must be synchronized with Internet\n  time (i.e., NIST time)."
            },
            "oAuth2": {
                "type": "oauth2",
                "description": "The client uses the OAuth2 security scheme. To use OAuth2, a client application\nmust be registered by creating a iam.AppRegistration resource.\nThe user who creates the iam.AppRegistration resource can specify a list of OAuth2\nscopes. These iam.AppRegistration scopes restricts which subset of scopes\na registered client can obtain.\nSupported OAuth2 flows are:\n**Authorization Code**\nIn the authorization code flow, the client sends a list of requested scopes to\nthe authorization URL (/iam/app-authorize). The scope in the authorization request\nmust be one of the scopes that have been configured in the corresponding\niam.AppRegistration resource.\n**Client Credentials**\nIn the client credentials flow, the scope is selected when the AppRegistration\nis created. The client cannot select a specific scope in the token request.",
                "flows": {
                    "authorizationCode": {
                        "authorizationUrl": "/iam/app-authorize",
                        "tokenUrl": "/iam/token",
                        "refreshUrl": "/iam/token",
                        "scopes": {
                            "ROLE.Account Administrator": "As an Account administrator, you have complete access to all services and resources in Intersight.\nYou can perform all administrative and management tasks, including claim and manage devices, create and deploy Server\nand HyperFlex Cluster profiles, upgrade firmware, perform server actions, cross launch devices, add and manage users and groups,\nconfigure Identity providers and more.\n",
                            "ROLE.Audit Log Viewer": "As an Audit Log Viewer, you can view audit logs.\n",
                            "ROLE.Automation Governance": "As an Automation Governor, you can approve or reject requests to publish generic objects, including Workflows,\nTasks, CDTs, FaaS, and Service Items. Each request is created for a generic asset, enabling automation governance\nto publish these assets.\n",
                            "ROLE.Catalog Administrator": "As a Catalog Administrator, you can create workflows, custom data types, resource selection policies,\nservice items, catalog items, execute catalog item, and view and perform post-deployment operations on the service item\ninstance. Also, you can view and publish the catalog items.\n",
                            "ROLE.Catalog User": "As a Catalog User, you can view the catalog items that are assigned to you. You can deploy the catalog item,\ntrack the catalog item execution, view the service item instance that is created or assigned to you, and\nperform post-deployment operations on the service item instances.\n",
                            "ROLE.Complete Claim": "As a Complete Claim user you can complete the claim of a previously created Target by\nproviding the security token of the device.\nYou do not have access to read the status or details of any devices within the account.\n",
                            "ROLE.Device Administrator": "As a Device Administrator, you can claim and unclaim a device in Intersight, view the device details,\nlicense status, a list of all the claimed devices, and generate API keys.\nYou cannot perform any other management or administrative task in this role.\n",
                            "ROLE.Device Technician": "As a Device Technician you can claim a device, view the device details, license status, a list of\nthe claimed devices, and generate API keys. You cannot perform any other management or\nadministrative task in this role.\n",
                            "ROLE.External Syslog Administrator": "As an External Syslog Administrator, you can configure an external syslog server on an on-prem appliance.\n",
                            "ROLE.HCI Cluster Administrator": "As an HCI Cluster Administrator, you can view and manage HCI Clusters,\nview all the cluster dashboard widgets, view cluster details. This role does not include the ability to claim a device.\nYou must have a Device Technician, Device Administrator, or an Account Administrator role to claim a device.\n",
                            "ROLE.HCI Cluster Operator": "As an HCI Cluster Operator, you can view and manage HCI Clusters,\nview all the cluster dashboard widgets, view cluster details. This role does not include the ability to claim a device.\nYou must have a Device Technician, Device Administrator, or an Account Administrator role to claim a device.\n",
                            "ROLE.HyperFlex Cluster Access Operator": "As a HyperFlex Cluster Access Operator, you can cross launch CLI and HXConnect.\n",
                            "ROLE.HyperFlex Cluster Administrator": "As a HyperFlex Cluster Administrator, you can create, edit, deploy, and manage HyperFlex Clusters,\nview all the cluster dashboard widgets, view cluster details, create HyperFlex policies and profiles, execute\ncapacity planning, and launch HyperFlex Connect. This role does not include the ability to claim a device.\nYou must have a Device Technician, Device Administrator, or an Account Administrator role to claim a device.\n",
                            "ROLE.HyperFlex Cluster Data Protection Administrator": "As a HyperFlex Cluster Data  Protection Administrator, you can perform N:1 backups.\n",
                            "ROLE.HyperFlex Cluster Lifecycle Administrator": "As a HyperFlex Cluster Lifecycle Administrator, you can install, expand, upgrade a HX cluster, execute capacity\nplanning, OS installation, VC plugin installation, security hardening, and launch HyperFlex Connect as admin.\n",
                            "ROLE.HyperFlex Cluster Operator": "As a HyperFlex Cluster Operator, you can perform health checks and launch HyperFlex Connect.\nHowever, you cannot change cluster configuration.\n",
                            "ROLE.HyperFlex Cluster Storage Administrator": "As a HyperFlex Cluster Storage Administrator, you can perform datastore, iSCSI, and storage container CRUD operations.\n",
                            "ROLE.HyperFlex Cluster Syslog Administrator": "As a HyperFlex Cluster Syslog Administrator, you can configure the external HX Syslog profile.\n",
                            "ROLE.HyperFlex Cluster System Administrator": "As a HyperFlex Cluster System Administrator, you can perform most system administrator tasks,\ncreate backups, view syslogs, and configure encryption.\n",
                            "ROLE.HyperFlex Cluster System Operator": "As a HyperFlex Cluster System Operator, you can perform encryption, health checks, and post-install tasks.\n",
                            "ROLE.Integrated Systems Administrator": "As an Integrated Systems Administrator, you can perform all actions related to Integrated Systems (e.g., FlexPod) like\ncreate/edit/delete of an Integrated System. In addition you can perform administrative and management tasks related to \ndevices (including claim), servers, server profiles, UCS domain, switch profiles, hypervisors, network/SAN switches, \nstorage devices. Also, you can define workflow and task definitions and can execute them and view workflow executions.\n",
                            "ROLE.Integrated Systems Operator": "As an Integrated Systems Operator, you can view Integrated Systems (e.g., FlexPod) and can run inventory based actions (e.g., Interoperability check) \nIn addition you can view devices, servers, server profiles, UCS domain, switch profiles, hypervisors, network/SAN \nswitches, storage devices and workflows. This role does not include the ability to claim a target. You must have a\nDevice Technician, Device Administrator, or an Account Administrator role to claim a target.\n",
                            "ROLE.Kubernetes Administrator": "As a Kubernetes Administrator, you can create, edit, deploy, and manage Kubernetes Clusters. Also, you can\nview all the cluster dashboard widgets, and view cluster details. In addition, you also have privileges to\nview and manage storage targets associated with the Kubernetes clusters.  The capability to view and execute\nworkflows against the Kubernetes clusters is also granted. It also allows\nthe user to run workflows to manage VMs on hypervisor endpoints, and manage connected storage.\nThe ability to create and view IP pools is also allowed.\nThis role does not include the ability to claim a target.\nYou must have a Device Technician, Device Administrator, or an Account Administrator role to claim a target.\n",
                            "ROLE.Kubernetes Operator": "As a Kubernetes Operator, you can view Kubernetes Clusters. Also, you can\nview all the cluster dashboard widgets, and view cluster details. In addition, you also have privileges to\nview storage targets associated with the Kubernetes clusters.  The capability to view\nworkflows is also granted.  It also allows the user to view VMs on hypervisor endpoints.\nThis role also provides the capability to view IP pools.\nThis role does not include the ability to claim a target.\nYou must have a Device Technician, Device Administrator, or an Account Administrator role to claim a target.\n",
                            "ROLE.Location Management": "As a user with location management privileges, you can manage location, including creating, updating, and deleting.\n",
                            "ROLE.Network Administrator": "As a Network Administrator, you can create, update, delete and view the Managed network device objects.\nThe capability to view and execute workflows against the network device is also granted.\nThis role does not include the ability to claim a target. You must have a Device Technician, Device Administrator,\nor an Account Administrator role to claim a target.\n",
                            "ROLE.Network Operator": "As a Network Operator, you can view the Managed network device objects. The capability to view workflows against the\nnetwork device is also granted. This role does not include the ability to claim a target. You must have a Device\nTechnician, Device Administrator, or an Account Administrator role to claim a target.\n",
                            "ROLE.Nexus Administrator": "As a Nexus Administrator, you have the privileges to perform all Nexus related operations. This includes\nclaiming devices, updating policy configuration, and monitoring the system.\n",
                            "ROLE.Nexus Analyst": "As a Nexus Analyst, you can run and update the available Nexus Cloud analyses such as Sustainability, Conformance, Compliance, and others.\n",
                            "ROLE.Nexus Config Administrator": "As a Nexus Config Administrator, you can create or modify policy configuration and can initiate the\nworkflow that will activate policy changes.\n\nThis role does not allow you to claim or remove devices.\n",
                            "ROLE.Nexus Observer": "As a Nexus Observer, you can generally view the state of all devices. Additional items\ninclude things like viewing configured policies and monitoring active flows. This role does\nnot include any permission which allows the system to be changed.\n",
                            "ROLE.Read-Only": "As a Read-Only user, you can view the dashboard, table views of the managed devices, change your user preferences,\nand generate API keys. You cannot claim a device, add or remove a user, configure Identity providers or\nperform any server actions.\n",
                            "ROLE.SAN Administrator": "As a SAN Administrator, you can create, update, delete and view the Managed SAN switch objects.\nThe capability to view and execute workflows against the SAN switches is also granted.\nThis role does not include the ability to claim a target. You must have a Device Technician, Device Administrator,\nor an Account Administrator role to claim a target.\n",
                            "ROLE.SAN Operator": "As a SAN Operator, you can view the Managed SAN switch objects. The capability to view workflows against the\nSAN switches is also granted. This role does not include the ability to claim a target. You must have a Device\nTechnician, Device Administrator, or an Account Administrator role to claim a target.\n",
                            "ROLE.Server Administrator": "As a Server Administrator, you can view and manage UCS Servers and Fabric Interconnects,\nview all the server and Fabric Interconnect dashboard widgets, perform server actions,\nview server details, launch management interfaces and the CLI, create and deploy server\npolicies and profiles, and manage API keys. This role does not include the ability to claim a device.\nYou must have a Device Technician, Device Administrator, or an Account Administrator role to claim a device.\n",
                            "ROLE.Service Designer": "As a Service Designer, you can create custom data types, tasks, workflows, resource selection criteria,\nand use these to design the service items. The service designer can validate the service items by using\nthe deployment and post-deployment actions.\n",
                            "ROLE.Service Operator": "As a Service Operator, you can view and update the catalog items, service items, and workflows. Also, you can\nexecute the workflow and validate the catalog or service items.\n",
                            "ROLE.Storage Administrator": "As a Storage Administrator, a user can view and manage Storage devices, view and execute\nworkflows and view all the storage dashboard widgets.\n\nThis privilege does not include the ability to claim a device. You must have a\nDevice Technician, Device Administrator, or an Account Administrator role to claim a device.\n",
                            "ROLE.Support Services": "As a Support Services user, you can view the dashboard and table views of managed devices, change your user preferences,\ncollect tech support bundles, and generate API keys. In this role, you cannot claim targets, add or remove users, configure\nIdentity Providers, or perform server actions.\n",
                            "ROLE.Sustainability Metrics Viewer": "As a Sustainability Metrics Viewer user, you have read access to the Energy Management Capability (EMC) features and the ability\nregister an OAuth2 application for programmatic access to the APIs.\n",
                            "ROLE.Tag Management": "As a user with tag management privileges, you can manage tag definitions, including creating, updating, and deleting tags.\n",
                            "ROLE.UCS Domain Administrator": "As a UCS Domain Administrator, you can view and manage Switch Profiles and Network Configuration Policies, view Fabric Interconnect dashboard widgets, perform actions on Switch, launch management interfaces and the CLI, create and deploy switch policies and profiles, and manage API keys. This role does not include the ability to claim a device. You must have a Device Technician, Device Administrator, or an Account Administrator role to claim a device.\n",
                            "ROLE.Unified Edge Administrator": "As a Unified Edge Administrator, you can view and manage Switch Profiles, Network and Chassis Configuration Policies, view Unified Edge dashboard widgets, perform actions on Switch and Chassis, launch management interfaces and the CLI, and manage API keys. This role does not include the ability to claim a device. You must have a Device Technician, Device Administrator, or an Account Administrator role to claim a device.\n",
                            "ROLE.User Access Administrator": "As a User Access Administrator, you can add and manage Users and Groups in Intersight, view account details\nand audit logs, manage the IdPs, roles, sessions and API keys for non Account Administrator users.\nHowever, you cannot claim a device or perform any management tasks in Intersight.\nYou cannot add or manage a user with Account Administrator role.\n",
                            "ROLE.Virtualization Administrator": "As a Virtualization Administrator, a user can view and manage hypervisor resources, view\nand execute workflows.\n\nThis privilege does not include the ability to claim a device. You must have a\nDevice Technician, Device Administrator, or an Account Administrator role to claim a device.\n",
                            "ROLE.Workflow Designer": "As a Workflow Designer, you can define workflow definitions and custom data types,\nview workflow definitions, task definitions and custom data types, execute workflows and\nview workflow executions.\n",
                            "ROLE.Workload Administrator": "As a Workload Administrator you can view and manage Workload Definitions and Workload Deployments.\n",
                            "ROLE.Workload Operator": "As a Workload Operator you can view and manage Workload Deployments and view Workload Definitions.\n",
                            "ROLE.Workload Optimizer Administrator": "As a Workload Optimizer Administrator, you can access all Workload Optimizer features and perform \nadministrative tasks to configure Workload Optimizer.\n",
                            "ROLE.Workload Optimizer Advisor": "As a Workload Optimizer Advisor, you can view workload optimization state and recommended actions,\nrun plans for workload optimization.\n",
                            "ROLE.Workload Optimizer Automator": "As a Workload Optimizer Automator, you can view workload optimization state, recommended actions,\nrun plans for workload optimization, execute workload optimization actions, and deploy workloads.\n",
                            "ROLE.Workload Optimizer Deployer": "As a Workload Optimizer Deployer, you can view all Workload Optimizer charts and data, deploy \nworkloads, and create policies and templates. You cannot run plans or execute any recommended actions.\n",
                            "ROLE.Workload Optimizer Observer": "As a Workload Optimizer Observer, you can view workload optimization state and recommended actions.\n",
                            "ROLE.vKVM Only": "As a vKVM-only user, you can launch vKVM and tunneled vKVM sessions to a server from Intersight. \nIn addition you can view servers, chassis and the running workflows. \nIn this role, you cannot perform any server actions from Intersight apart from launching vKVM.\n"
                        }
                    },
                    "clientCredentials": {
                        "tokenUrl": "/iam/token",
                        "scopes": {
                            "ROLE.Account Administrator": "As an Account administrator, you have complete access to all services and resources in Intersight.\nYou can perform all administrative and management tasks, including claim and manage devices, create and deploy Server\nand HyperFlex Cluster profiles, upgrade firmware, perform server actions, cross launch devices, add and manage users and groups,\nconfigure Identity providers and more.\n",
                            "ROLE.Audit Log Viewer": "As an Audit Log Viewer, you can view audit logs.\n",
                            "ROLE.Automation Governance": "As an Automation Governor, you can approve or reject requests to publish generic objects, including Workflows,\nTasks, CDTs, FaaS, and Service Items. Each request is created for a generic asset, enabling automation governance\nto publish these assets.\n",
                            "ROLE.Catalog Administrator": "As a Catalog Administrator, you can create workflows, custom data types, resource selection policies,\nservice items, catalog items, execute catalog item, and view and perform post-deployment operations on the service item\ninstance. Also, you can view and publish the catalog items.\n",
                            "ROLE.Catalog User": "As a Catalog User, you can view the catalog items that are assigned to you. You can deploy the catalog item,\ntrack the catalog item execution, view the service item instance that is created or assigned to you, and\nperform post-deployment operations on the service item instances.\n",
                            "ROLE.Complete Claim": "As a Complete Claim user you can complete the claim of a previously created Target by\nproviding the security token of the device.\nYou do not have access to read the status or details of any devices within the account.\n",
                            "ROLE.Device Administrator": "As a Device Administrator, you can claim and unclaim a device in Intersight, view the device details,\nlicense status, a list of all the claimed devices, and generate API keys.\nYou cannot perform any other management or administrative task in this role.\n",
                            "ROLE.Device Technician": "As a Device Technician you can claim a device, view the device details, license status, a list of\nthe claimed devices, and generate API keys. You cannot perform any other management or\nadministrative task in this role.\n",
                            "ROLE.External Syslog Administrator": "As an External Syslog Administrator, you can configure an external syslog server on an on-prem appliance.\n",
                            "ROLE.HCI Cluster Administrator": "As an HCI Cluster Administrator, you can view and manage HCI Clusters,\nview all the cluster dashboard widgets, view cluster details. This role does not include the ability to claim a device.\nYou must have a Device Technician, Device Administrator, or an Account Administrator role to claim a device.\n",
                            "ROLE.HCI Cluster Operator": "As an HCI Cluster Operator, you can view and manage HCI Clusters,\nview all the cluster dashboard widgets, view cluster details. This role does not include the ability to claim a device.\nYou must have a Device Technician, Device Administrator, or an Account Administrator role to claim a device.\n",
                            "ROLE.HyperFlex Cluster Access Operator": "As a HyperFlex Cluster Access Operator, you can cross launch CLI and HXConnect.\n",
                            "ROLE.HyperFlex Cluster Administrator": "As a HyperFlex Cluster Administrator, you can create, edit, deploy, and manage HyperFlex Clusters,\nview all the cluster dashboard widgets, view cluster details, create HyperFlex policies and profiles, execute\ncapacity planning, and launch HyperFlex Connect. This role does not include the ability to claim a device.\nYou must have a Device Technician, Device Administrator, or an Account Administrator role to claim a device.\n",
                            "ROLE.HyperFlex Cluster Data Protection Administrator": "As a HyperFlex Cluster Data  Protection Administrator, you can perform N:1 backups.\n",
                            "ROLE.HyperFlex Cluster Lifecycle Administrator": "As a HyperFlex Cluster Lifecycle Administrator, you can install, expand, upgrade a HX cluster, execute capacity\nplanning, OS installation, VC plugin installation, security hardening, and launch HyperFlex Connect as admin.\n",
                            "ROLE.HyperFlex Cluster Operator": "As a HyperFlex Cluster Operator, you can perform health checks and launch HyperFlex Connect.\nHowever, you cannot change cluster configuration.\n",
                            "ROLE.HyperFlex Cluster Storage Administrator": "As a HyperFlex Cluster Storage Administrator, you can perform datastore, iSCSI, and storage container CRUD operations.\n",
                            "ROLE.HyperFlex Cluster Syslog Administrator": "As a HyperFlex Cluster Syslog Administrator, you can configure the external HX Syslog profile.\n",
                            "ROLE.HyperFlex Cluster System Administrator": "As a HyperFlex Cluster System Administrator, you can perform most system administrator tasks,\ncreate backups, view syslogs, and configure encryption.\n",
                            "ROLE.HyperFlex Cluster System Operator": "As a HyperFlex Cluster System Operator, you can perform encryption, health checks, and post-install tasks.\n",
                            "ROLE.Integrated Systems Administrator": "As an Integrated Systems Administrator, you can perform all actions related to Integrated Systems (e.g., FlexPod) like\ncreate/edit/delete of an Integrated System. In addition you can perform administrative and management tasks related to \ndevices (including claim), servers, server profiles, UCS domain, switch profiles, hypervisors, network/SAN switches, \nstorage devices. Also, you can define workflow and task definitions and can execute them and view workflow executions.\n",
                            "ROLE.Integrated Systems Operator": "As an Integrated Systems Operator, you can view Integrated Systems (e.g., FlexPod) and can run inventory based actions (e.g., Interoperability check) \nIn addition you can view devices, servers, server profiles, UCS domain, switch profiles, hypervisors, network/SAN \nswitches, storage devices and workflows. This role does not include the ability to claim a target. You must have a\nDevice Technician, Device Administrator, or an Account Administrator role to claim a target.\n",
                            "ROLE.Kubernetes Administrator": "As a Kubernetes Administrator, you can create, edit, deploy, and manage Kubernetes Clusters. Also, you can\nview all the cluster dashboard widgets, and view cluster details. In addition, you also have privileges to\nview and manage storage targets associated with the Kubernetes clusters.  The capability to view and execute\nworkflows against the Kubernetes clusters is also granted. It also allows\nthe user to run workflows to manage VMs on hypervisor endpoints, and manage connected storage.\nThe ability to create and view IP pools is also allowed.\nThis role does not include the ability to claim a target.\nYou must have a Device Technician, Device Administrator, or an Account Administrator role to claim a target.\n",
                            "ROLE.Kubernetes Operator": "As a Kubernetes Operator, you can view Kubernetes Clusters. Also, you can\nview all the cluster dashboard widgets, and view cluster details. In addition, you also have privileges to\nview storage targets associated with the Kubernetes clusters.  The capability to view\nworkflows is also granted.  It also allows the user to view VMs on hypervisor endpoints.\nThis role also provides the capability to view IP pools.\nThis role does not include the ability to claim a target.\nYou must have a Device Technician, Device Administrator, or an Account Administrator role to claim a target.\n",
                            "ROLE.Location Management": "As a user with location management privileges, you can manage location, including creating, updating, and deleting.\n",
                            "ROLE.Network Administrator": "As a Network Administrator, you can create, update, delete and view the Managed network device objects.\nThe capability to view and execute workflows against the network device is also granted.\nThis role does not include the ability to claim a target. You must have a Device Technician, Device Administrator,\nor an Account Administrator role to claim a target.\n",
                            "ROLE.Network Operator": "As a Network Operator, you can view the Managed network device objects. The capability to view workflows against the\nnetwork device is also granted. This role does not include the ability to claim a target. You must have a Device\nTechnician, Device Administrator, or an Account Administrator role to claim a target.\n",
                            "ROLE.Nexus Administrator": "As a Nexus Administrator, you have the privileges to perform all Nexus related operations. This includes\nclaiming devices, updating policy configuration, and monitoring the system.\n",
                            "ROLE.Nexus Analyst": "As a Nexus Analyst, you can run and update the available Nexus Cloud analyses such as Sustainability, Conformance, Compliance, and others.\n",
                            "ROLE.Nexus Config Administrator": "As a Nexus Config Administrator, you can create or modify policy configuration and can initiate the\nworkflow that will activate policy changes.\n\nThis role does not allow you to claim or remove devices.\n",
                            "ROLE.Nexus Observer": "As a Nexus Observer, you can generally view the state of all devices. Additional items\ninclude things like viewing configured policies and monitoring active flows. This role does\nnot include any permission which allows the system to be changed.\n",
                            "ROLE.Read-Only": "As a Read-Only user, you can view the dashboard, table views of the managed devices, change your user preferences,\nand generate API keys. You cannot claim a device, add or remove a user, configure Identity providers or\nperform any server actions.\n",
                            "ROLE.SAN Administrator": "As a SAN Administrator, you can create, update, delete and view the Managed SAN switch objects.\nThe capability to view and execute workflows against the SAN switches is also granted.\nThis role does not include the ability to claim a target. You must have a Device Technician, Device Administrator,\nor an Account Administrator role to claim a target.\n",
                            "ROLE.SAN Operator": "As a SAN Operator, you can view the Managed SAN switch objects. The capability to view workflows against the\nSAN switches is also granted. This role does not include the ability to claim a target. You must have a Device\nTechnician, Device Administrator, or an Account Administrator role to claim a target.\n",
                            "ROLE.Server Administrator": "As a Server Administrator, you can view and manage UCS Servers and Fabric Interconnects,\nview all the server and Fabric Interconnect dashboard widgets, perform server actions,\nview server details, launch management interfaces and the CLI, create and deploy server\npolicies and profiles, and manage API keys. This role does not include the ability to claim a device.\nYou must have a Device Technician, Device Administrator, or an Account Administrator role to claim a device.\n",
                            "ROLE.Service Designer": "As a Service Designer, you can create custom data types, tasks, workflows, resource selection criteria,\nand use these to design the service items. The service designer can validate the service items by using\nthe deployment and post-deployment actions.\n",
                            "ROLE.Service Operator": "As a Service Operator, you can view and update the catalog items, service items, and workflows. Also, you can\nexecute the workflow and validate the catalog or service items.\n",
                            "ROLE.Storage Administrator": "As a Storage Administrator, a user can view and manage Storage devices, view and execute\nworkflows and view all the storage dashboard widgets.\n\nThis privilege does not include the ability to claim a device. You must have a\nDevice Technician, Device Administrator, or an Account Administrator role to claim a device.\n",
                            "ROLE.Support Services": "As a Support Services user, you can view the dashboard and table views of managed devices, change your user preferences,\ncollect tech support bundles, and generate API keys. In this role, you cannot claim targets, add or remove users, configure\nIdentity Providers, or perform server actions.\n",
                            "ROLE.Sustainability Metrics Viewer": "As a Sustainability Metrics Viewer user, you have read access to the Energy Management Capability (EMC) features and the ability\nregister an OAuth2 application for programmatic access to the APIs.\n",
                            "ROLE.Tag Management": "As a user with tag management privileges, you can manage tag definitions, including creating, updating, and deleting tags.\n",
                            "ROLE.UCS Domain Administrator": "As a UCS Domain Administrator, you can view and manage Switch Profiles and Network Configuration Policies, view Fabric Interconnect dashboard widgets, perform actions on Switch, launch management interfaces and the CLI, create and deploy switch policies and profiles, and manage API keys. This role does not include the ability to claim a device. You must have a Device Technician, Device Administrator, or an Account Administrator role to claim a device.\n",
                            "ROLE.Unified Edge Administrator": "As a Unified Edge Administrator, you can view and manage Switch Profiles, Network and Chassis Configuration Policies, view Unified Edge dashboard widgets, perform actions on Switch and Chassis, launch management interfaces and the CLI, and manage API keys. This role does not include the ability to claim a device. You must have a Device Technician, Device Administrator, or an Account Administrator role to claim a device.\n",
                            "ROLE.User Access Administrator": "As a User Access Administrator, you can add and manage Users and Groups in Intersight, view account details\nand audit logs, manage the IdPs, roles, sessions and API keys for non Account Administrator users.\nHowever, you cannot claim a device or perform any management tasks in Intersight.\nYou cannot add or manage a user with Account Administrator role.\n",
                            "ROLE.Virtualization Administrator": "As a Virtualization Administrator, a user can view and manage hypervisor resources, view\nand execute workflows.\n\nThis privilege does not include the ability to claim a device. You must have a\nDevice Technician, Device Administrator, or an Account Administrator role to claim a device.\n",
                            "ROLE.Workflow Designer": "As a Workflow Designer, you can define workflow definitions and custom data types,\nview workflow definitions, task definitions and custom data types, execute workflows and\nview workflow executions.\n",
                            "ROLE.Workload Administrator": "As a Workload Administrator you can view and manage Workload Definitions and Workload Deployments.\n",
                            "ROLE.Workload Operator": "As a Workload Operator you can view and manage Workload Deployments and view Workload Definitions.\n",
                            "ROLE.Workload Optimizer Administrator": "As a Workload Optimizer Administrator, you can access all Workload Optimizer features and perform \nadministrative tasks to configure Workload Optimizer.\n",
                            "ROLE.Workload Optimizer Advisor": "As a Workload Optimizer Advisor, you can view workload optimization state and recommended actions,\nrun plans for workload optimization.\n",
                            "ROLE.Workload Optimizer Automator": "As a Workload Optimizer Automator, you can view workload optimization state, recommended actions,\nrun plans for workload optimization, execute workload optimization actions, and deploy workloads.\n",
                            "ROLE.Workload Optimizer Deployer": "As a Workload Optimizer Deployer, you can view all Workload Optimizer charts and data, deploy \nworkloads, and create policies and templates. You cannot run plans or execute any recommended actions.\n",
                            "ROLE.Workload Optimizer Observer": "As a Workload Optimizer Observer, you can view workload optimization state and recommended actions.\n",
                            "ROLE.vKVM Only": "As a vKVM-only user, you can launch vKVM and tunneled vKVM sessions to a server from Intersight. \nIn addition you can view servers, chassis and the running workflows. \nIn this role, you cannot perform any server actions from Intersight apart from launching vKVM.\n",
                            "PRIVSET.API keys": "Manage API keys used for secure access to system resources and services.\n",
                            "PRIVSET.API keys and OAuth tokens": "Manage API keys and OAuth tokens used for secure access to system resources and services.\n",
                            "PRIVSET.Access and permissions": "Manage access of users, user groups; and organizations, resource groups, and roles; and IP access management.\n",
                            "PRIVSET.Access domains": "Log in and interact with domain settings.\n",
                            "PRIVSET.Access servers": "Log in and interact with servers to perform operations based on privileges.\n",
                            "PRIVSET.Account": "Manage Intersight account settings.\n",
                            "PRIVSET.Account Administrator": "A set of privileges that provides complete access to all services and resources in Intersight.\n",
                            "PRIVSET.Acknowledge advisories": "Acknowledge the filed notices, end-of-life and security advisories.\n",
                            "PRIVSET.Acknowledge alarms": "Acknowledge the alarms.\n",
                            "PRIVSET.Activate server profiles": "Activate the profile on the attached server.\n",
                            "PRIVSET.Activate webhook": "As an Activate Webhooks user, you can enable webhooks, allowing them to start receiving and processing notifications and data from the system.\n",
                            "PRIVSET.Adapter Configuration policies": "Configure Ethernet and Fibre Channel settings for the Virtual Interface Card (VIC), including features like VXLAN, NVGRE, and TCP Offload settings.\n",
                            "PRIVSET.Add OS configuration links": "Upload an OS configuration file for automated and unattended OS installation on servers to improve deployment efficiency.\n",
                            "PRIVSET.Add OS image links": "Add the image source of the operating system, specifying the file share location and protocol (CIFS/NFS/HTTPS) to the software repository.\n",
                            "PRIVSET.Add SCU links": "Add the Server Configuration Utility (SCU) for automated OS installation, specifying file share locations using NFS, CIFS, or HTTP protocols.\n",
                            "PRIVSET.Add and remove server profile template tags": "Assign and manage tags for server profiles.\n",
                            "PRIVSET.Add domain names": "Configure and add a domain name to the system for proper network addressing and identification of resources.\n",
                            "PRIVSET.Add explorations to dashboard": "Add an exploration to the Intersight dashboard.\n",
                            "PRIVSET.Add external syslog servers": "Configure and add external Syslog servers to the system for centralized collection and management of log data from various sources.\nNote: This is a virtual appliance only privilege.\n",
                            "PRIVSET.Add firmware links": "Add a firmware source to the software repository by specifying the file share location and protocol (NFS/CIFS/HTTP[S]) for firmware upgrades.\n",
                            "PRIVSET.Add identity providers": "Configure and add a new identity provider (IdP) to the system, enabling authentication and access management through external or federated identity services.\n",
                            "PRIVSET.Add notification rule or webhook": "Create and configure new notification rules, defining criteria and actions for alerting users based on specific events or conditions.\n",
                            "PRIVSET.Add trusted IP ranges": "Add trusted IP ranges.\n",
                            "PRIVSET.Add trusted certificates": "Upload and install certificates that are trusted by the system, enabling secure communications and verifying connection authenticity.\n",
                            "PRIVSET.Alerts": "Manage the alerts from advisories, and alarms.\n",
                            "PRIVSET.Allow or Disallow Data Collection": "Enable and disable proactive RMA, tech support bundle collection, sending additional system information to Cisco.\n",
                            "PRIVSET.Allow/disallow FI and Unified Edge eCMC CLI launches": "Enable or disable launch of FI and Unified Edge eCMC CLI.\n",
                            "PRIVSET.Allow/disallow tech support bundles": "Enable or disable tech support incident bundle collection.\n",
                            "PRIVSET.Allow/disallow tunneled vKVM configurations": "Enable or disable configuration of tunneled vKVM access.\n",
                            "PRIVSET.Allow/disallow tunneled vKVM launches": "Enable or disable launch of tunneled vKVM access.\n",
                            "PRIVSET.Appliance authentication": "Manage authentication in Intersight appliance using Single sign-on (SSO), Cisco ID, SSL/TLS Certificate and LDAP.\nNote: This is a virtual appliance only privilege.\n",
                            "PRIVSET.Appliance configuration": "Manage the configuration settings of the Intersight appliance.\nNote: This is a virtual appliance only privilege.\n",
                            "PRIVSET.Appliance networking": "Manage networking settings related to the appliance.\nNote: This is a virtual appliance only privilege.\n",
                            "PRIVSET.Appliance security & privacy": "Managing system maintenance and data sharing features related to Proactive RMA feature and option to send supplementary diagnostic and operational data to Cisco.\nNote: This is a virtual appliance only privilege.\n",
                            "PRIVSET.Apply SSL Certificate": "As a user with the ability to apply SSL certificates, you can install and configure SSL certificates for secure communications.\nNote: This is a virtual appliance only privilege.\n",
                            "PRIVSET.Approve Publish Requests": "Approve Publish Requests\n",
                            "PRIVSET.Assign chassis profiles": "Link domain profiles to servers for management.\n",
                            "PRIVSET.Assign domain profiles": "Link domain profiles for server management.\n",
                            "PRIVSET.Assign server profiles": "Assign a server to the server profile.\n",
                            "PRIVSET.Attach to and detach from chassis profile templates": "It allows to attach any policies to server profile and removal of policies from chassis profile.\n",
                            "PRIVSET.Attach to and detach from domain profile templates": "It allows to attach any policies to domain profile template and removal of policies from domain profile template.\n",
                            "PRIVSET.Attach to and detach from server profile templates": "It allows to attach any policies to server profile and removal of policies from server profile.\n",
                            "PRIVSET.Audit Log Viewer": "As an Audit Log Viewer, you can view audit logs.\n",
                            "PRIVSET.Audit logs": "Manage and view audit logs.\n",
                            "PRIVSET.AuditD policies": "Manage logging of user activities, configuration changes, and operational commands for FIs, leveraging the Linux audit daemon framework (auditd).\n",
                            "PRIVSET.Authentication": "Manage authentication methods and policies for securing system access.\n",
                            "PRIVSET.Authentication settings": "As a user with access to Authentication settings, you can manage and configure the authentication methods and policies for securing access to the system.\n",
                            "PRIVSET.Automation Governance": "As Automation Governor, you can approve or reject approval requests.\n",
                            "PRIVSET.BIOS policies": "Set the BIOS policies.\n",
                            "PRIVSET.Boot Order policies": "Set the BIOS boot mode, and enable secure boot.\n",
                            "PRIVSET.Catalog Administrator": "As a Catalog Administrator, you can create tasks, workflows, custom datatypes, resource selection criteria,\nservice items and use these building blocks to create catalog items. You can validate these catalog items\nby deploying them and performing post-deployment operations on the deployed resources. The catalog administrator\ncan publish the catalog items to an organization so that these can be consumed by the catalog users in\nthat organization.\n",
                            "PRIVSET.Catalog User": "As a Catalog User, you can view the catalog items assigned to you, deploy the catalog item, track the\nservice requests, view the service item instance that you have created or are assigned to you, and\nperform post-deployment operations on the resource.\n",
                            "PRIVSET.Certificate Management policies": "Specify and attach external certificate details to servers, supporting Root CA and IMC certificates.\n",
                            "PRIVSET.Cisco ID": "Manage Cisco identification credentials and settings used for accessing Cisco services.\n",
                            "PRIVSET.Claim Devices": "Claim devices.\n",
                            "PRIVSET.Claim targets": "Assign or register a target to the system for management or monitoring purposes.\n",
                            "PRIVSET.Clear TPMs": "Clear the Trusted Platform Module (TPM) on servers.\n",
                            "PRIVSET.Clear configurations": "Remove foreign configurations not integrated with current setups.\n",
                            "PRIVSET.Clear foreign configurations": "Remove foreign configurations from a server's storage system to clear external storage setups that are not integrated with the server's current configuration.\n",
                            "PRIVSET.Clear system event logs (SEL)": "Erase the system event log (SEL), clearing recorded events.\n",
                            "PRIVSET.Clusters": "Manage and configure clusters.\n",
                            "PRIVSET.Complete Claim": "As a Complete Claim user you can complete the claim of a previously created Target by\nproviding the security token of the device.\nYou do not have access to read the status or details of any devices within the account.\n",
                            "PRIVSET.Configure": "Configure physical servers, chassis, and domains along with their respective profiles and templates, \nwhile managing compute, management, network, and storage policies, and configuring pools of Intersight Infrastructure Services.\n",
                            "PRIVSET.Configure Cisco software download credentials": "Set up and manage credentials required for accessing and downloading Cisco software to ensure secure and authorized access to updates and resources.Set up and manage credentials required for accessing and downloading Cisco software to ensure secure and authorized access to updates and resources.\n",
                            "PRIVSET.Configure DNS settings": "Set up and manage Domain Name System (DNS) configurations, including DNS servers, domain names, and search domains to ensure proper name resolution and network connectivity.\nNote: This is a virtual appliance only privilege.\n",
                            "PRIVSET.Configure IP pools": "Manages the collection of IP addresses that can be dynamically assigned to services running on network elements. It supports both IPv4 and IPv6 addresses and can be configured at either the pool level or block level.\n",
                            "PRIVSET.Configure IQN pools": "Define and manage iSCSI Qualified Names (IQNs) pools for organized iSCSI identifier assignment.\n",
                            "PRIVSET.Configure LDAP servers": "Set up and manage LDAP server settings, including server address, port, authentication methods, and directory structures to enable directory services and authentication.\nNote: This is a virtual appliance only privilege.\n",
                            "PRIVSET.Configure Local Users Password Policy": "Set up and manage the password policy for local users, including requirements for password complexity, expiration, and reset procedures to ensure secure access control.\nNote: This is a virtual appliance only privilege.\n",
                            "PRIVSET.Configure MAC pools": "Manage the collection of MAC addresses that are unique in their Layer 2 environment, used to assign to vNICs on a server. This helps in automating the assignment of MAC addresses in server profiles.\n",
                            "PRIVSET.Configure MFA": "Set up and manage Multi-Factor Authentication (MFA) settings, including configuring authentication methods, policies, and user access requirements to enhance security.\n",
                            "PRIVSET.Configure NTP settings": "Set up and manage Network Time Protocol (NTP) configurations, including NTP servers and time synchronization settings to ensure accurate and consistent time across the network.\nNote: This is a virtual appliance only privilege.\n",
                            "PRIVSET.Configure Resource Pool": "Manage pool aggregation of homogeneous resources, such as servers, to manage their utilization efficiently. It allows for logical grouping and management of resources for server profiles\n",
                            "PRIVSET.Configure SMTP servers": "Set up and manage Simple Mail Transfer Protocol (SMTP) server settings, including server address, port, authentication, and security settings to enable and configure email functionality.\nNote: This is a virtual appliance only privilege.\n",
                            "PRIVSET.Configure UUID pools": "Manage universally unique identifier (UUID) for each server associated with a server profile, ensuring that each server has a unique identifier.\n",
                            "PRIVSET.Configure WWNN or WWPN pools": "Manage world wide node name (WWNN) or world wide port name (WWPN) pools to provide unique IDs for Fibre Channel nodes and ports on a server.\n",
                            "PRIVSET.Configure account details": "Set up and modify account information, including user credentials, contact details, and other account-specific settings.\n",
                            "PRIVSET.Configure backup schedule": "Set up and modify schedules for automated backups, defining timing, frequency, and scope to ensure regular and reliable data protection.\nNote: This is a virtual appliance only privilege.\n",
                            "PRIVSET.Configure banner message": "Set up and modify banner messages displayed to users, providing important information, warnings, or notifications within the system interface.\nNote: This is a virtual appliance only privilege.\n",
                            "PRIVSET.Configure chassis profile templates": "Manage chassis profile template settings.\n",
                            "PRIVSET.Configure chassis profiles": "Manage chassis profile settings to ensure configurations align with operational requirements and organizational standards.\n",
                            "PRIVSET.Configure compute policies": "Create, Clone, Edit or Delete the compute policies of Cisco UCS which define the configuration parameters for server resources.\n",
                            "PRIVSET.Configure data collection settings": "As a user with the ability to  Configure Data Collection Settings, you can manage the proactive return merchandise authorization settings for the system.\nNote: This is a virtual appliance only privilege.\n",
                            "PRIVSET.Configure device connector settings": "Set up and manage the configuration for device connectors, including network settings and parameters needed for device communication and integration within the appliance networking environment.\nNote: This is a virtual appliance only privilege.\n",
                            "PRIVSET.Configure domain profile templates": "Manage domain profile template.\n",
                            "PRIVSET.Configure domain profiles": "Manage domain profiles to define and apply network, storage, and compute configurations across systems.\n",
                            "PRIVSET.Configure management policies": "Create, Clone, Edit or Delete the policies that manage different aspects of network management, such as adapter and ethernet policies, fibre channel and iSCSI policies, traffic and flow control, connectivity and control, virtualization and group management. It includes certificate management, device connector, IPMI over LAN, LDAP, local user, network connectivity, NTP, serial over LAN, SMTP, SNMP, SSH, Syslog, and virtual KVM policies.\n",
                            "PRIVSET.Configure metrics settings": "Set up and manage the configuration of metrics collection and reporting, defining which metrics are tracked, how they are recorded, and how they are displayed for analysis.\nNote: This is a virtual appliance only privilege.\n",
                            "PRIVSET.Configure network policies": "It allows setting up various policies to manage Ethernet and Fibre Channel settings, as well as network communication resources between servers and the LAN or SAN. It includes adapter configuration, iSCSI boot, LAN connectivity, and SAN connectivity policies.\n",
                            "PRIVSET.Configure physical chassis": "Manage settings of a physical chassis to ensure optimal configuration and operation of chassis components within your infrastructure.\n",
                            "PRIVSET.Configure physical domains": "Manage settings of physical domains.\n",
                            "PRIVSET.Configure physical servers": "Configure settings and perform actions on physical servers to ensure they meet operational requirements.\n",
                            "PRIVSET.Configure pools": "Manage resource pools like IP, MAC, WWPN, and storage pools for efficient resource allocation.\n",
                            "PRIVSET.Configure server profile templates": "Create or modify server profiles templates by setting up specific configurations, assigning resources, and updating settings to ensure the server operates according to required specifications.\n",
                            "PRIVSET.Configure server profiles": "Create or modify server profiles by setting up specific configurations, assigning resources, \nand updating settings to ensure the server operates according to required specifications.\n",
                            "PRIVSET.Configure software update settings": "Set up and manage settings related to software updates, including scheduling, sources, and policies to ensure that software remains current and secure.\nNote: This is a virtual appliance only privilege.\n",
                            "PRIVSET.Configure storage policies": "It allows setting up various policies to manage storage resources effectively. It includes Drive Security, SD Card, and Storage policies.\n",
                            "PRIVSET.Configure vHBA templates": "Manage vHBA Templates.\n",
                            "PRIVSET.Configure vNIC templates": "Manage vNIC Templates.\n",
                            "PRIVSET.Create Approval Request": "Create Approval Request\n",
                            "PRIVSET.Create CSR": "As a user with the ability to create Certificate Signing Requests (CSR), you can generate requests for digital certificates to establish secure communications.\nNote: This is a virtual appliance only privilege.\n",
                            "PRIVSET.Create IP pool address reservations": "Reserve specific IP addresses within pools.\n",
                            "PRIVSET.Create IP pools": "",
                            "PRIVSET.Create IQN pool address reservations": "Reserve specific iSCSI Qualified Names (IQNs) within an IQN pool to ensure allocation for particular devices and restrict general assignment.\n",
                            "PRIVSET.Create IQN pools": "Create new iSCSI Qualified Name (IQN) pools, configuring settings for iSCSI targets.\n",
                            "PRIVSET.Create MAC pool address reservations": "Reserve specific MAC addresses within pools.\n",
                            "PRIVSET.Create MAC pools": "Create new MAC address pools, configuring settings for network devices.\n",
                            "PRIVSET.Create Nexus Reports": "A set of privileges that allow the users to create nexus reports.\n",
                            "PRIVSET.Create OAuth 2.0 grant type applications": "Register new applications with OAuth 2.0 grant types, defining their authentication and authorization settings for secure access.\n",
                            "PRIVSET.Create Resource pool address reservations": "Reserve specific resources within a resource pool to ensure allocation for particular uses and restrict general assignment.\n",
                            "PRIVSET.Create Resource pools": "Create new resource pools, configuring settings for system resource allocation.\n",
                            "PRIVSET.Create UUID pool address reservations": "Reserve specific UUIDs within a UUID pool to ensure allocation for particular devices and restrict general assignment.\n",
                            "PRIVSET.Create UUID pools": "Create new universally unique identifier (UUID) pools, configuring settings for devices or services.\n",
                            "PRIVSET.Create WWNN and WWPN pool address reservations": "Reserve specific World Wide Node Names (WWNNs) or World Wide Port Names (WWPNs) within their respective pools to ensure allocation for particular devices and restrict general assignment.\n",
                            "PRIVSET.Create WWNN or WWPN pools": "Create new WWNN or WWPN pools, managing identifiers for devices.\n",
                            "PRIVSET.Create backups": "Initiate the creation of backup copies of data to ensure important information is saved and can be restored in case of data loss or corruption.\nNote: This is a virtual appliance only privilege.\n",
                            "PRIVSET.Create chassis profile templates from chassis profile": "Create chassis profile templates to serve as the foundation for multiple derived chassis profiles.\n",
                            "PRIVSET.Create domain profile templates from domain profile": "Create domain profile templates from domain profiles.\n",
                            "PRIVSET.Create integrated systems": "Create new integrated systems.\n",
                            "PRIVSET.Create server profile template from server profile": "Generate new server profile templates from an existing server profiles.\n",
                            "PRIVSET.Create, clone and edit Adapter Configuration policies": "",
                            "PRIVSET.Create, clone and edit AuditD policies": "",
                            "PRIVSET.Create, clone and edit BIOS policies": "",
                            "PRIVSET.Create, clone and edit Boot Order policies": "",
                            "PRIVSET.Create, clone and edit Certificate Management policies": "",
                            "PRIVSET.Create, clone and edit Device Connector policies": "",
                            "PRIVSET.Create, clone and edit Drive Security policies": "",
                            "PRIVSET.Create, clone and edit Ethernet Adapter policies": "",
                            "PRIVSET.Create, clone and edit Ethernet Network Control policies": "",
                            "PRIVSET.Create, clone and edit Ethernet Network Group policies": "",
                            "PRIVSET.Create, clone and edit Ethernet Network policies": "",
                            "PRIVSET.Create, clone and edit Ethernet QoS policies": "",
                            "PRIVSET.Create, clone and edit FC Zone policies": "",
                            "PRIVSET.Create, clone and edit Fibre Channel Adapter policies": "",
                            "PRIVSET.Create, clone and edit Fibre Channel Network policies": "",
                            "PRIVSET.Create, clone and edit Fibre Channel QoS policies": "",
                            "PRIVSET.Create, clone and edit Firmware policies": "",
                            "PRIVSET.Create, clone and edit Flow Control policies": "",
                            "PRIVSET.Create, clone and edit IMC Access policies": "",
                            "PRIVSET.Create, clone and edit IPMI over LAN policies": "",
                            "PRIVSET.Create, clone and edit LAN Connectivity policies": "",
                            "PRIVSET.Create, clone and edit LDAP policies": "",
                            "PRIVSET.Create, clone and edit Link Aggregation policies": "As a Create or Clone Link Aggregation Policy user, you can define and establish new policies for link aggregation, \nconfiguring settings to combine multiple network connections into a single logical link for improved performance and redundancy.\n",
                            "PRIVSET.Create, clone and edit Link Control policies": "As a Create or Clone Link Control Policy user, you can define and establish new policies for link control, \nconfiguring settings to manage and optimize network link behavior and performance.\n",
                            "PRIVSET.Create, clone and edit Local User policies": "",
                            "PRIVSET.Create, clone and edit Memory policies": "As a Create or Clone Memory Policy user, you can define and establish new memory policies.\n",
                            "PRIVSET.Create, clone and edit Multicast policies": "",
                            "PRIVSET.Create, clone and edit NTP policies": "",
                            "PRIVSET.Create, clone and edit Network Connectivity policies": "",
                            "PRIVSET.Create, clone and edit Persistent Memory policies": "",
                            "PRIVSET.Create, clone and edit Port policies": "",
                            "PRIVSET.Create, clone and edit Power policies": "",
                            "PRIVSET.Create, clone and edit SAN Connectivity policies": "",
                            "PRIVSET.Create, clone and edit SD Card policies": "",
                            "PRIVSET.Create, clone and edit SMTP policies": "",
                            "PRIVSET.Create, clone and edit SNMP policies": "",
                            "PRIVSET.Create, clone and edit SSH policies": "",
                            "PRIVSET.Create, clone and edit Scrub policies": "As a Create or Clone Scrub Policy user, you can define and establish new Scrub policies within the system, \nconfiguring virtual media access and management settings for devices.\n",
                            "PRIVSET.Create, clone and edit Serial Over LAN policies": "",
                            "PRIVSET.Create, clone and edit Storage policies": "",
                            "PRIVSET.Create, clone and edit Switch Control policies": "",
                            "PRIVSET.Create, clone and edit Syslog policies": "",
                            "PRIVSET.Create, clone and edit System QoS policies": "",
                            "PRIVSET.Create, clone and edit Thermal policies": "",
                            "PRIVSET.Create, clone and edit VLAN policies": "",
                            "PRIVSET.Create, clone and edit VSAN policies": "",
                            "PRIVSET.Create, clone and edit Virtual KVM policies": "",
                            "PRIVSET.Create, clone and edit Virtual Media policies": "",
                            "PRIVSET.Create, clone and edit iSCSI Adapter policies": "",
                            "PRIVSET.Create, clone and edit iSCSI Boot policies": "",
                            "PRIVSET.Create, clone and edit iSCSI Static Target policies": "As a Create or Clone iSCSI Static Target Policy user, you can define and establish new policies for iSCSI static targets, \nconfiguring settings to manage and optimize the connections to specific iSCSI targets within the storage network.\n",
                            "PRIVSET.Create, clone, and edit chassis profile templates": "Create, clone and edit chassis profile templates to define and manage configuration settings for physical chassis.\n",
                            "PRIVSET.Create, clone, and edit chassis profiles": "Create and manage chassis profiles.\n",
                            "PRIVSET.Create, clone, and edit domain profile templates": "Create, clone and edit domain profile templates.\n",
                            "PRIVSET.Create, clone, and edit domain profiles": "Create, clone and edit domain profiles by configuring settings and policies to standardize domain operations.\n",
                            "PRIVSET.Create, clone, and edit server profile templates": "Create and manage server profiles templates.\n",
                            "PRIVSET.Create, clone, and edit server profiles": "Create and manage server profiles, attach/detach policies.\n",
                            "PRIVSET.Create, clone, and edit vHBA templates": "Create, clone and edit vHBA Templates.\n",
                            "PRIVSET.Create, clone, and edit vNIC templates": "Create, clone and edit vNIC Templates.\n",
                            "PRIVSET.Datacenters": "Manage and configure datacenters.\n",
                            "PRIVSET.Datastore clusters": "Manage and configure datastore clusters.\n",
                            "PRIVSET.Datastores": "Manage and configure datastores.\n",
                            "PRIVSET.Decommission Fabric Extender (FEX)": "Safely retire and remove Fabric Extenders (FEX), deactivating related connections and updating the system status. \n",
                            "PRIVSET.Decommission chassis": "Safely retire and remove chassis.\n",
                            "PRIVSET.Decommission servers": "Safely shut down servers, disconnect from the network, and ensure data is erased and backed up in alignment with policies.\n",
                            "PRIVSET.Define and edit chassis profile general properties": "Set or edit name, description, organization and tag of chassis profiles.\n",
                            "PRIVSET.Define and edit chassis profile template general properties": "Set or edit name, description, organization and tag of chassis profile templates.\n",
                            "PRIVSET.Define and edit domain profile general properties": "Add or edit name, description, organization and tag for UCS domain profiles.\n",
                            "PRIVSET.Define and edit domain profile template general properties": "Set or edit name, description, organization and tag of domain profile templates.\n",
                            "PRIVSET.Define and edit server profile general properties": "Set or edit the Organization, name, description, tag of Server Profile.\n",
                            "PRIVSET.Define and edit server profile template general properties": "Set or edit name, description, organization and tag of server profile templates.\n",
                            "PRIVSET.Define and edit vHBA template general properties": "Set or edit name, description, organization and tag of vHBA templates.\n",
                            "PRIVSET.Define and edit vNIC template general properties": "Add or edit the name, description and tag for the vNIC templates.\n",
                            "PRIVSET.Delete API keys": "Remove API keys from the system, terminating their access to system APIs and ensuring they are no longer valid for integration or automation purposes.\n",
                            "PRIVSET.Delete Adapter Configuration policies": "",
                            "PRIVSET.Delete Approval Request": "Delete Approval Request\n",
                            "PRIVSET.Delete AuditD policies": "",
                            "PRIVSET.Delete BIOS policies": "",
                            "PRIVSET.Delete Boot Order policies": "",
                            "PRIVSET.Delete CSR": "As a user with the ability to delete Certificate Signing Requests (CSR), you can remove existing requests for digital certificates from the system.\nNote: This is a virtual appliance only privilege.\n",
                            "PRIVSET.Delete Certificate Management policies": "",
                            "PRIVSET.Delete Device Connector policies": "",
                            "PRIVSET.Delete Devices": "Delete Devices.\n",
                            "PRIVSET.Delete Drive Security policies": "",
                            "PRIVSET.Delete Ethernet Adapter policies": "",
                            "PRIVSET.Delete Ethernet Network Control policies": "",
                            "PRIVSET.Delete Ethernet Network Group policies": "",
                            "PRIVSET.Delete Ethernet Network policies": "",
                            "PRIVSET.Delete Ethernet QoS policies": "",
                            "PRIVSET.Delete FC Zone policies": "",
                            "PRIVSET.Delete Fibre Channel Adapter policies": "",
                            "PRIVSET.Delete Fibre Channel Network policies": "",
                            "PRIVSET.Delete Fibre Channel QoS policies": "",
                            "PRIVSET.Delete Firmware policies": "",
                            "PRIVSET.Delete Flow Control policies": "",
                            "PRIVSET.Delete IMC Access policies": "",
                            "PRIVSET.Delete IP pool address reservations": "Remove IP address reservations, freeing them for use.\n",
                            "PRIVSET.Delete IP pools": "",
                            "PRIVSET.Delete IPMI over LAN policies": "",
                            "PRIVSET.Delete IQN pool address reservations": "Remove specific IQN reservations from an IQN pool to make them available for general assignment.\n",
                            "PRIVSET.Delete IQN pools": "Remove existing iSCSI Qualified Name (IQN) pools, managing outdated IQN allocations.\n",
                            "PRIVSET.Delete LAN Connectivity policies": "",
                            "PRIVSET.Delete LDAP policies": "",
                            "PRIVSET.Delete LDAP servers": "Remove the configuration of LDAP servers, ceasing the directory services and authentication provided by those servers.\nNote: This is a virtual appliance only privilege.\n",
                            "PRIVSET.Delete Link Aggregation policies": "As a Delete Link Aggregation Policy user, you can remove existing link aggregation policies, \nmanaging outdated or unnecessary settings related to network connection combinations.\n",
                            "PRIVSET.Delete Link Control policies": "As a Delete Link Control Policy user, you can remove existing link control policies, \nmanaging outdated or unnecessary settings related to network link management.\n",
                            "PRIVSET.Delete Local User policies": "",
                            "PRIVSET.Delete MAC pool address reservations": "Remove MAC address reservations, freeing them for use.\n",
                            "PRIVSET.Delete MAC pools": "Remove existing MAC pools, managing outdated MAC address allocations.\n",
                            "PRIVSET.Delete Memory policies": "As a Delete Memory Policy user, you can remove existing Memory policies,\nmanaging outdated or unnecessary permissions and access settings.\n",
                            "PRIVSET.Delete Multicast policies": "",
                            "PRIVSET.Delete NTP policies": "",
                            "PRIVSET.Delete Network Connectivity policies": "",
                            "PRIVSET.Delete OAuth 2.0 grant type applications": "Remove OAuth 2.0 grant type applications from the system, revoking their access and associated permissions.\n",
                            "PRIVSET.Delete OAuth 2.0 tokens": "Remove OAuth 2.0 tokens from the system, revoking their access and preventing their use for authentication and authorization.\n",
                            "PRIVSET.Delete OS configuration links": "Remove the OS configuration file for automated and unattended OS installation on servers.\n",
                            "PRIVSET.Delete OS image links": "Remove the image source of the operating system from the software repository, deleting file share location and protocol (CIFS/NFS/HTTPS).\n",
                            "PRIVSET.Delete Persistent Memory policies": "",
                            "PRIVSET.Delete Port policies": "",
                            "PRIVSET.Delete Power policies": "",
                            "PRIVSET.Delete Resource pool address reservations": "Remove specific resource reservations from a resource pool to make them available for general assignment.\n",
                            "PRIVSET.Delete Resource pools": "Remove existing resource pools, managing outdated allocations.\n",
                            "PRIVSET.Delete SAN Connectivity policies": "",
                            "PRIVSET.Delete SCU links": "Remove the Server Configuration Utility (SCU) for automated OS installation, deleting file share locations using NFS, CIFS, or HTTP protocols.\n",
                            "PRIVSET.Delete SD Card policies": "",
                            "PRIVSET.Delete SMTP policies": "",
                            "PRIVSET.Delete SNMP policies": "",
                            "PRIVSET.Delete SSH policies": "",
                            "PRIVSET.Delete Scrub policies": "As a Delete Scrub Policy user, you can remove existing Scrub policies from the system, \nmanaging outdated or unnecessary virtual media configurations.\n",
                            "PRIVSET.Delete Serial Over LAN policies": "",
                            "PRIVSET.Delete Storage policies": "",
                            "PRIVSET.Delete Switch Control policies": "",
                            "PRIVSET.Delete Syslog policies": "",
                            "PRIVSET.Delete System QoS policies": "",
                            "PRIVSET.Delete Thermal policies": "",
                            "PRIVSET.Delete UUID pool address reservations": "Remove specific UUID reservations from a UUID pool to make them available for general assignment.\n",
                            "PRIVSET.Delete UUID pools": "Remove existing universally unique identifier (UUID) pools, managing outdated UUID allocations.\n",
                            "PRIVSET.Delete VLAN policies": "",
                            "PRIVSET.Delete VSAN policies": "",
                            "PRIVSET.Delete Virtual KVM policies": "",
                            "PRIVSET.Delete Virtual Media policies": "",
                            "PRIVSET.Delete WWNN and WWPN pool address reservations": "Remove specific WWNN or WWPN reservations from pools to make them available for general assignment.\n",
                            "PRIVSET.Delete WWNN or WWPN pools": "Remove existing WWNN or WWPN pools, managing outdated allocations.\n",
                            "PRIVSET.Delete chassis profile templates": "Remove existing chassis profile templates.\n",
                            "PRIVSET.Delete chassis profiles": "Remove existing chassis profiles from your infrastructure, ensuring outdated or unnecessary configurations are managed.\n",
                            "PRIVSET.Delete domain names": "Remove existing domain names from the system, ceasing their use for network addressing and identification of resources.\n",
                            "PRIVSET.Delete domain profile templates": "Delete domain profile templates.\n",
                            "PRIVSET.Delete domain profiles": "Delete domain profiles from the system, ensuring associated configurations are managed.\n",
                            "PRIVSET.Delete explorations": "Delete an existing exploration.\n",
                            "PRIVSET.Delete external syslog servers": "Remove the configuration of external Syslog servers from the system, ceasing the collection and management of log data from those servers.\nNote: This is a virtual appliance only privilege.\n",
                            "PRIVSET.Delete firmware links": "Remove the firmware source from the software repository by deleting the file share location and protocol (NFS/CIFS/HTTP[S]).\n",
                            "PRIVSET.Delete iSCSI Adapter policies": "",
                            "PRIVSET.Delete iSCSI Boot policies": "",
                            "PRIVSET.Delete iSCSI Static Target policies": "As a Delete iSCSI Static Target Policy user, you can remove existing iSCSI static target policies, \nmanaging outdated or unnecessary settings related to specific iSCSI target connections.\n",
                            "PRIVSET.Delete identity providers": "Remove existing IdPs from the system, discontinuing associated authentication and access management services.\n",
                            "PRIVSET.Delete integrated systems": "Delete an existing integrated system.\n",
                            "PRIVSET.Delete notification rule or webhook": "Remove existing notification rules, stopping the triggering and management of alerts and notifications based on those rules.\n",
                            "PRIVSET.Delete server profile templates": "Remove server profile templates.\n",
                            "PRIVSET.Delete server profiles": "Remove server profiles.\n",
                            "PRIVSET.Delete trusted IP ranges": "Delete the trusted IP range.\n",
                            "PRIVSET.Delete trusted certificates": "Remove certificates from the system's list of trusted certificates, ceasing their use for secure communications.\n",
                            "PRIVSET.Delete vHBA templates": "Delete vHBA Templates.\n",
                            "PRIVSET.Delete vNIC templates": "Delete vNIC Templates.\n",
                            "PRIVSET.Deploy chassis profiles": "Apply domain profiles to servers, implementing settings.\n",
                            "PRIVSET.Deploy domain profiles": "Apply domain profiles, implementing server settings.\n",
                            "PRIVSET.Deploy server profiles": "Deploy the profile to the attached server.\n",
                            "PRIVSET.Deregister Smart Licenses": "Cancel the registration of your device.\n",
                            "PRIVSET.Derive profiles from chassis profile templates": "Create profiles derived from chassis profile templates.\n",
                            "PRIVSET.Derive profiles from domain profile templates": "Create profiles derived from domain profile templates.\n",
                            "PRIVSET.Derive server profiles": "Create new server profiles using existing profiles or templates.\n",
                            "PRIVSET.Device Administrator": "As a Device Administrator, you can claim and unclaim a device in Intersight, view the device details,\nlicense status, a list of all the claimed devices, and generate API keys.\nYou cannot perform any other management or administrative task in this role.\n",
                            "PRIVSET.Device Connector policies": "Control configuration changes allowed from Cisco IMC, ensuring that changes are managed through Intersight.\n",
                            "PRIVSET.Device Technician": "As a Device Technician you can claim a device, view the device details, license status, a list of\nthe claimed devices, and generate API keys. You cannot perform any other management or\nadministrative task in this role.\n",
                            "PRIVSET.Devices": "A set of privileges that allows the access to manage devices e.g. view device details, claim and delete devices.\n",
                            "PRIVSET.Disable security": "Deactivate security features on storage systems.\n",
                            "PRIVSET.Disable subscriptions": "Disable visibility of subscription details in the Intersight appliance.\nNote: This is a virtual appliance only privilege.\n",
                            "PRIVSET.Domain names": "Manage the configurations and settings related to domain names within the system.\n",
                            "PRIVSET.Download server event logs": "Download the server's event log (SEL) to review and analyse recorded events and errors for diagnostics.\n",
                            "PRIVSET.Drive Security policies": "Define self-encrypting drives (SEDs) management to ensure data security using a Key-Encryption Key (KEK) and a Key Management Interoperability Protocol (KMIP) for remote key management.\n",
                            "PRIVSET.Edit API keys": "Modify settings and permissions associated with existing API keys, managing their scope and access to ensure proper integration and security.\n",
                            "PRIVSET.Edit Adapter Configuration policies": "",
                            "PRIVSET.Edit Adapter Configuration policies for server profile": "Attach/detach Adapter Configuration policies.\n",
                            "PRIVSET.Edit Adapter Configuration policies for server profile template": "Attach/detach Adapter Configuration policies.\n",
                            "PRIVSET.Edit AuditD policies": "",
                            "PRIVSET.Edit AuditD policies for domain profile": "Attach/detach AuditD policies.\n",
                            "PRIVSET.Edit AuditD policies for domain profile template": "Attach/detach AuditD policies.\n",
                            "PRIVSET.Edit BIOS policies": "",
                            "PRIVSET.Edit BIOS policies for server profile": "Attach/detach BIOS policies.\n",
                            "PRIVSET.Edit BIOS policies for server profile template": "Attach/detach BIOS policies.\n",
                            "PRIVSET.Edit Boot Order policies": "",
                            "PRIVSET.Edit Boot Order policies for server profile": "Attach/detach Boot Order policies.\n",
                            "PRIVSET.Edit Boot Order policies for server profile template": "Attach/detach Boot Order policies.\n",
                            "PRIVSET.Edit Certificate Management policies": "",
                            "PRIVSET.Edit Certificate Management policies for domain profile": "Attach/detach Certificate Management policies.\n",
                            "PRIVSET.Edit Certificate Management policies for domain profile template": "Attach/detach Certificate Management policies.\n",
                            "PRIVSET.Edit Certificate Management policies for server profile": "Attach/detach Certificate Management policies.\n",
                            "PRIVSET.Edit Certificate Management policies for server profile template": "Attach/detach Certificate Management policies.\n",
                            "PRIVSET.Edit Device Connector policies": "",
                            "PRIVSET.Edit Device Connector policies for server profile": "Attach/detach Device Connector policies.\n",
                            "PRIVSET.Edit Device Connector policies for server profile template": "Attach/detach Device Connector policies.\n",
                            "PRIVSET.Edit Drive Security policies": "",
                            "PRIVSET.Edit Drive Security policies for server profile": "Attach/detach Drive Security policies.\n",
                            "PRIVSET.Edit Drive Security policies for server profile template": "Attach/detach Drive Security policies.\n",
                            "PRIVSET.Edit Ethernet Adapter policies": "",
                            "PRIVSET.Edit Ethernet Adapter policies for vNIC template": "Attach/detach Ethernet Adapter policies.\n",
                            "PRIVSET.Edit Ethernet Network Control policies": "",
                            "PRIVSET.Edit Ethernet Network Control policies for vNIC template": "Attach/detach Ethernet Network Control policies.\n",
                            "PRIVSET.Edit Ethernet Network Group policies": "",
                            "PRIVSET.Edit Ethernet Network Group policies for vNIC template": "Attach/detach Ethernet Network Group policies.\n",
                            "PRIVSET.Edit Ethernet Network policies": "",
                            "PRIVSET.Edit Ethernet QoS policies": "",
                            "PRIVSET.Edit Ethernet QoS policies for vNIC template": "Attach/detach Ethernet QoS policies.\n",
                            "PRIVSET.Edit FC Zone policies": "",
                            "PRIVSET.Edit Fibre Channel Adapter policies": "",
                            "PRIVSET.Edit Fibre Channel Adapter policies for vHBA template": "Attach/detach Fibre Channel Adapter policies.\n",
                            "PRIVSET.Edit Fibre Channel Network policies": "",
                            "PRIVSET.Edit Fibre Channel Network policies for vHBA template": "Attach/detach Fibre Channel Network policies.\n",
                            "PRIVSET.Edit Fibre Channel QoS policies": "",
                            "PRIVSET.Edit Fibre Channel QoS policies for vHBA template": "Attach/detach Fibre Channel QoS policies.\n",
                            "PRIVSET.Edit Fibre Channel Zone policies for vHBA template": "Attach/detach Fibre Channel Zone policies.\n",
                            "PRIVSET.Edit Firmware policies": "",
                            "PRIVSET.Edit Firmware policies for server profile": "Attach/detach Firmware policies.\n",
                            "PRIVSET.Edit Firmware policies for server profile template": "Attach/detach Firmware policies.\n",
                            "PRIVSET.Edit Flow Control policies": "",
                            "PRIVSET.Edit IMC Access policies": "",
                            "PRIVSET.Edit IMC Access policies for chassis profile": "Attach/detach IMC Access policies.\n",
                            "PRIVSET.Edit IMC Access policies for chassis profile template": "Attach/detach IMC Access policies.\n",
                            "PRIVSET.Edit IMC Access policies for server profile": "As a Edit IMC Access policies for server profile user, you can adjust IMC access policies for server profiles.\nThis includes updating access settings and ensuring that configurations are correctly applied to servers.\n",
                            "PRIVSET.Edit IMC Access policies for server profile template": "As a Edit IMC Access policies for server profile template user, you can adjust IMC access policies for server profile templates.\nThis includes updating access settings and ensuring that configurations are correctly applied to templates.\n",
                            "PRIVSET.Edit IP pools": "",
                            "PRIVSET.Edit IPMI Over LAN policies for server profile": "Attach/detach IPMI Over LAN policies.\n",
                            "PRIVSET.Edit IPMI Over LAN policies for server profile template": "Attach/detach IPMI Over LAN policies.\n",
                            "PRIVSET.Edit IPMI over LAN policies": "",
                            "PRIVSET.Edit IQN pools": "Modify existing iSCSI Qualified Name (IQN) pools, optimizing IQN management.\n",
                            "PRIVSET.Edit LAN Connectivity policies": "",
                            "PRIVSET.Edit LAN Connectivity policies for server profile": "Attach/detach LAN Connectivity policies.\n",
                            "PRIVSET.Edit LAN Connectivity policies for server profile template": "Attach/detach LAN Connectivity policies.\n",
                            "PRIVSET.Edit LDAP policies": "",
                            "PRIVSET.Edit LDAP policies for domain profile": "Attach/detach LDAP policies.\n",
                            "PRIVSET.Edit LDAP policies for domain profile template": "Attach/detach LDAP policies.\n",
                            "PRIVSET.Edit LDAP policies for server profile": "Attach/detach LDAP policies.\n",
                            "PRIVSET.Edit LDAP policies for server profile template": "Attach/detach LDAP policies.\n",
                            "PRIVSET.Edit LDAP servers": "Modify the configuration of existing LDAP servers by updating server address, port, authentication methods, and directory structures to ensure proper directory services and authentication.\nNote: This is a virtual appliance only privilege.\n",
                            "PRIVSET.Edit Link Aggregation policies": "As an Edit Link Aggregation Policy user, you can modify existing link aggregation policies, \nadjusting settings to optimize the performance and redundancy of combined network connections.\n",
                            "PRIVSET.Edit Link Control policies": "As an Edit Link Control Policy user, you can modify existing link control policies, \nadjusting settings to enhance network link behavior and performance.\n",
                            "PRIVSET.Edit Local User policies": "",
                            "PRIVSET.Edit Local User policies for domain profile": "Attach/detach Local User policies.\n",
                            "PRIVSET.Edit Local User policies for domain profile template": "Attach/detach Local User policies.\n",
                            "PRIVSET.Edit Local User policies for server profile": "Attach/detach Local User policies.\n",
                            "PRIVSET.Edit Local User policies for server profile template": "Attach/detach Local User policies.\n",
                            "PRIVSET.Edit MAC Pools for vNIC template": "Attach/detach MAC Pools.\n",
                            "PRIVSET.Edit MAC pools": "Modify existing MAC pools, optimizing MAC address management.\n",
                            "PRIVSET.Edit Memory policies": "As an Edit Memory Policy user, you can modify existing memory policies.\n",
                            "PRIVSET.Edit Memory policies for server profile": "Attach/detach Memory policies.\n",
                            "PRIVSET.Edit Memory policies for server profile template": "Attach/detach Memory policies.\n",
                            "PRIVSET.Edit Multicast policies": "",
                            "PRIVSET.Edit NTP policies": "",
                            "PRIVSET.Edit NTP policies for domain profile": "Attach/detach NTP policies.\n",
                            "PRIVSET.Edit NTP policies for domain profile template": "Attach/detach NTP policies.\n",
                            "PRIVSET.Edit NTP policies for server profile": "Attach/detach NTP policies.\n",
                            "PRIVSET.Edit NTP policies for server profile template": "Attach/detach NTP policies.\n",
                            "PRIVSET.Edit Network Connectivity policies": "",
                            "PRIVSET.Edit Network Connectivity policies for domain profile": "Attach/detach LDAP policies.\n",
                            "PRIVSET.Edit Network Connectivity policies for domain profile template": "Attach/detach Network Connectivity policies.\n",
                            "PRIVSET.Edit Network Connectivity policies for server profile": "Attach/detach Network Connectivity policies.\n",
                            "PRIVSET.Edit Network Connectivity policies for server profile template": "Attach/detach Network Connectivity policies.\n",
                            "PRIVSET.Edit OAuth 2.0 grant type applications": "Modify settings of existing OAuth 2.0 grant type applications, including their grant types, permissions, and configurations.\n",
                            "PRIVSET.Edit OS configuration links": "Modify the OS configuration file for automated and unattended OS installation on servers.\n",
                            "PRIVSET.Edit OS image links": "Modify the image source of the operating system in the software repository, updating file share location and protocol (CIFS/NFS/HTTPS).\n",
                            "PRIVSET.Edit Persistent Memory policies": "",
                            "PRIVSET.Edit Persistent Memory policies for server profile": "Attach/detach Persistent Memory policies.\n",
                            "PRIVSET.Edit Persistent Memory policies for server profile template": "Attach/detach Persistent Memory policies.\n",
                            "PRIVSET.Edit Port policies": "",
                            "PRIVSET.Edit Ports Configuration policies for domain profile": "Attach/detach Ports Configuration policies.\n",
                            "PRIVSET.Edit Ports Configuration policies for domain profile template": "Attach/detach Ports Configuration policies.\n",
                            "PRIVSET.Edit Power policies": "",
                            "PRIVSET.Edit Power policies for chassis profile": "Attach/detach Power policies.\n",
                            "PRIVSET.Edit Power policies for chassis profile template": "Attach/detach Power policies.\n",
                            "PRIVSET.Edit Power policies for server profile": "Attach/detach Power policies.\n",
                            "PRIVSET.Edit Power policies for server profile template": "Attach/detach Power policies.\n",
                            "PRIVSET.Edit Resource pools": "Modify existing resource pools to optimize resource management.\n",
                            "PRIVSET.Edit SAN Connectivity policies": "",
                            "PRIVSET.Edit SAN Connectivity policies for server profile": "Attach/detach SAN Connectivity policies.\n",
                            "PRIVSET.Edit SAN Connectivity policies for server profile template": "Attach/detach SAN Connectivity policies.\n",
                            "PRIVSET.Edit SCU links": "Modify the Server Configuration Utility (SCU) for automated OS installation, editing file share locations using NFS, CIFS, or HTTP protocols.\n",
                            "PRIVSET.Edit SD Card policies": "",
                            "PRIVSET.Edit SD Card policies for server profile": "Attach/detach SD Card policies.\n",
                            "PRIVSET.Edit SD Card policies for server profile template": "Attach/detach SD Card policies.\n",
                            "PRIVSET.Edit SMTP policies": "",
                            "PRIVSET.Edit SMTP policies for server profile": "Attach/detach SMTP policies.\n",
                            "PRIVSET.Edit SMTP policies for server profile template": "Attach/detach SMTP policies.\n",
                            "PRIVSET.Edit SNMP policies": "",
                            "PRIVSET.Edit SNMP policies for chassis profile": "Attach/detach SNMP policies.\n",
                            "PRIVSET.Edit SNMP policies for chassis profile template": "Attach/detach SNMP policies.\n",
                            "PRIVSET.Edit SNMP policies for domain profile": "Attach/detach SNMP policies.\n",
                            "PRIVSET.Edit SNMP policies for domain profile template": "Attach/detach SNMP policies.\n",
                            "PRIVSET.Edit SNMP policies for server profile": "Attach/detach SNMP policies.\n",
                            "PRIVSET.Edit SNMP policies for server profile template": "Attach/detach SNMP policies.\n",
                            "PRIVSET.Edit SSH policies": "",
                            "PRIVSET.Edit SSH policies for server profile": "Attach/detach SSH policies.\n",
                            "PRIVSET.Edit SSH policies for server profile template": "Attach/detach SSH policies.\n",
                            "PRIVSET.Edit Scrub policies": "As an Edit Scrub Policy user, you can modify existing Scrub policies within the system \nto adjust virtual media access and management settings.\n",
                            "PRIVSET.Edit Scrub policies for server profile": "As a Edit Scrub policies for server profile user, you can adjust scrub policies for Server Profiles.\n",
                            "PRIVSET.Edit Scrub policies for server profile template": "As a Edit Scrub policies for server profile user, you can adjust scrub policies for Server Profiles.\n",
                            "PRIVSET.Edit Serial Over LAN policies": "",
                            "PRIVSET.Edit Serial Over LAN policies for server profile": "Attach/detach Serial Over LAN policies.\n",
                            "PRIVSET.Edit Serial Over LAN policies for server profile template": "Attach/detach Serial Over LAN policies.\n",
                            "PRIVSET.Edit Storage policies": "",
                            "PRIVSET.Edit Storage policies for server profile": "Attach/detach Storage policies.\n",
                            "PRIVSET.Edit Storage policies for server profile template": "Attach/detach Storage policies.\n",
                            "PRIVSET.Edit Switch Control policies": "",
                            "PRIVSET.Edit Switch Control policies for domain profile": "Attach/detach Switch Control policies.\n",
                            "PRIVSET.Edit Switch Control policies for domain profile template": "Attach/detach Switch Control policies.\n",
                            "PRIVSET.Edit Syslog policies": "",
                            "PRIVSET.Edit Syslog policies for domain profile": "Attach/detach Syslog policies.\n",
                            "PRIVSET.Edit Syslog policies for domain profile template": "Attach/detach Syslog policies.\n",
                            "PRIVSET.Edit Syslog policies for server profile": "Attach/detach Syslog policies.\n",
                            "PRIVSET.Edit Syslog policies for server profile template": "Attach/detach Syslog policies.\n",
                            "PRIVSET.Edit System QoS policies": "",
                            "PRIVSET.Edit System QoS policies for domain profile": "Attach/detach System QoS policies.\n",
                            "PRIVSET.Edit System QoS policies for domain profile template": "Attach/detach System QoS policies.\n",
                            "PRIVSET.Edit Thermal policies": "",
                            "PRIVSET.Edit Thermal policies for chassis profile": "Attach/detach Thermal policies.\n",
                            "PRIVSET.Edit Thermal policies for chassis profile template": "Attach/detach Thermal policies.\n",
                            "PRIVSET.Edit Thermal policies for server profile": "Attach/detach Thermal policies.\n",
                            "PRIVSET.Edit Thermal policies for server profile template": "Attach/detach Thermal policies.\n",
                            "PRIVSET.Edit UUID pools": "Modify existing universally unique identifier (UUID) pools, optimizing UUID management.\n",
                            "PRIVSET.Edit UUID pools for server profile": "As a Modify UUID Pool for Server Profile user, you can adjust UUID pools for server profiles.\nThis includes updating UUID settings and ensuring that configurations are correctly applied to servers.\n",
                            "PRIVSET.Edit UUID pools for server profile template": "As a Modify UUID Pool for Server Profile Template user, you can adjust UUID pools for server profile templates.\nThis includes updating UUID settings and ensuring that configurations are correctly applied to templates.\n",
                            "PRIVSET.Edit VLAN policies": "",
                            "PRIVSET.Edit VSAN policies": "",
                            "PRIVSET.Edit Virtual KVM policies": "",
                            "PRIVSET.Edit Virtual KVM policies for server profile": "Attach/detach Virtual KVM policies.\n",
                            "PRIVSET.Edit Virtual KVM policies for server profile template": "Attach/detach Virtual KVM policies.\n",
                            "PRIVSET.Edit Virtual Media policies": "",
                            "PRIVSET.Edit Virtual Media policies for server profile": "Attach/detach Virtual Media policies.\n",
                            "PRIVSET.Edit Virtual Media policies for server profile template": "Attach/detach Virtual Media policies.\n",
                            "PRIVSET.Edit WWNN or WWPN pools": "Modify existing WWNN or WWPN pools to optimize management.\n",
                            "PRIVSET.Edit WWPN pools for vHBA template": "Attach/detach WWPN Pools.\n",
                            "PRIVSET.Edit chassis profile general properties": "Edit name, description, organization and tag of chassis profiles.\n",
                            "PRIVSET.Edit chassis profile policies": "Attach/detach the policies associated with chassis profiles.\n",
                            "PRIVSET.Edit chassis profile template general properties": "Edit name, description, organization and tag of chassis profile templates.\n",
                            "PRIVSET.Edit chassis profile template policies": "Attach/detach the policies associated with chassis profile templates.\n",
                            "PRIVSET.Edit chassis profile templates": "Modify chassis profile templates to update and manage configuration settings for physical chassis.\n",
                            "PRIVSET.Edit chassis profiles": "Edit chassis profiles to update and manage configuration settings for physical chassis.\n",
                            "PRIVSET.Edit domain profile general properties": "Edit name, description, organization and tag for UCS domain profiles.\n",
                            "PRIVSET.Edit domain profile policies": "Attach/detach the policies for domain profile.\n",
                            "PRIVSET.Edit domain profile template general properties": "Edit name, description, organization and tag of domain profile templates.\n",
                            "PRIVSET.Edit domain profile template policies": "Attach/detach the policies associated with domain profile templates.\n",
                            "PRIVSET.Edit domain profile templates": "Modify existing chassis profile templates to update and manage configuration settings for domain.\n",
                            "PRIVSET.Edit domain profiles": "Edit the settings and policies of domain profiles to update and optimize operations.\n",
                            "PRIVSET.Edit external syslog servers": "Modify the configuration of existing external Syslog servers by adjusting settings and parameters to ensure effective log data collection and management.\nNote: This is a virtual appliance only privilege.\n",
                            "PRIVSET.Edit firmware links": "Modify the firmware source in the software repository by changing the file share location and protocol (NFS/CIFS/HTTP[S]).\n",
                            "PRIVSET.Edit iSCSI Adapter policies": "",
                            "PRIVSET.Edit iSCSI Boot policies": "",
                            "PRIVSET.Edit iSCSI Boot policies for vNIC template": "Attach/detach iSCSI Boot policies.\n",
                            "PRIVSET.Edit iSCSI Static Target policies": "As an Edit iSCSI Static Target Policy user, you can modify existing iSCSI static target policies, \nadjusting settings to enhance the management and performance of connections to specific iSCSI targets within the storage network.\n",
                            "PRIVSET.Edit identity providers": "Modify the configuration of existing IdPs by updating settings, credentials, and trust relationships to maintain or enhance authentication and access management.\n",
                            "PRIVSET.Edit integrated systems": "Edit the configuration of an existing integrated system.\n",
                            "PRIVSET.Edit notification rule or webhook": "Modify existing notification rules, adjusting criteria and actions to refine how alerts and notifications are triggered and managed.\n",
                            "PRIVSET.Edit server profile general properties": "Edit name, description, organization and tag of server profiles.\n",
                            "PRIVSET.Edit server profile policies": "Attach/detach the policies associated with server profiles.\n",
                            "PRIVSET.Edit server profile template general properties": "Edit name, description, organization and tag of server profile templates.\n",
                            "PRIVSET.Edit server profile template policies": "Attach/detach the policies associated with server profile templates. \n",
                            "PRIVSET.Edit server profile templates": "Edit, attach/detach policies associated with server profile templates.\n",
                            "PRIVSET.Edit server profiles": "Edit, attach/detach the policies associated with server profiles.\n",
                            "PRIVSET.Edit trusted IP ranges": "Edit the trusted IP ranges.\n",
                            "PRIVSET.Edit vHBA template general properties": "Set or edit name, description, organization and tag of vHBA templates.\n",
                            "PRIVSET.Edit vHBA template policies": "Attach/detach the policies and pools associated with vHBA templates.\n",
                            "PRIVSET.Edit vHBA templates": "Edit vHBA templates to update and manage configuration settings for vHBA.\n",
                            "PRIVSET.Edit vLAN Configuration policies for domain profile": "Attach/detach vLAN Configuration policies.\n",
                            "PRIVSET.Edit vLAN Configuration policies for domain profile template": "Attach/detach vLAN Configuration policies.\n",
                            "PRIVSET.Edit vNIC template general properties": "Set or edit name, description, organization and tag of vNIC templates.\n",
                            "PRIVSET.Edit vNIC template policies": "Attach/detach the policies and pools associated with vNIC templates.\n",
                            "PRIVSET.Edit vNIC templates": "Edit the settings and policies of vNIC Templates.\n",
                            "PRIVSET.Edit vSAN Configuration policies for domain profile": "Attach/detach vSAN Configuration policies.\n",
                            "PRIVSET.Edit vSAN Configuration policies for domain profile template": "Attach/detach vSAN Configuration policies.\n",
                            "PRIVSET.Enable and disable API keys": "As a user with the ability to Enable or Disable API Keys, you can Activate & deactivate API keys, restricting access to the system's services.\n",
                            "PRIVSET.Enable and disable OAuth 2.0 grant type applications": "Activate or deactivate OAuth 2.0 grant type applications to control their availability for authentication and authorization processes.\n",
                            "PRIVSET.Enable and disable ports": "Activate or deactivate network ports to manage connectivity.\n",
                            "PRIVSET.Enable or Disable Port Channels": "As an Enable or Disable Port user, you can activate or deactivate network ports, controlling their operational status to manage network connectivity and configuration.\n",
                            "PRIVSET.Enable subscription information": "Obtain subscription details such as usage, status, and next expiration date.\n",
                            "PRIVSET.Enable subscriptions": "Enable visibility of subscription details in the Intersight appliance.\nNote: This is a virtual appliance only privilege.\n",
                            "PRIVSET.Enable/disable IP access management": "Enable or disable IP access management.\n",
                            "PRIVSET.Enable/disable tunneled vKVM": "Enable or disable tunneled virtual keyboard, video, and mouse (vKVM) on servers.\n",
                            "PRIVSET.Enter maintenance modes": "Enter maintenance mode for a VM host.\n",
                            "PRIVSET.Ethernet Adapter policies": "Configure Ethernet adapter settings, impacting network properties such as MAC address pools, speed, and media modes.\n",
                            "PRIVSET.Ethernet Network Control policies": "Manage server discoverability through protocols like Cisco Discovery Protocol and Link Layer Discovery Protocol.\n",
                            "PRIVSET.Ethernet Network Group policies": "Manage QinQ VLAN and native VLAN settings.\n",
                            "PRIVSET.Ethernet Network policies": "Manage VLAN mode and default VLAN settings.\n",
                            "PRIVSET.Ethernet QoS policies": "Assigns a system class to outgoing traffic for a vNIC, determining the quality of service.\n",
                            "PRIVSET.Execute Workflows": "A set of privileges that allow the users to execute workflows and manage running workflows in IO.\n",
                            "PRIVSET.Exit maintenance modes": "Exit maintenance mode for a VM host.\n",
                            "PRIVSET.Explorations": "Manage and configure explorations.\n",
                            "PRIVSET.Explorer": "Manage and configure the metric explorer.\n",
                            "PRIVSET.External Syslog Administrator": "As an External Syslog Administrator, you can configure an external syslog server on an on-prem appliance.\n",
                            "PRIVSET.FC Zone policies": "Manage FC target zoning type and target settings.\n",
                            "PRIVSET.Fabric Interconnects": "A set of privileges that allows to perform operations related to Fabric Interconnect e.g. view fabric interconnect summary\nor detailed information about fabric connect. Fabric Interconnect privilege set is the top level privilege set of other\nprivilege set(s) which are mapped to privileges related to Fabric Interconnect.\n",
                            "PRIVSET.Fabric evacuation": "Initiate fabric resource evacuation for maintenance.\n",
                            "PRIVSET.Fibre Channel Adapter policies": "Manages host-side behaviour of Fibre Channel adapters, including error recovery and performance settings.\n",
                            "PRIVSET.Fibre Channel Network policies": "Manage the default VLAN and VSAN ID settings.\n",
                            "PRIVSET.Fibre Channel QoS policies": "Manage network traffic prioritization in Fibre Channel environments by assigning different levels of service (Platinum, Gold, Silver, Bronze).\n",
                            "PRIVSET.Firmware links": "Manage firmware links.\n",
                            "PRIVSET.Firmware policies": "Manage the current firmware, including option to exclude upgrade of drives and storage controllers.\n",
                            "PRIVSET.Flow Control policies": "Configure the Priority Flow Control (PFC) for each port.\n",
                            "PRIVSET.Generate API keys": "Create new API keys to enable secure access and interaction with system APIs for integration and automation purposes.\n",
                            "PRIVSET.Generic": "Manage the general configuration settings of the appliance.\nNote: This is a virtual appliance only privilege.\n",
                            "PRIVSET.Global Read Privileges": "A set of privileges that are common to all privilege sets. These are read-only privileges that will be common to all the hierarchial privileges\n",
                            "PRIVSET.Global System Privileges": "A set of privileges that are common to all system packaged, system defined and internal privilege sets. Global System Privileges will not be part of the user created privilege sets.\n",
                            "PRIVSET.Global Write Privileges": "A set of privileges that are common to all privilege sets. These are write privileges that will be common to all the hierarchial privileges\n",
                            "PRIVSET.HCI Cluster Administrator": "As an HCI Cluster Administrator, you can view and manage HCI Clusters,\nview all the cluster dashboard widgets, view cluster details. This role does not include the ability to claim a device.\n",
                            "PRIVSET.HCI Cluster Operator": "As an HCI Cluster Operator, you can view and manage HCI Clusters, view all the cluster dashboard widgets, view cluster details.\nThis role provides view only access to hypervisor, storage related inventory and dashboards. This role does not include the ability to claim a device.\n",
                            "PRIVSET.HCI Clusters": "A set of privileges that allows the access to manage HCI clusters.\n",
                            "PRIVSET.Hosts": "Manage and configure VM hosts.\n",
                            "PRIVSET.HyperFlex Cluster": "A set of privileges that allows the access to manage HyperFlex clusters.\n",
                            "PRIVSET.HyperFlex Cluster Access Operator": "As a HyperFlex Cluster Access Operator, you can cross launch CLI and HXConnect.\n",
                            "PRIVSET.HyperFlex Cluster Administrator": "As a HyperFlex Cluster Administrator, you can create, edit, deploy, and manage HyperFlex Clusters,\nview all the cluster dashboard widgets, view cluster details, create HyperFlex policies and profiles,\nexecute capacity planning, and launch HyperFlex Connect. This role does not include the ability to claim a\ndevice.  It also allows the user to run workflows, manage VMs on HyperFlexAP, and manage connected storage.\nYou must have a Device Technician, Device Administrator, or an Account Administrator role to claim a device.\n",
                            "PRIVSET.HyperFlex Cluster Advanced Security": "A set of privileges that allows the configuration and deployment of advanced security profiles.\n",
                            "PRIVSET.HyperFlex Cluster Backups": "A set of privileges that allows the configuration and deployment of HyperFlex Cluster backup policy and restore.\n",
                            "PRIVSET.HyperFlex Cluster Capacity Planning": "A set of privileges that allows users to execute capacity planning.\n",
                            "PRIVSET.HyperFlex Cluster Data Protection Administrator": "As a HyperFlex Cluster Data  Protection Administrator, you can perform N:1 backups.\n",
                            "PRIVSET.HyperFlex Cluster Lifecycle Administrator": "As a HyperFlex Cluster Lifecycle Administrator, you can install, expand, upgrade a HX cluster, execute capacity\nplanning, OS installation, VC plugin installation, security hardening, and launch HyperFlex Connect as admin.\n",
                            "PRIVSET.HyperFlex Cluster Operations": "A set of privileges that allows the viewing of cluster operation related functionality.\n",
                            "PRIVSET.HyperFlex Cluster Operator": "As a HyperFlex Cluster Operator, you can perform health checks.\nHowever, you cannot change cluster configuration.\n",
                            "PRIVSET.HyperFlex Cluster Profiles": "A set of privileges that allows to manage HyperFlex policies and profiles.\n",
                            "PRIVSET.HyperFlex Cluster Storage Administrator": "As a HyperFlex Cluster Storage Administrator, you can perform datastore, iSCSI, and storage container CRUD operations.\n",
                            "PRIVSET.HyperFlex Cluster Syslog Administrator": "As a HyperFlex Cluster Syslog Administrator, you can configure the external HX Syslog profile.\n",
                            "PRIVSET.HyperFlex Cluster Syslog Profile Control": "This allows write access to the Remote Syslog Advanced Security Profile\n",
                            "PRIVSET.HyperFlex Cluster System Administrator": "As a HyperFlex Cluster System Administrator, you can perform most of the system administrator tasks.\n",
                            "PRIVSET.HyperFlex Cluster System Operator": "As a HyperFlex Cluster System Operator, you can perform encryption, health checks, and post-install tasks.\n",
                            "PRIVSET.HyperFlex Key Encryption": "A set of privileges that allows users to configure encryption keys.\n",
                            "PRIVSET.HyperFlex View Only": "A set of privileges that grants view only to HyperFlex related functionality\n",
                            "PRIVSET.Hypervisors": "A set of privileges that allows the access to detailed hypervisor information and to perform hypervisor related actions.\nHypervisors privilege set is the top level privilege set of other privilege set(s) which are mapped to privileges\nrelated to hypervisors.\n",
                            "PRIVSET.IMC Access policies": "Configure network settings and associates IP addresses with servers, supporting both in-band and out-of-band management.\n",
                            "PRIVSET.IP access management": "Manage and allow access to Intersight, only for users from trusted IP addresses.\n",
                            "PRIVSET.IP block mapping": "Manage the mapping of IP blocks on servers.\n",
                            "PRIVSET.IPMI over LAN policies": "Define protocols for interfacing with the server's service processor via the Intelligent Platform Management Interface (IPMI).\n",
                            "PRIVSET.IQN block mapping": "Manage the pool containing iSCSI Qualified Names (IQNs) used as initiator identifiers by iSCSI vNICs.\n",
                            "PRIVSET.Import foreign configurations": "Import and apply foreign configurations, integrating external storage setups.\n",
                            "PRIVSET.Import server profiles": "Import server profiles from external sources.\n",
                            "PRIVSET.Install operating systems": "Install and configure an operating system on a server to make it operational.\n",
                            "PRIVSET.Install updates": "Apply and execute software updates to ensure the latest features, improvements, and security patches are installed on the system.\nNote: This is a virtual appliance only privilege.\n",
                            "PRIVSET.Integrated Systems Administrator": "As an Integrated Systems Administrator, you can perform all actions related to Integrated Systems (e.g., FlexPod) like\ncreate/edit/delete of an Integrated System. In addition you can perform administrative and management tasks related to \ndevices (including claim), servers, server profiles, UCS domain, switch profiles, hypervisors, network/SAN switches, \nstorage devices. Also, you can define workflow and task definitions and can execute them and view workflow executions.\n",
                            "PRIVSET.Integrated Systems Operator": "As an Integrated Systems Operator, you can view Integrated Systems (e.g., FlexPod) and can run inventory based actions \n(e.g., Interoperability check). In addition you can view devices, servers, server profiles, UCS domain, switch profiles,\nhypervisors, network/SAN switches, storage devices and workflows. This role does not include the ability to claim a target.\nYou must have a Device Technician, Device Administrator, or an Account Administrator role to claim a target.\n",
                            "PRIVSET.Integrated systems": "Manage and configure integrated systems.\n",
                            "PRIVSET.Kubernetes Administrator": "As a Kubernetes Administrator, you can create, edit, deploy, and manage Kubernetes Clusters. You can also\nview all the cluster dashboard widgets, and view cluster details. In addition, you also have privileges to\nview and manage storage devices associated with the Kubernetes clusters.  The capability to view and execute\nworkflows against the Kubernetes clusters is also granted. It also allows\nthe user to run workflows to manage VMs on hypervisor endpoints, and manage connected storage, and creat/view ip pools.\nThis role does not include the ability to claim a device.\nYou must have a Device Technician, Device Administrator, or an Account Administrator role to claim a device.\n",
                            "PRIVSET.Kubernetes Operator": "As a Kubernetes Operator, you can view Kubernetes Clusters. You can also\nview all the cluster dashboard widgets, and view cluster details. In addition, you also have privileges to\nview storage devices associated with the Kubernetes clusters.  The capability to view\nworkflows is also granted.  It also allows the user to view VMs on hypervisor endpoints.\nThis role does not include the ability to claim a device.\nYou must have a Device Technician, Device Administrator, or an Account Administrator role to claim a device.\n",
                            "PRIVSET.LAN Connectivity policies": "Manage the network settings for server connectivity within a Local Area Network (LAN).\n",
                            "PRIVSET.LDAP policies": "Attach/detach LDAP policies.\n",
                            "PRIVSET.Launch CLI as admin": "As a Launch CLI user, you can access the command-line interface (CLI) for managing and configuring UCS systems, allowing for command execution and system administration tasks.\n",
                            "PRIVSET.Launch CLI as read-only": "As a Launch CLI as read-only user, you can access the command-line interface (CLI) for UCS systems with read-only permissions, allowing you to view system configurations and status without making changes.\n",
                            "PRIVSET.Launch Endpoint Management Interfaces": "Launch Endpoint Management Interfaces.\n",
                            "PRIVSET.Launch IMC as admin": "Manage servers through the IMC interface with administrative privileges.\n",
                            "PRIVSET.Launch IMC as read-only": "Access servers via the IMC interface with read-only permissions.\n",
                            "PRIVSET.Launch UCS Manager as admin": "Access and manage UCS Manager with full privileges.\n",
                            "PRIVSET.Launch UCS Manager as read-only": "View UCS Manager interface without changes.\n",
                            "PRIVSET.Launch VM consoles": "Launch the console for a virtual machine (VM).\n",
                            "PRIVSET.Launch host consoles": "Launch the console for a VM host.\n",
                            "PRIVSET.Launch tunneled vKVM sessions": "Allows access to a server's KVM console even if the user is not in the same network as the server and the KVM IP is not reachable.\n",
                            "PRIVSET.Launch vKVM": "Allows to launch the virtual keyboard, video, and mouse (KVM) console directly for Fabric Interconnect-attached and standalone servers.\n",
                            "PRIVSET.Launch vKVM sessions": "Allows to launch the virtual keyboard, video, and mouse (KVM) console directly for Fabric Interconnect-attached and standalone servers.\n",
                            "PRIVSET.Licensing": "Manage and configure licensing.\n",
                            "PRIVSET.Link Aggregation policies": "Configure throughput and redundancy using Link Aggregation Control Protocol (LACP) for efficient failure detection.\n",
                            "PRIVSET.Link Control policies": "Configure Unidirectional Link Detection (UDLD) Admin state and mode.\n",
                            "PRIVSET.Local User policies": "Configure local user preferences, and password properties.\n",
                            "PRIVSET.Location Management": "Users can view and manage locations. This role provides location management privileges to an user.\n",
                            "PRIVSET.Locator LEDs": "Control the locator LED functionality to visually locate and identify specific hardware components within a rack.\n",
                            "PRIVSET.Manage API Keys": "Manage API Keys.\n",
                            "PRIVSET.Manage Access and Permissions": "Manage access control rules and permissions.\n",
                            "PRIVSET.Manage Auth Tokens": "Manage Authentication and Authorization Tokens.\n",
                            "PRIVSET.Manage Exports": "A set of privileges that allow the users to export Intersight managed objects.\n",
                            "PRIVSET.Manage External Syslog": "Manage External Syslog.\n",
                            "PRIVSET.Manage Fabric Interconnects": "Manage Fabric Interconnects.\n",
                            "PRIVSET.Manage Functions": "A set of privileges that allows the users to manage serverless functions.\n",
                            "PRIVSET.Manage Geo Locations": "A set of privileges that allows the users to manage geo locations.\n",
                            "PRIVSET.Manage HCI Clusters": "Manage HyperConverged Infrastructure Clusters.\n",
                            "PRIVSET.Manage HyperFlex Cluster Profiles": "Manage HyperFlex Cluster Profiles.\n",
                            "PRIVSET.Manage HyperFlex Clusters": "Manage HyperFlex Clusters.\n",
                            "PRIVSET.Manage HyperFlex Syslog": "Manage HyperFlex Advanced Syslog Configuration\n",
                            "PRIVSET.Manage Hypervisors": "A set of privileges that allow the users to execute workflows related to hypervisor and virtual machines management.\n",
                            "PRIVSET.Manage Identity Providers": "Manage Single Sign On identity providers.\n",
                            "PRIVSET.Manage Imports": "A set of privileges that allow the users to import Intersight managed objects.\n",
                            "PRIVSET.Manage Language Runtimes": "A set of privileges that allows the users to manage language runtimes for serverless functions.\n",
                            "PRIVSET.Manage Nexus Config": "A set of privileges that allows users to add, remove, or alter site templates and policies.\n",
                            "PRIVSET.Manage Nexus Sites": "A set of privileges that allows users to add, remove, or alter sites.\n",
                            "PRIVSET.Manage Organizations": "A set of privileges that allows the access to manage Organizations.\n",
                            "PRIVSET.Manage Server Profiles": "Manage server profiles.\n",
                            "PRIVSET.Manage Servers": "Manage Servers.\n",
                            "PRIVSET.Manage ServiceItem Instances.": "A set of privileges that allow the users to manage ServiceItem Instances.\n",
                            "PRIVSET.Manage Sessions": "Manage user login sessions.\n",
                            "PRIVSET.Manage Storage Arrays": "A set of privileges that allow the user to execute workflows related to storage arrays.\n",
                            "PRIVSET.Manage Switch Profiles": "Manage Switch Profiles.\n",
                            "PRIVSET.Manage Tags": "A set of privileges that allows the users to manage tag definitions.\n",
                            "PRIVSET.Manage Techsupport Bundles": "Collect and download techsupport bundles.\n",
                            "PRIVSET.Manage Telemetry": "Manage Telemetry allows [READ of broker information](http://druid.io/docs/latest/operations/api-reference.html#broker).\n",
                            "PRIVSET.Manage Unified Edge": "Manage Unified Edge.\n",
                            "PRIVSET.Manage Unified Edge Profiles": "Manage Unified Edge Profiles.\n",
                            "PRIVSET.Manage Workflow Definitions": "A set of privileges that allow the users to manage workflow and custom data type definitions.\n",
                            "PRIVSET.Manage Workload Definitions": "A set of privileges that allow the users to manage workload definitions.\n",
                            "PRIVSET.Manage Workload Deployments": "A set of privileges that allow the users to manage workload deployments.\n",
                            "PRIVSET.Manage alarm suppression": "Suppress and unsuppress alarms.\n",
                            "PRIVSET.Manage products": "Select products to be enabled for the Intersight account.\n",
                            "PRIVSET.Manage targets": "Manage targets in the system by adding, claiming, and unclaiming.\n",
                            "PRIVSET.Manage tech support bundles": "Add a new tech support bundle.\n",
                            "PRIVSET.Memory policies": "Attach/detach Memory policies.\n",
                            "PRIVSET.Modify security keys": "Change security keys to update encryption or access controls.\n",
                            "PRIVSET.Monitor audit logs": "View and analyze audit logs.\n",
                            "PRIVSET.Multicast policies": "Configure the snooping, quierer and source IP proxy states.\n",
                            "PRIVSET.NTP policies": "Attach/detach NTP policies.\n",
                            "PRIVSET.Network Administrator": "As a Network Administrator, you can create, update, delete and view the Managed Network switch objects. \nThe capability to view and execute workflows against the Network switches is also granted. \n\nThis role does not include the ability to claim a target. You must have a Device Technician,\nDevice Administrator, or an Account Administrator role to claim a target.\n",
                            "PRIVSET.Network Connectivity policies": "Configure and assign IPv4 and IPv6 addresses, enable dynamic DNS.\n",
                            "PRIVSET.Network Operator": "As a Network Operator, you can view the Managed Network switch objects. The capability to view workflows against the \nNetwork switches is also granted. This role does not include the ability to claim a target.\n\nYou must have a Device Technician, Device Administrator, or an Account Administrator role to\nclaim a target.\n",
                            "PRIVSET.Nexus Administrator": "As a Nexus Administrator, you have the privileges to perform all Nexus related operations. This includes\nclaiming devices, view license, updating policy configuration, and monitoring the system.\n",
                            "PRIVSET.Nexus Analyst": "As a Nexus Analyst, you can run and update the available Nexus Cloud analyzes such as Sustainability, Conformance, Compliance, and others.\n",
                            "PRIVSET.Nexus Config Administrator": "As a Nexus Config Administrator, you can create or modify policy configuration, view license and can initiate the\nworkflow that will activate policy changes.\n\nThis role does not allow you to claim or remove devices.\n",
                            "PRIVSET.Nexus Observer": "As a Nexus Observer, you can generally view the state of all devices. Additional items\ninclude things like viewing configured policies, license status and monitoring active flows. This role does\nnot include any permission which allows the system to be changed.\n",
                            "PRIVSET.Notifications and webhooks": "Manage notification rules.\n",
                            "PRIVSET.OAuth 2.0 applications": "Manage OAuth 2.0 applications, including creating, editing, enabling/disabling, and deleting them.\n",
                            "PRIVSET.OAuth2 tokens": "Manage OAuth 2.0 tokens, including deleting tokens to control access to the system's resources.\n",
                            "PRIVSET.OS configuration files": "Manage OS configuration files.\n",
                            "PRIVSET.OS image links": "Manage OS image links.\n",
                            "PRIVSET.Operate": "Access and operate physical servers, chassis, and domains, along with their respective profiles and pools of Intersight Infrastructure Services.\n",
                            "PRIVSET.Operate IP pools": "Manage IP pools, including creation and modification.\n",
                            "PRIVSET.Operate IQN pools": "As an IQN Pool user, you can create, manage, and delete IQN pools to organize and allocate IQNs for network storage resources efficiently.\n",
                            "PRIVSET.Operate MAC pools": "Manage MAC pools, including creation and modification.\n",
                            "PRIVSET.Operate Resource pools": "Manage resource pools by creating, modifying, deleting pools, and handling resource allocation within them.\n",
                            "PRIVSET.Operate UUID pools": "Manage UUID pools by creating, modifying, deleting, and handling the allocation and reservation of UUIDs within those pools.\n",
                            "PRIVSET.Operate WWNN and WWPN pools": "Manage world wide node names (WWNNs) or world wide port name (WWPNs) pools.\n",
                            "PRIVSET.Operate chassis profiles": "Operate chassis profiles, deploying and assigning profiles.\n",
                            "PRIVSET.Operate domain profiles": "Manage domain profiles, deploying and assigning them.\n",
                            "PRIVSET.Operate physical chassis": "Perform chassis operations like power cycling and resetting.\n",
                            "PRIVSET.Operate physical domains": "Manage physical domain operations related to hardware.\n",
                            "PRIVSET.Operate physical server": "Manage physical server operations like powering on/off and resetting. This involves several key actions: server power management, virtual network and host bus adapters (vNIC/vHBA), server storage operations, system maintenance: Covers tasks such as resetting the CMOS, virtual KVM, monitoring and metrics.\n",
                            "PRIVSET.Operate pools": "Manage resource pool operations like attaching or detaching.\n",
                            "PRIVSET.Operate server power": "Manage server power actions. \n",
                            "PRIVSET.Operate server profile": "Manage server profile operations like deployment and activation.\n",
                            "PRIVSET.Operate server storage": "Operate server storage, including clearing configurations and managing security keys.\n",
                            "PRIVSET.Operate server system": "Perform server system operations like rebooting and resetting CMOS.\n",
                            "PRIVSET.Operate server vHBAs": "Perform operations on virtual host bus adapters (vHBAs), including enabling, disabling, and resetting.\n",
                            "PRIVSET.Operate server vNICs": "Perform operations on virtual network interface cards (vNICs), including enabling, disabling, and resetting.\n",
                            "PRIVSET.Organizations": "A set of privileges that allows the access to manage Organizations.\n",
                            "PRIVSET.Persistent Memory policies": "Configure security, goals, and namespaces for persistent memory modules, ensuring data retention across power cycles.\n",
                            "PRIVSET.Port policies": "Manage Fabric Interconnect ports, including port roles, types (Ethernet or Fibre Channel), and connection modes.\n",
                            "PRIVSET.Power cycle chassis slots": "Power cycle chassis slots to refresh components.\n",
                            "PRIVSET.Power policies": "Manage power settings for FI-attached servers and chassis, including profiling and priority.\n",
                            "PRIVSET.Read Chassis Profiles and Chassis Profile Templates": "A set of privileges that allows read access to chassis profiles and chassis profile templates.\n",
                            "PRIVSET.Read Domain Profiles and Domain Profile Templates": "A set of privileges that allows read access to domain profiles and domain profile templates.\n",
                            "PRIVSET.Read Organizations": "As a Read Organizations user, you can view the configuration and status of the organization without making any modifications.\n",
                            "PRIVSET.Read Server Profiles and Server Profile Templates": "A set of privileges that allows read access to server profiles and server profile templates.\n",
                            "PRIVSET.Read Workflows": "As a Read Workflows user, you can view the configuration and status of workflows without making any modifications.\n",
                            "PRIVSET.Read all API keys in the account": "Read-only access to configuration and status of all API keys associated with the account.\n",
                            "PRIVSET.Read all OAuth apps in the account": "Read-only access to configuration and status of all OAuth tokens associated with the account.\n",
                            "PRIVSET.Read-Only": "A set of privileges that provides read-only access to services and resources in Intersight.\n",
                            "PRIVSET.Read-only": "Read-only access to configuration and status of all Intersight Infrastructure Services.\n",
                            "PRIVSET.Read-only Adapter Configuration policies": "Read-only access to configuration and status of Adapter Configuration policies.\n",
                            "PRIVSET.Read-only AuditD policies": "Read-only access to configuration and status of AuditD policies.\n",
                            "PRIVSET.Read-only BIOS policies": "Read-only access to configuration and status of BIOS policies.\n",
                            "PRIVSET.Read-only Boot Order policies": "Read-only access to configuration and status of Boot policies.\n",
                            "PRIVSET.Read-only CLI policies": "Read-only access to configuration and status of CLI policies.\n",
                            "PRIVSET.Read-only Certificate Management policies": "Read-only access to configuration and status of Certificate Management policies.\n",
                            "PRIVSET.Read-only Device Connector Policies": "Read-only access to configuration and status of Device Connector policies.\n",
                            "PRIVSET.Read-only Drive Security policies": "Read-only access to configuration and status of Drive Security policies.\n",
                            "PRIVSET.Read-only Ethernet Adapter policies": "Read-only access to configuration and status of Ethernet Adapter policies.\n",
                            "PRIVSET.Read-only Ethernet Network Control policies": "Read-only access to configuration and status of Ethernet Network Control policies.\n",
                            "PRIVSET.Read-only Ethernet Network Group policies": "Read-only access to configuration and status of Ethernet Network Group policies.\n",
                            "PRIVSET.Read-only Ethernet Network policies": "Read-only access to configuration and status of Ethernet Network policies.\n",
                            "PRIVSET.Read-only Ethernet QoS policies": "Read-only access to configuration and status of Ethernet QoS policies.\n",
                            "PRIVSET.Read-only FC Zone policies": "Read-only access to configuration and status of FC Zone policies.\n",
                            "PRIVSET.Read-only Fabric Interconnects": "Read-only access to configuration and status of fabric interconnects (FIs).\n",
                            "PRIVSET.Read-only Fibre Channel Adapter policies": "As a Read-only Fibre Channel Adapter Policy user, you can view the configuration and status of Fibre Channel adapter policies without making any modifications.\n",
                            "PRIVSET.Read-only Fibre Channel Network policies": "Read-only access to configuration and status of Fibre Channel Network policies.\n",
                            "PRIVSET.Read-only Fibre Channel QoS policies": "Read-only access to configuration and status of Fibre Channel QoS policies.\n",
                            "PRIVSET.Read-only Firmware policies": "Read-only access to configuration and status of Firmware policies.\n",
                            "PRIVSET.Read-only Flow Control policies": "Read-only access to configuration and status of Flow Control policies.\n",
                            "PRIVSET.Read-only HyperFlex cluster profiles": "Read-only access to configuration and status of HyperFlex Cluster Profiles.\n",
                            "PRIVSET.Read-only HyperFlex clusters": "Read-only access to configuration and status of HyperFlex (HX) clusters.\n",
                            "PRIVSET.Read-only IMC Access policies": "Read-only access to configuration and status of IMC Access policies.\n",
                            "PRIVSET.Read-only IP pools": "Read-only access to configuration and status of IP pools.\n",
                            "PRIVSET.Read-only IPMI over LAN policies": "Read-only access to configuration and status of IPMI over LAN policies.\n",
                            "PRIVSET.Read-only IQN pools": "Read-only access to configuration and status of IQN pools.\n",
                            "PRIVSET.Read-only Kubernetes cluster profiles": "Read-only access to configuration and status of Kubernetes Cluster Profiles.\n",
                            "PRIVSET.Read-only LAN Connectivity policies": "Read-only access to configuration and status of LAN Connectivity policies.\n",
                            "PRIVSET.Read-only LDAP policies": "As a LDAP Policy user, you can view the configuration and status of system QoS policies without making any modifications.\n",
                            "PRIVSET.Read-only Link Aggregation policies": "Read-only access to configuration and status of Link Aggregation policies.\n",
                            "PRIVSET.Read-only Link Control policies": "Read-only access to configuration and status of Link Control policies.\n",
                            "PRIVSET.Read-only Local User policies": "Read-only access to configuration and status of Local User policies.\n",
                            "PRIVSET.Read-only MAC pools": "Read-only access to configuration and status of MAC pools.\n",
                            "PRIVSET.Read-only Memory policies": "As a Read-only Memory Policy user, you can view the configuration and status of Memory policies without making any modifications.\n",
                            "PRIVSET.Read-only Multicast policies": "Read-only access to configuration and status of Multicast policies.\n",
                            "PRIVSET.Read-only NTP policies": "Read-only access to configuration and status of NTP policies.\n",
                            "PRIVSET.Read-only Network Connectivity policies": "Read-only access to configuration and status of Network Connectivity policies.\n",
                            "PRIVSET.Read-only Persistent Memory policies": "Read-only access to configuration and status of Persistent Memory policies.\n",
                            "PRIVSET.Read-only Port policies": "Read-only access to configuration and status of Port policies.\n",
                            "PRIVSET.Read-only Power policies": "Read-only access to configuration and status of Power policies.\n",
                            "PRIVSET.Read-only SAN Connectivity policies": "Read-only access to configuration and status of SAN Connectivity policies.\n",
                            "PRIVSET.Read-only SD Card policies": "Read-only access to configuration and status of SD Card policies.\n",
                            "PRIVSET.Read-only SMTP policies": "Read-only access to configuration and status of SMTP policies.\n",
                            "PRIVSET.Read-only SNMP policies": "Read-only access to configuration and status of SNMP policies\n",
                            "PRIVSET.Read-only SOL policies": "Read-only access to configuration and status of SOL policies.\n",
                            "PRIVSET.Read-only SSH policies": "Read-only access to configuration and status of SSH policies.\n",
                            "PRIVSET.Read-only SSL Certificates": "As a Read-only SSL Certificates user, you can view the configuration and status of SSL certificates without making any modifications.\n",
                            "PRIVSET.Read-only Scrub policies": "As a Read-only Scrub Policy user, you can view the configuration and status of Scrub policies without making any modifications.\n",
                            "PRIVSET.Read-only Storage policies": "Read-only access to configuration and status of Storage policies.\n",
                            "PRIVSET.Read-only Switch Control policies": "Read-only access to configuration and status of Switch Control policies.\n",
                            "PRIVSET.Read-only Syslog policies": "Read-only access to configuration and status of Syslog policies.\n",
                            "PRIVSET.Read-only System QoS policies": "Read-only access to configuration and status of System QoS policies.\n",
                            "PRIVSET.Read-only Thermal policies": "Read-only access to configuration and status of Thermal policies.\n",
                            "PRIVSET.Read-only UCS chassis profile templates": "Read-only access to configuration and status of UCS Chassis Profile templates.\n",
                            "PRIVSET.Read-only UCS chassis profiles": "Read-only access to configuration and status of UCS Chassis Profiles.\n",
                            "PRIVSET.Read-only UCS domain profile templates": "Read-only access to configuration and status of UCS Domain Profile templates.\n",
                            "PRIVSET.Read-only UCS domain profiles": "Read-only access to configuration and status of UCS Domain Profiles.\n",
                            "PRIVSET.Read-only UCS server profile templates": "Read-only access to configuration and status of UCS Server Profile templates.\n",
                            "PRIVSET.Read-only UCS server profiles": "Read-only access to configuration and status of UCS Server Profiles.\n",
                            "PRIVSET.Read-only UUID pools": "Read-only access to configuration and status of UUID pools.\n",
                            "PRIVSET.Read-only VLAN policies": "Read-only access to configuration and status of VLAN policies.\n",
                            "PRIVSET.Read-only VMs": "Read-only access to configuration and status of virtual machines (VMs).\n",
                            "PRIVSET.Read-only VSAN policies": "Read-only access to configuration and status of VSAN policies.\n",
                            "PRIVSET.Read-only Virtual KVM policies": "Read-only access to configuration and status of Virtual KVM policies.\n",
                            "PRIVSET.Read-only WWNN and WWPN pools": "Read-only access to configuration and status of WWNN or WWPN pools.\n",
                            "PRIVSET.Read-only all advisories": "As a Read-only Advisories user, you can view the configuration and status of all advisories without making any modifications.\n",
                            "PRIVSET.Read-only all alarms": "Read-only access to configuration and status of all alarms.\n",
                            "PRIVSET.Read-only all audit logs": "Read-only access to configuration and details of all audit logs.\n",
                            "PRIVSET.Read-only all compute policies": "Read-only access to configuration and status of Compute policies.\n",
                            "PRIVSET.Read-only all management policies": "Read-only access to configuration and status of all Management policies.\n",
                            "PRIVSET.Read-only all network policies": "Read-only access to configuration and status of all Network policies.\n",
                            "PRIVSET.Read-only all policies": "Read-only access to configuration and status of all policies.\n",
                            "PRIVSET.Read-only all storage policies": "Read-only access to configuration and status of Storage policies.\n",
                            "PRIVSET.Read-only chassis": "Read-only access to configuration and status of chassis.\n",
                            "PRIVSET.Read-only hosts": "As a Read-only Hosts user, you can view the configuration and status of hosts without making any modifications.\n",
                            "PRIVSET.Read-only iSCSI Adapter policies": "Read-only access to configuration and status of iSCSI Adapter policies.\n",
                            "PRIVSET.Read-only iSCSI Boot policies": "Read-only access to configuration and status of iSCSI Boot policies.\n",
                            "PRIVSET.Read-only iSCSI Static Target policies": "Read-only access to configuration and status of iSCSI Static Target policies.\n",
                            "PRIVSET.Read-only integrated systems": "Read-only access to configuration and status of integrated systems.\n",
                            "PRIVSET.Read-only licensing": "As a Read-only licensing user, you can view the configuration and status of licensing without making any modifications.\n",
                            "PRIVSET.Read-only metrics explorations": "Read-only access to configuration and status of metrics explorations.\n",
                            "PRIVSET.Read-only networking": "Read-only access to configuration and status of networking settings.\n",
                            "PRIVSET.Read-only pools": "Read-only access to configuration and status of all pools.\n",
                            "PRIVSET.Read-only profiles": "Read-only access to configuration and status of all Profiles.\n",
                            "PRIVSET.Read-only resource pools": "Read-only access to configuration and status of Resource pools.\n",
                            "PRIVSET.Read-only servers": "Read-only access to configuration and status of servers.\n",
                            "PRIVSET.Read-only software repository": "As a Red-only Software Repository user, you can view the configuration and status of the software repository without making any modifications.\n",
                            "PRIVSET.Read-only storage": "Read-only access to configuration and status of storage.\n",
                            "PRIVSET.Read-only targets": "Read-only access to configuration and status of targets.\n",
                            "PRIVSET.Read-only tech support bundles": "Read-only access to configuration and status of Tech Support Bundles\n",
                            "PRIVSET.Read-only templates": "Read-only access to configuration and status of all templates.\n",
                            "PRIVSET.Read-only vHBA templates": "Read-only access to configuration and status of vHBA templates.\n",
                            "PRIVSET.Read-only vMedia policies": "Read-only access to configuration and status of vMedia policies.\n",
                            "PRIVSET.Read-only vNIC templates": "Read-only access to configuration and status of vNIC templates.\n",
                            "PRIVSET.Reboot Fabric Interconnect": "As a Reboot Fabric Interconnect user, you can restart the fabric interconnect, allowing for system updates, configuration changes, or recovery from issues.\n",
                            "PRIVSET.Reboot management controllers": "Restart the management controller of a server.\n",
                            "PRIVSET.Recommission Fabric Extender (FEX)": "Reactivate and restore a previously decommissioned Fabric Extenders (FEX), reestablishing connections and updating the system status.\n",
                            "PRIVSET.Recommission chassis": "Reactivate and restore previously decommissioned chassis.\n",
                            "PRIVSET.Recommission servers": "Bring a previously decommissioned server back into operational status. Allows read access to Fabric Interconnect.\n",
                            "PRIVSET.Rediscover Fabric Extender (FEX)": "As a Rediscover Fabric Extender user, you can initiate a rediscovery process for fabric extenders,\n",
                            "PRIVSET.Rediscover chassis": "Initiate a process to re-scan and identify chassis in the network, updating their status and configurations.\n",
                            "PRIVSET.Rediscover servers": "Initiate a process to re-scan and identify servers in the network, updating their status and configurations.\n",
                            "PRIVSET.Regenerate domain names": "Refresh or recreate a domain name within the system, updating its configuration or resolving issues related to network addressing and resource identification.\n",
                            "PRIVSET.Register licenses": "Register Intersight licenses with Cisco Smart Licensing.\nNote: This is a virtual appliance only privilege.\n",
                            "PRIVSET.Reject Publish Requests": "Reject Publish Requests\n",
                            "PRIVSET.Remove Fabric Extender (FEX)": "Safely disconnect and remove Fabric Extenders (FEX) from the system, ensuring proper management of dependencies.\n",
                            "PRIVSET.Remove chassis": "Safely disconnect and remove chassis, ensuring all dependencies are managed.\n",
                            "PRIVSET.Remove servers": "Disconnect the server from the network, erase all data, and update inventory records to reflect the change.\n",
                            "PRIVSET.Renew licenses": "Update the Intersight license to include any changes on Cisco Smart Software Manager.\nNote: This is a virtual appliance only privilege.\n",
                            "PRIVSET.Replace Fabric Interconnect": "Oversee the replacement process for Fabric Interconnects (FIs).\n",
                            "PRIVSET.Reserve licenses": "Reserve licensing slots for specific private virtual appliance (PVA).\nNote: This is a virtual appliance only privilege.\n",
                            "PRIVSET.Reset CMOS": "AReset CMOS settings, restoring BIOS to default.\n",
                            "PRIVSET.Reset IOMs and IFMs": "Reboot Input/Output Module (IOM) or Intelligent Fabric Module (IFM).\n",
                            "PRIVSET.Reset VMs": "Reset a virtual machine (VM).\n",
                            "PRIVSET.Reset memory errors": "Reset memory errors on servers.\n",
                            "PRIVSET.Reset peer IOMs and IFMs": "Reboot peer IOM or IFM to resolve issues.\n",
                            "PRIVSET.Reset vKVM": "Reset vKVM session, restarting the interface.\n",
                            "PRIVSET.Restart VMs": "Restart a virtual machine (VM).\n",
                            "PRIVSET.Return licenses": "Deregister the Intersight private virtual appliance (PVA) license after the initial setup.\nNote: This is a virtual appliance only privilege.\n",
                            "PRIVSET.Run Workflows": "As a Run Workflows user, you can execute workflows in the system.\n",
                            "PRIVSET.Run interoperability checks": "Run an interoperability check on integrated systems.\n",
                            "PRIVSET.SAN Administrator": "As a SAN Administrator, you can create, update, delete and view the Managed SAN switch objects.\nThe capability to view and execute workflows against the SAN switches is also granted.\n\nThis role does not include the ability to claim a target.  You must have a Device Technician,\nDevice Administrator, or an Account Administrator role to claim a target.\n",
                            "PRIVSET.SAN Connectivity policies": "Manage storage area network (SAN) settings for servers.\n",
                            "PRIVSET.SAN Operator": "As a SAN Operator, you can view the Managed SAN switch objects. The capability to view workflows against the\nSAN switches is also granted. This role does not include the ability to claim a target.\n\nYou must have a Device Technician, Device Administrator, or an Account Administrator role to\nclaim a target.\n",
                            "PRIVSET.SCU links": "Manage server configuration utility (SCU) links.\n",
                            "PRIVSET.SD Card policies": "Configure the Cisco FlexFlash and FlexUtil Secure Digital (SD) cards for Cisco UCS servers. This policy specifies details of virtual drives on the SD cards and allows configuration in different modes such as Operating System Only, Utility Only, or Operating System + Utility modes.\n",
                            "PRIVSET.SD card operations": "Manage SD card operations like mounting and formatting.\n",
                            "PRIVSET.SMTP policies": "Set SMTP client preferences for outgoing communications on managed devices.\n",
                            "PRIVSET.SNMP policies": "Manage SNMP settings for sending alerts and traps from managed devices.\n",
                            "PRIVSET.SSH policies": "Manage access control and settings for Secure Shell (SSH) connections, allowing secure remote management.\n",
                            "PRIVSET.SSL Certificates": "As a user with access to SSL Certificates, you can view and manage the SSL certificates used for secure communications within the system.\nNote: This is a virtual appliance only privilege.\n",
                            "PRIVSET.Save and clone explorations": "Save or clone an existing exploration.\n",
                            "PRIVSET.Scrub policies": "As a Scrub Policy user, you can create, edit, delete, and manage virtual media policies, allowing you to configure and control remote media access for servers.\n",
                            "PRIVSET.Security and privacy": "Configure data collection and connection to Intersight.\n",
                            "PRIVSET.Serial Over LAN policies": "Manage remote access to the management console through the server's management interface, facilitating troubleshooting and server management without a direct connection.\n",
                            "PRIVSET.Server Administrator": "As a Server Administrator, you can view and manage UCS Servers and Fabric Interconnects,\nview all the server and Fabric Interconnect dashboard widgets, perform server actions,\nview server details, launch management interfaces and the CLI, create and deploy server\npolicies and profiles, and manage API keys. This role does not include the ability to claim a device.\nYou must have a Device Technician, Device Administrator, or an Account Administrator role to claim a device.\n",
                            "PRIVSET.Server Profiles": "A set of privileges that allows to manage server policies and server profiles.\nServer Policy Management privilege set is the top level privilege set of other privilege set(s) which are mapped to privileges\nrelated to server policy management.\n",
                            "PRIVSET.Server delete virtual drives": "Remove virtual drives, managing storage volumes.\n",
                            "PRIVSET.Server enable and disable vHBAs": "Enable or disable vHBAs to control storage operations.\n",
                            "PRIVSET.Server enable and disable vNICs": "Enable or disable vNICs to manage network participation.\n",
                            "PRIVSET.Server hard reset": "Initiate a hard reset on servers, restarting hardware without a graceful shutdown.\n",
                            "PRIVSET.Server power cycle": "Perform a power cycle on servers, rebooting hardware.\n",
                            "PRIVSET.Server power off": "Safely power off servers, terminating operations.\n",
                            "PRIVSET.Server power on": "Initiate the power-on sequence for server activation.\n",
                            "PRIVSET.Server reset vHBAs": "Reset vHBAs to resolve issues or refresh state.\n",
                            "PRIVSET.Server reset vNICs": "Reset vNICs to resolve issues or refresh state.\n",
                            "PRIVSET.Server secure erase drives": "Perform a secure erase on drives, permanently removing data.\n",
                            "PRIVSET.Server set drive states": "Change drive states to control availability.\n",
                            "PRIVSET.Server shutdown OS": "Initiate a graceful shutdown, ensuring services close properly before powering down.\n",
                            "PRIVSET.Servers": "A set of privileges that allows the access to detailed server information and to perform server related actions.\nServers privilege set is the top level privilege set of other privilege set(s) which are mapped to privileges\nrelated to servers.\n",
                            "PRIVSET.Service Designer": "As a Service Designer, you can create tasks, workflows, custom datatypes, resource selection criteria, and use\nthese building blocks to create service items. The service items are used to create resources with attributes\nin Intersight and associate with deploy, maintenance, and decommission actions on the resource.\n",
                            "PRIVSET.Service Operator": "As a Service Operator, you can view and update the catalog items, service items, and workflows.\nYou can deploy these resources and validate the catalog or service items.\n",
                            "PRIVSET.Sessions": "Manage and view active sessions.\n",
                            "PRIVSET.Set Fabric Interconnect user labels": "Assign and manage user labels for Fabric Interconnect.\n",
                            "PRIVSET.Set IMC certificates": "Assign and manage integrated management controller (IMC) certificates on servers.\n",
                            "PRIVSET.Set KMIP client certificates": "Assign and manage key management interoperability protocol (KMIP) in Intersight for cryptographic keys and client certificates on servers.\n",
                            "PRIVSET.Set and unset IP pool tags": "Assign or unassign tags to IP address pools for categorization.\n",
                            "PRIVSET.Set and unset chassis profile tags": "As a Set or Unset chassis profile Tag user, you can apply tags to chassis profiles to categorize and manage them more effectively within your infrastructure.\n",
                            "PRIVSET.Set and unset domain profile tags": "As a Set or Unset Domain Profile Tag user, you can assign, update or remove tags on a chassis profile.\n",
                            "PRIVSET.Set and unset server profile tags": "As a Set Server or Unset Profile Tag user, you can assign, remove and manage tags for server profiles.\nThis includes creating, updating, and ensuring tags are correctly applied for improved categorization and identification.\n",
                            "PRIVSET.Set chassis profile user labels": "Assign and manage user labels for chassis profiles.\n",
                            "PRIVSET.Set chassis user labels": "Assign and manage user labels for chassis.\n",
                            "PRIVSET.Set domain profile user labels": "Assign and manage user labels for domain profiles.\n",
                            "PRIVSET.Set or Unset Fabric Interconnect Tag": "As a Set or Unset Fabric Interconnect Tag user, you can assign, update or remove tags.\n",
                            "PRIVSET.Set or Unset IQN Pool Tags": "As a Set or Unset IQN Pool Tags user, you can assign tags to IQN pools or you can remove tags from IQN pools.\n",
                            "PRIVSET.Set or Unset MAC Pool Tags": "As a Set or Unset MAC Pool Tags user, you can assign tags to MAC address pools or you can remove tags from MAC address pools.\n",
                            "PRIVSET.Set or Unset Resource Pool Tags": "As a Set or Unset Resource Pool Tags user, you can assign tags to resource pools or you can remove tags from resource pools.\n",
                            "PRIVSET.Set or Unset Server Tag": "As a Set or unset Server Tag user, you can assign, remove and manage tags for servers.\n",
                            "PRIVSET.Set or Unset UUID Pool Tags": "As a Set or Unset UUID Pool Tags user, you can assign tags to UUID pools or you can remove tags from UUID pools.\n",
                            "PRIVSET.Set or Unset chassis Tag": "As a Set or Unset chassis Tag user, you can assign update or remove tags on a chassis for better identification and management.\n",
                            "PRIVSET.Set or unset WWNN or WWPN pool tags": "Set or remove unique IDs for Fibre Channel resources on a server.\n",
                            "PRIVSET.Set server asset tags": "Assign and manage asset tags for servers.\n",
                            "PRIVSET.Set server license tiers": "Assign and manage Intersight license tiers for servers.\n",
                            "PRIVSET.Set server profile user labels": "Assign and manage user labels for server profiles.\n",
                            "PRIVSET.Set server user labels": "Assign and manage user labels for servers.\n",
                            "PRIVSET.Single sign-on": "Manage single sign-on (SSO) integrations and authentication methods for seamless access to multiple applications.\n",
                            "PRIVSET.Soft stop VMs": "Perform a soft stop on a virtual machine (VM).\n",
                            "PRIVSET.Software repository": "Manage the software repository.\n",
                            "PRIVSET.Start and resume VMs": "Start or resume a virtual machine (VM).\n",
                            "PRIVSET.Stop VMs": "Stop a virtual machine (VM).\n",
                            "PRIVSET.Storage Administrator": "As a Storage Administrator, a user can view and manage Storage devices, view and execute\nworkflows and view all the storage dashboard widgets.\n\nThis privilege does not include the ability to claim a device. You must have a\nDevice Technician, Device Administrator, or an Account Administrator role to claim a device.\n",
                            "PRIVSET.Storage Arrays": "A set of privileges that allows the access to detailed storage array information and to perform storage array related actions.\nStorage Arrays privilege set is the top level privilege set of other privilege set(s) which are mapped to privileges\nrelated to storage arrays.\n",
                            "PRIVSET.Storage policies": "Manage storage resources (such as local drives, RAID configurations, and external storage).\n",
                            "PRIVSET.Support": "Download server event logs, rediscover servers and chassis, control server and chassis locator LEDs, and start server alarm suppression in Intersight Infrastructure Services.\n",
                            "PRIVSET.Support Services": "As a Support Services user, you can view the dashboard and table views of managed devices, change your user preferences, collect tech support bundles, and generate API keys. In this role, you cannot claim targets, add or remove users, configure Identity Providers, or perform server actions.\n",
                            "PRIVSET.Support chassis": "Perform chassis support functions such as diagnostics, troubleshooting, and managing chassis health.\n",
                            "PRIVSET.Support domains": "Perform domain support functions such as diagnostics, troubleshooting, and managing domain health.\n",
                            "PRIVSET.Support servers": "Perform server support functions such as diagnostics, troubleshooting, and managing server health.\n",
                            "PRIVSET.Suspend VMs": "Suspend a virtual machine (VM).\n",
                            "PRIVSET.Sustainability Metrics Viewer": "As a Sustainability Metrics Viewer user, you have read access to the Energy Management Capability (EMC) features and the ability\nregister an OAuth2 application for programmatic access to the APIs.\n",
                            "PRIVSET.Switch Control policies": "Configure changes on the Fabric Interconnects for transitioning between in-host and switching modes, enabling VLAN Port optimization and managing system VLAN settings.\n",
                            "PRIVSET.Switch Profiles": "A set of privileges that allows to manage Switch Profiles and Network configuration policies.\n",
                            "PRIVSET.Switch to Self Signed CSR": "As a user with the ability to switch to self-signed Certificate Signing Requests (CSR), you can change the configuration to use self-signed certificates for secure communications.\nNote: This is a virtual appliance only privilege.\n",
                            "PRIVSET.Sync Smart Licensing": "Manage and track Cisco licenses directly from the Intersight platform to ensure seamless monitoring of compliance and usage.\n",
                            "PRIVSET.Syslog policies": "Manage local and remote logging  capabilities.\n",
                            "PRIVSET.System Administration": "System related settings of Intersight Infrastructure Services. (Selecting any privilege under this hierarchy will change the scope of privilege set to 'All' and can not be used for 'Organization' scope in Role creation.)\n",
                            "PRIVSET.System QoS policies": "Configure network traffic prioritization by assigning system classes for individual vNICs.\n",
                            "PRIVSET.Tag Management": "Users can view and manage tag definitions. This role provides tag management privileges to an user.\n",
                            "PRIVSET.Tech support bundles": "Manage and configure tech support bundles.\n",
                            "PRIVSET.Telemetry": "A set of privileges that allows to access to telemetry data.\nTelemetry privilege set is the top level privilege set of other\nprivilege set(s) which are mapped to privileges related to Telemetry.\nView Telemetry allows [POST of a Druid query](http://druid.io/docs/latest/querying/querying).\nManage Telemetry allows [READ of broker information](http://druid.io/docs/latest/operations/api-reference.html#broker).\n",
                            "PRIVSET.Terminate VMs": "Terminate a virtual machine (VM).\n",
                            "PRIVSET.Terminate sessions": "Terminate active vKVM, Tunneled vKVM, and VMRC console sessions launched from Intersight.\n",
                            "PRIVSET.Thermal policies": "Set the fan control mode.\n",
                            "PRIVSET.Traffic mirroring  SPAN session": "As a Manage Traffic Mirroring Sessions user, you can set up and control traffic mirroring sessions to capture and analyze network traffic for monitoring, troubleshooting, or performance analysis.\n",
                            "PRIVSET.Trusted certificates": "Manage trusted certificates for secure communications.\n",
                            "PRIVSET.Turn Fabric Extender locator LED on and off": "Turn on or off the LED locator on the selected FEX.\n",
                            "PRIVSET.Turn chassis locator LEDs on and off": "Toggle the locator LED on or off for the chassis to visually locate it within a rack or data center for maintenance.\n",
                            "PRIVSET.Turn server locator LEDs on and off": "Toggle the locator LED on or off to visually locate the server within a rack or data center for maintenance.\n",
                            "PRIVSET.UCS Domain Administrator": "As a UCS Domain Administrator, you can view and manage Switch Profiles and Network Configuration Policies, view Fabric Interconnect dashboard widgets, perform actions on Switch, launch management interfaces and the CLI, create and deploy switch policies and profiles, and manage API keys. This role does not include the ability to claim a device. You must have a Device Technician, Device Administrator, or an Account Administrator role to claim a device.\n",
                            "PRIVSET.Unassign chassis profiles": "Remove domain profiles from servers, disconnecting settings.\n",
                            "PRIVSET.Unassign domain profiles": "Remove domain profiles, disconnecting server settings.\n",
                            "PRIVSET.Unassign server profiles": "Unassign the server from the profile.\n",
                            "PRIVSET.Unclaim device connector": "Remove the association of a device connector from its current claim to allow reconfiguration or reassignment to a different system or user.\nNote: This is a virtual appliance only privilege.\n",
                            "PRIVSET.Unclaim targets": "Remove a target from the system's management or monitoring scope.\n",
                            "PRIVSET.Unified Edge": "A set of privileges that allows to perform operations related to Unified Edge chassis.\n",
                            "PRIVSET.Unified Edge Administrator": "As a Unified Edge Administrator, you can view and manage Switch Profiles and Network Configuration Policies, view Unified Edge dashboard widgets, perform actions on Switch, launch management interfaces and the CLI, create and deploy switch policies and profiles, and manage API keys. This role does not include the ability to claim a device. You must have a Device Technician, Device Administrator, or an Account Administrator role to claim a device.\n",
                            "PRIVSET.Unified Edge Profiles": "A set of privileges that allows to manage Unified Edge Profiles, Network and Chassis configuration policies.\n",
                            "PRIVSET.Unlock and lock front panels": "Control access to the server's front panel.\n",
                            "PRIVSET.Unlock disks": "Unlock encrypted disks to grant data access.\n",
                            "PRIVSET.Update reserved licenses": "Reserve licenses again and generate a new authorization code in Smart Licensing Manager.\nNote: This is a virtual appliance only privilege.\n",
                            "PRIVSET.Upgrade chassis firmware": "Update the firmware of a chassis.\n",
                            "PRIVSET.Upgrade domain firmware": "Update the firmware for a Domain.\n",
                            "PRIVSET.Upgrade server firmware": "Disconnect the server from the network, erase all data, and update inventory records to reflect the change.\n",
                            "PRIVSET.User Access Administrator": "As a User Access Administrator, you can add and manage Users and Groups in Intersight, view account details\nand audit logs, manage the IdPs, roles, sessions and API keys for non Account Administrator users.\nHowever, you cannot claim a device or perform any management tasks in Intersight.\nYou cannot add or manage a user with Account Administrator role.\n",
                            "PRIVSET.VLAN policies": "Set up network segmentation by defining VLANs specific to organizations.\n",
                            "PRIVSET.VSAN policies": "Configure Virtual Storage Area Networks (VSANs) on fabric fibre channel uplinks.\n",
                            "PRIVSET.Verify domain names": "Perform checks and validations on domain names to ensure correctness and functionality for network addressing and resource identification.\n",
                            "PRIVSET.View Access and Permissions": "View access control rules and permissions.\n",
                            "PRIVSET.View Approval Requests": "View Approval Requests\n",
                            "PRIVSET.View Audit Logs": "View audit logs.\n",
                            "PRIVSET.View Datacenters": "View and monitor datacenters.\n",
                            "PRIVSET.View Devices": "A set of privileges that allows read access to devices.\n",
                            "PRIVSET.View Exports": "A set of privileges that allow users to view export operations.\n",
                            "PRIVSET.View Fabric Interconnects": "View Fabric Interconnects.\n",
                            "PRIVSET.View Functions": "A set of privileges that allows the users to view serverless functions.\n",
                            "PRIVSET.View HCI Clusters": "View HyperConverged Infrastructure Clusters.\n",
                            "PRIVSET.View HyperFlex Cluster Profiles": "View HyperFlex Cluster Profiles.\n",
                            "PRIVSET.View HyperFlex Clusters": "View HyperFlex Clusters.\n",
                            "PRIVSET.View Hypervisors": "A set of privileges that allow users to view hypervisor and virtual machines related inventory and dashboards.\n",
                            "PRIVSET.View Imports": "A set of privileges that allow users to view the import operations.\n",
                            "PRIVSET.View Language Runtimes": "A set of privileges that allows the users to view language runtimes for serverless functions.\n",
                            "PRIVSET.View Licensing Status": "View Licensing Status\n",
                            "PRIVSET.View Network Switches": "A set of privileges that allow the users to view the network switches.\n",
                            "PRIVSET.View Nexus Config": "A set of privileges that allows users to view their site templates and policies.\n",
                            "PRIVSET.View Nexus Reports": "A set of privileges that allow the users to view nexus reports.\n",
                            "PRIVSET.View Nexus Sites": "A set of privileges that allows users to view their onboarded sites and status.\n",
                            "PRIVSET.View Organizations": "View Organizations\n",
                            "PRIVSET.View SAN Switches": "A set of privileges that allow the users to view the SAN switches.\n",
                            "PRIVSET.View Server Profiles": "View server profiles.\n",
                            "PRIVSET.View Servers": "View Servers.\n",
                            "PRIVSET.View Storage Arrays": "A set of privileges that allow the users to view storage related inventory and dashboards.\n",
                            "PRIVSET.View Switch Profiles": "View Switch Profiles.\n",
                            "PRIVSET.View Telemetry": "allows [POST of a Druid query](http://druid.io/docs/latest/querying/querying).\n",
                            "PRIVSET.View Unified Edge": "View Unified Edge.\n",
                            "PRIVSET.View Unified Edge Profiles": "View Unified Edge Profiles.\n",
                            "PRIVSET.View Workflow Definitions": "A set of privileges that allow the users to view the workflow, task and custom data type definitions.\n",
                            "PRIVSET.View Workflow Executions": "A set of privileges that allow the users to view the running instances of the workflows.\n",
                            "PRIVSET.View Workload Definitions": "A set of privileges that allow the users to view workload definitions.\n",
                            "PRIVSET.View Workload Deployments": "A set of privileges that allow the users to view workload deployments.\n",
                            "PRIVSET.View clusters": "View and monitor clusters.\n",
                            "PRIVSET.View datastore clusters": "View and monitor datastore clusters.\n",
                            "PRIVSET.View datastores": "View and monitor datastores.\n",
                            "PRIVSET.View sessions": "View and terminate active vKVM, Tunneled vKVM, and VMRC console sessions launched from Intersight, and view session history.\n",
                            "PRIVSET.View virtual machine templates": "Manage and configure virtual machine (VM) templates.\n",
                            "PRIVSET.Virtual KVM policies": "Attach/detach Virtual KVM policies.\n",
                            "PRIVSET.Virtual Media policies": "Enable the virtual media service on the endpoint, encryption of all communications and low power USB.\n",
                            "PRIVSET.Virtual appliance licensing": "Manage the licensing for virtual appliance (VA). Learn more, Introduction to Licensing.\nNote: This is a virtual appliance only privilege.\n",
                            "PRIVSET.Virtual machines": "Manage and configure virtual machines (VMs).\n",
                            "PRIVSET.Virtualization Administrator": "As a Virtualization Administrator, a user can view and manage hypervisor resources, view\nand execute workflows.\n\nThis privilege does not include the ability to claim a device. You must have a\nDevice Technician, Device Administrator, or an Account Administrator role to claim a device.\n",
                            "PRIVSET.Virtualization hosts": "Manage and configure virtualization hosts.\n",
                            "PRIVSET.Withdraw Approvals": "Withdraw Approvals\n",
                            "PRIVSET.Workflow Designer": "As a Workflow Designer, you can define workflow definitions and custom data types,\nview workflow definitions, task definitions and custom data types, execute workflows and\nview workflow executions.\n",
                            "PRIVSET.Workload Administrator": "As a Workload Administrator, you can define workload definitions using Blueprints and underlying ServiceItems \nand workflow definitions. You can also define workload deployments using Workload Definitions and deploy workloads \nto target devices.\n",
                            "PRIVSET.Workload Designer": "As a Workload Designer, you can define workload definitions using Blueprints and underlying ServiceItems \nand workflow definitions. \n",
                            "PRIVSET.Workload Operator": "As a Workload Operator, you can define workload deployments using Workload Definitions and deploy workloads \nto target devices.\n",
                            "PRIVSET.Workload Optimizer Administrator": "As a Workload Optimizer Administrator, you can access all Workload Optimizer features and perform \nadministrative tasks to configure Workload Optimizer.\n",
                            "PRIVSET.Workload Optimizer Advisor": "As a Workload Optimizer Advisor, you can view workload optimization state and recommended actions,\nrun plans for workload optimization.\n",
                            "PRIVSET.Workload Optimizer Automator": "As a Workload Optimizer Automator, you can view workload optimization state, recommended actions,\nrun plans for workload optimization, execute workload optimization actions, and deploy workloads.\n",
                            "PRIVSET.Workload Optimizer Deployer": "As a Workload Optimizer Deployer, you can view all Workload Optimizer charts and data, deploy \nworkloads, and create policies and templates. You cannot run plans or execute any recommended actions.\n",
                            "PRIVSET.Workload Optimizer Observer": "As a Workload Optimizer Observer, you can view workload optimization state and recommended actions.\n",
                            "PRIVSET.iSCSI Adapter policies": "Configure settings for iSCSI traffic management, including TCP Connection Timeout, DHCP Timeout, and Retry Count for busy LUN IDs, optimizing iSCSI boot configurations.\n",
                            "PRIVSET.iSCSI Boot policies": "Configure settings required to enable a server to boot from an iSCSI-based storage device.\n",
                            "PRIVSET.iSCSI Static Target policies": "Define static iSCSI target configuration settings for servers that need to connect to specific storage devices over the iSCSI protocol.\n",
                            "PRIVSET.vKVM Only": "As a vKVM-only user, you can launch vKVM and tunneled vKVM sessions to a server from Intersight. In addition you can view servers, chassis and the running workflows. In this role, you cannot perform any server actions from Intersight apart from launching vKVM.\n",
                            "READ.aaa.AuditRecord": "Read a 'aaa.AuditRecord' resource.",
                            "READ.aaa.RetentionConfig": "Read a 'aaa.RetentionConfig' resource.",
                            "CREATE.aaa.RetentionPolicy": "Create a 'aaa.RetentionPolicy' resource.",
                            "READ.aaa.RetentionPolicy": "Read a 'aaa.RetentionPolicy' resource.",
                            "UPDATE.aaa.RetentionPolicy": "Update a 'aaa.RetentionPolicy' resource.",
                            "READ.access.IpAddress": "Read a 'access.IpAddress' resource.",
                            "CREATE.access.Policy": "Create a 'access.Policy' resource.",
                            "DELETE.access.Policy": "Delete a 'access.Policy' resource.",
                            "READ.access.Policy": "Read a 'access.Policy' resource.",
                            "UPDATE.access.Policy": "Update a 'access.Policy' resource.",
                            "READ.access.PolicyInventory": "Read a 'access.PolicyInventory' resource.",
                            "CREATE.adapter.ConfigPolicy": "Create a 'adapter.ConfigPolicy' resource.",
                            "DELETE.adapter.ConfigPolicy": "Delete a 'adapter.ConfigPolicy' resource.",
                            "READ.adapter.ConfigPolicy": "Read a 'adapter.ConfigPolicy' resource.",
                            "UPDATE.adapter.ConfigPolicy": "Update a 'adapter.ConfigPolicy' resource.",
                            "READ.adapter.ExtEthInterface": "Read a 'adapter.ExtEthInterface' resource.",
                            "READ.adapter.HostEthInterface": "Read a 'adapter.HostEthInterface' resource.",
                            "UPDATE.adapter.HostEthInterface": "Update a 'adapter.HostEthInterface' resource.",
                            "READ.adapter.HostFcInterface": "Read a 'adapter.HostFcInterface' resource.",
                            "UPDATE.adapter.HostFcInterface": "Update a 'adapter.HostFcInterface' resource.",
                            "READ.adapter.HostIscsiInterface": "Read a 'adapter.HostIscsiInterface' resource.",
                            "READ.adapter.Unit": "Read a 'adapter.Unit' resource.",
                            "READ.adapter.UnitExpander": "Read a 'adapter.UnitExpander' resource.",
                            "READ.apic.AciPod": "Read a 'apic.AciPod' resource.",
                            "READ.apic.Application": "Read a 'apic.Application' resource.",
                            "READ.apic.ApplicationEndpointGroup": "Read a 'apic.ApplicationEndpointGroup' resource.",
                            "READ.apic.BridgeDomain": "Read a 'apic.BridgeDomain' resource.",
                            "READ.apic.ExternalRoutedLayerThreeDomain": "Read a 'apic.ExternalRoutedLayerThreeDomain' resource.",
                            "READ.apic.FabricLeafNode": "Read a 'apic.FabricLeafNode' resource.",
                            "READ.apic.FabricLeafNodeInterface": "Read a 'apic.FabricLeafNodeInterface' resource.",
                            "READ.apic.Out": "Read a 'apic.Out' resource.",
                            "READ.apic.Subnet": "Read a 'apic.Subnet' resource.",
                            "READ.apic.Tenant": "Read a 'apic.Tenant' resource.",
                            "READ.apic.VpcGroup": "Read a 'apic.VpcGroup' resource.",
                            "READ.apic.Vrfs": "Read a 'apic.Vrfs' resource.",
                            "READ.apiproxy.AllowList": "Read a 'apiproxy.AllowList' resource.",
                            "READ.appliance.AppOpStatus": "Read a 'appliance.AppOpStatus' resource.",
                            "READ.appliance.AppStatus": "Read a 'appliance.AppStatus' resource.",
                            "READ.appliance.AutoRmaPolicy": "Read a 'appliance.AutoRmaPolicy' resource.",
                            "CREATE.appliance.Backup": "Create a 'appliance.Backup' resource.",
                            "DELETE.appliance.Backup": "Delete a 'appliance.Backup' resource.",
                            "READ.appliance.Backup": "Read a 'appliance.Backup' resource.",
                            "READ.appliance.BackupDownload": "Read a 'appliance.BackupDownload' resource.",
                            "READ.appliance.BackupMonitor": "Read a 'appliance.BackupMonitor' resource.",
                            "CREATE.appliance.BackupPolicy": "Create a 'appliance.BackupPolicy' resource.",
                            "READ.appliance.BackupPolicy": "Read a 'appliance.BackupPolicy' resource.",
                            "UPDATE.appliance.BackupPolicy": "Update a 'appliance.BackupPolicy' resource.",
                            "READ.appliance.BackupRotateData": "Read a 'appliance.BackupRotateData' resource.",
                            "READ.appliance.CertificateSetting": "Read a 'appliance.CertificateSetting' resource.",
                            "UPDATE.appliance.CertificateSetting": "Update a 'appliance.CertificateSetting' resource.",
                            "CREATE.appliance.ClusterInfo": "Create a 'appliance.ClusterInfo' resource.",
                            "DELETE.appliance.ClusterInfo": "Delete a 'appliance.ClusterInfo' resource.",
                            "READ.appliance.ClusterInfo": "Read a 'appliance.ClusterInfo' resource.",
                            "UPDATE.appliance.ClusterInfo": "Update a 'appliance.ClusterInfo' resource.",
                            "READ.appliance.ClusterInstall": "Read a 'appliance.ClusterInstall' resource.",
                            "UPDATE.appliance.ClusterInstall": "Update a 'appliance.ClusterInstall' resource.",
                            "CREATE.appliance.ClusterReplaceNode": "Create a 'appliance.ClusterReplaceNode' resource.",
                            "READ.appliance.ClusterReplaceNode": "Read a 'appliance.ClusterReplaceNode' resource.",
                            "UPDATE.appliance.ClusterReplaceNode": "Update a 'appliance.ClusterReplaceNode' resource.",
                            "CREATE.appliance.ClusterWorkerNode": "Create a 'appliance.ClusterWorkerNode' resource.",
                            "READ.appliance.ClusterWorkerNode": "Read a 'appliance.ClusterWorkerNode' resource.",
                            "UPDATE.appliance.ClusterWorkerNode": "Update a 'appliance.ClusterWorkerNode' resource.",
                            "CREATE.appliance.ClusterWorkerNodeReplace": "Create a 'appliance.ClusterWorkerNodeReplace' resource.",
                            "CREATE.appliance.ClusterWorkerNodeReuse": "Create a 'appliance.ClusterWorkerNodeReuse' resource.",
                            "READ.appliance.CpuUtilization": "Read a 'appliance.CpuUtilization' resource.",
                            "CREATE.appliance.DataExportPolicy": "Create a 'appliance.DataExportPolicy' resource.",
                            "READ.appliance.DataExportPolicy": "Read a 'appliance.DataExportPolicy' resource.",
                            "UPDATE.appliance.DataExportPolicy": "Update a 'appliance.DataExportPolicy' resource.",
                            "READ.appliance.DeviceCertificate": "Read a 'appliance.DeviceCertificate' resource.",
                            "CREATE.appliance.DeviceClaim": "Create a 'appliance.DeviceClaim' resource.",
                            "READ.appliance.DeviceClaim": "Read a 'appliance.DeviceClaim' resource.",
                            "UPDATE.appliance.DeviceClaim": "Update a 'appliance.DeviceClaim' resource.",
                            "READ.appliance.DeviceClusterInstall": "Read a 'appliance.DeviceClusterInstall' resource.",
                            "READ.appliance.DeviceState": "Read a 'appliance.DeviceState' resource.",
                            "READ.appliance.DeviceUpgradePolicy": "Read a 'appliance.DeviceUpgradePolicy' resource.",
                            "UPDATE.appliance.DeviceUpgradePolicy": "Update a 'appliance.DeviceUpgradePolicy' resource.",
                            "CREATE.appliance.DiagSetting": "Create a 'appliance.DiagSetting' resource.",
                            "READ.appliance.DiagSetting": "Read a 'appliance.DiagSetting' resource.",
                            "UPDATE.appliance.DiagSetting": "Update a 'appliance.DiagSetting' resource.",
                            "CREATE.appliance.ExternalSyslogSetting": "Create a 'appliance.ExternalSyslogSetting' resource.",
                            "DELETE.appliance.ExternalSyslogSetting": "Delete a 'appliance.ExternalSyslogSetting' resource.",
                            "READ.appliance.ExternalSyslogSetting": "Read a 'appliance.ExternalSyslogSetting' resource.",
                            "UPDATE.appliance.ExternalSyslogSetting": "Update a 'appliance.ExternalSyslogSetting' resource.",
                            "READ.appliance.FileGateway": "Read a 'appliance.FileGateway' resource.",
                            "READ.appliance.FileSystemOpStatus": "Read a 'appliance.FileSystemOpStatus' resource.",
                            "READ.appliance.FileSystemOpSummary": "Read a 'appliance.FileSystemOpSummary' resource.",
                            "READ.appliance.FileSystemStatus": "Read a 'appliance.FileSystemStatus' resource.",
                            "READ.appliance.FileSystemTelemetry": "Read a 'appliance.FileSystemTelemetry' resource.",
                            "CREATE.appliance.FqdnUpdate": "Create a 'appliance.FqdnUpdate' resource.",
                            "READ.appliance.FqdnUpdate": "Read a 'appliance.FqdnUpdate' resource.",
                            "UPDATE.appliance.FqdnUpdate": "Update a 'appliance.FqdnUpdate' resource.",
                            "READ.appliance.GroupOpStatus": "Read a 'appliance.GroupOpStatus' resource.",
                            "READ.appliance.GroupStatus": "Read a 'appliance.GroupStatus' resource.",
                            "READ.appliance.ImageBundle": "Read a 'appliance.ImageBundle' resource.",
                            "READ.appliance.MemoryUtilization": "Read a 'appliance.MemoryUtilization' resource.",
                            "READ.appliance.MetaManifest": "Read a 'appliance.MetaManifest' resource.",
                            "READ.appliance.MetricsConfig": "Read a 'appliance.MetricsConfig' resource.",
                            "UPDATE.appliance.MetricsConfig": "Update a 'appliance.MetricsConfig' resource.",
                            "READ.appliance.MetricsIngestionUtilization": "Read a 'appliance.MetricsIngestionUtilization' resource.",
                            "READ.appliance.NetworkLinkStatus": "Read a 'appliance.NetworkLinkStatus' resource.",
                            "READ.appliance.NodeInfo": "Read a 'appliance.NodeInfo' resource.",
                            "READ.appliance.NodeIopsMetric": "Read a 'appliance.NodeIopsMetric' resource.",
                            "READ.appliance.NodeOpStatus": "Read a 'appliance.NodeOpStatus' resource.",
                            "READ.appliance.NodeStatus": "Read a 'appliance.NodeStatus' resource.",
                            "READ.appliance.NodeTelemetry": "Read a 'appliance.NodeTelemetry' resource.",
                            "READ.appliance.ReleaseNote": "Read a 'appliance.ReleaseNote' resource.",
                            "CREATE.appliance.RemoteFileImport": "Create a 'appliance.RemoteFileImport' resource.",
                            "READ.appliance.RemoteFileImport": "Read a 'appliance.RemoteFileImport' resource.",
                            "CREATE.appliance.Restore": "Create a 'appliance.Restore' resource.",
                            "DELETE.appliance.Restore": "Delete a 'appliance.Restore' resource.",
                            "READ.appliance.Restore": "Read a 'appliance.Restore' resource.",
                            "READ.appliance.SetupInfo": "Read a 'appliance.SetupInfo' resource.",
                            "UPDATE.appliance.SetupInfo": "Update a 'appliance.SetupInfo' resource.",
                            "READ.appliance.SystemInfo": "Read a 'appliance.SystemInfo' resource.",
                            "READ.appliance.SystemOpStatus": "Read a 'appliance.SystemOpStatus' resource.",
                            "READ.appliance.SystemStatus": "Read a 'appliance.SystemStatus' resource.",
                            "DELETE.appliance.Upgrade": "Delete a 'appliance.Upgrade' resource.",
                            "READ.appliance.Upgrade": "Read a 'appliance.Upgrade' resource.",
                            "UPDATE.appliance.Upgrade": "Update a 'appliance.Upgrade' resource.",
                            "READ.appliance.UpgradePolicy": "Read a 'appliance.UpgradePolicy' resource.",
                            "UPDATE.appliance.UpgradePolicy": "Update a 'appliance.UpgradePolicy' resource.",
                            "READ.appliance.UpgradeTracker": "Read a 'appliance.UpgradeTracker' resource.",
                            "CREATE.asset.ClaimToken": "Create a 'asset.ClaimToken' resource.",
                            "DELETE.asset.ClaimToken": "Delete a 'asset.ClaimToken' resource.",
                            "READ.asset.ClaimToken": "Read a 'asset.ClaimToken' resource.",
                            "READ.asset.ClusterMember": "Read a 'asset.ClusterMember' resource.",
                            "READ.asset.Deployment": "Read a 'asset.Deployment' resource.",
                            "READ.asset.DeploymentDevice": "Read a 'asset.DeploymentDevice' resource.",
                            "CREATE.asset.DeviceClaim": "Create a 'asset.DeviceClaim' resource.",
                            "DELETE.asset.DeviceClaim": "Delete a 'asset.DeviceClaim' resource.",
                            "READ.asset.DeviceConfiguration": "Read a 'asset.DeviceConfiguration' resource.",
                            "UPDATE.asset.DeviceConfiguration": "Update a 'asset.DeviceConfiguration' resource.",
                            "READ.asset.DeviceConnectorManager": "Read a 'asset.DeviceConnectorManager' resource.",
                            "READ.asset.DeviceContractInformation": "Read a 'asset.DeviceContractInformation' resource.",
                            "UPDATE.asset.DeviceContractInformation": "Update a 'asset.DeviceContractInformation' resource.",
                            "CREATE.asset.DeviceContractNotification": "Create a 'asset.DeviceContractNotification' resource.",
                            "READ.asset.DeviceRegistration": "Read a 'asset.DeviceRegistration' resource.",
                            "UPDATE.asset.DeviceRegistration": "Updates the resource representing the device connector. For example, this can be used to annotate the device connector resource with user-specified tags.",
                            "CREATE.asset.GeoLocation": "Create a 'asset.GeoLocation' resource.",
                            "DELETE.asset.GeoLocation": "Delete a 'asset.GeoLocation' resource.",
                            "READ.asset.GeoLocation": "Read a 'asset.GeoLocation' resource.",
                            "UPDATE.asset.GeoLocation": "Update a 'asset.GeoLocation' resource.",
                            "CREATE.asset.PreClaim": "Create a 'asset.PreClaim' resource.",
                            "UPDATE.asset.PreClaim": "Update a 'asset.PreClaim' resource.",
                            "READ.asset.Subscription": "Read a 'asset.Subscription' resource.",
                            "READ.asset.SubscriptionAccount": "Read a 'asset.SubscriptionAccount' resource.",
                            "READ.asset.SubscriptionDeviceContractInformation": "Read a 'asset.SubscriptionDeviceContractInformation' resource.",
                            "CREATE.asset.Target": "Create a 'asset.Target' resource.",
                            "DELETE.asset.Target": "Delete a 'asset.Target' resource.",
                            "READ.asset.Target": "Read a 'asset.Target' resource.",
                            "UPDATE.asset.Target": "Update a 'asset.Target' resource.",
                            "CREATE.auditd.Policy": "Create a 'auditd.Policy' resource.",
                            "DELETE.auditd.Policy": "Delete a 'auditd.Policy' resource.",
                            "READ.auditd.Policy": "Read a 'auditd.Policy' resource.",
                            "UPDATE.auditd.Policy": "Update a 'auditd.Policy' resource.",
                            "READ.bios.BootDevice": "Read a 'bios.BootDevice' resource.",
                            "READ.bios.BootMode": "Read a 'bios.BootMode' resource.",
                            "UPDATE.bios.BootMode": "Update a 'bios.BootMode' resource.",
                            "CREATE.bios.Policy": "Create a 'bios.Policy' resource.",
                            "DELETE.bios.Policy": "Delete a 'bios.Policy' resource.",
                            "READ.bios.Policy": "Read a 'bios.Policy' resource.",
                            "UPDATE.bios.Policy": "Update a 'bios.Policy' resource.",
                            "READ.bios.SystemBootOrder": "Read a 'bios.SystemBootOrder' resource.",
                            "READ.bios.TokenSettings": "Read a 'bios.TokenSettings' resource.",
                            "READ.bios.Unit": "Read a 'bios.Unit' resource.",
                            "UPDATE.bios.Unit": "Update a 'bios.Unit' resource.",
                            "READ.bios.VfSelectMemoryRasConfiguration": "Read a 'bios.VfSelectMemoryRasConfiguration' resource.",
                            "READ.boot.CddDevice": "Read a 'boot.CddDevice' resource.",
                            "UPDATE.boot.CddDevice": "Update a 'boot.CddDevice' resource.",
                            "READ.boot.DeviceBootMode": "Read a 'boot.DeviceBootMode' resource.",
                            "UPDATE.boot.DeviceBootMode": "Update a 'boot.DeviceBootMode' resource.",
                            "READ.boot.DeviceBootSecurity": "Read a 'boot.DeviceBootSecurity' resource.",
                            "UPDATE.boot.DeviceBootSecurity": "Update a 'boot.DeviceBootSecurity' resource.",
                            "READ.boot.HddDevice": "Read a 'boot.HddDevice' resource.",
                            "UPDATE.boot.HddDevice": "Update a 'boot.HddDevice' resource.",
                            "READ.boot.IscsiDevice": "Read a 'boot.IscsiDevice' resource.",
                            "UPDATE.boot.IscsiDevice": "Update a 'boot.IscsiDevice' resource.",
                            "READ.boot.NvmeDevice": "Read a 'boot.NvmeDevice' resource.",
                            "UPDATE.boot.NvmeDevice": "Update a 'boot.NvmeDevice' resource.",
                            "READ.boot.PchStorageDevice": "Read a 'boot.PchStorageDevice' resource.",
                            "UPDATE.boot.PchStorageDevice": "Update a 'boot.PchStorageDevice' resource.",
                            "CREATE.boot.PrecisionPolicy": "Create a 'boot.PrecisionPolicy' resource.",
                            "DELETE.boot.PrecisionPolicy": "Delete a 'boot.PrecisionPolicy' resource.",
                            "READ.boot.PrecisionPolicy": "Read a 'boot.PrecisionPolicy' resource.",
                            "UPDATE.boot.PrecisionPolicy": "Update a 'boot.PrecisionPolicy' resource.",
                            "READ.boot.PxeDevice": "Read a 'boot.PxeDevice' resource.",
                            "UPDATE.boot.PxeDevice": "Update a 'boot.PxeDevice' resource.",
                            "READ.boot.SanDevice": "Read a 'boot.SanDevice' resource.",
                            "UPDATE.boot.SanDevice": "Update a 'boot.SanDevice' resource.",
                            "READ.boot.SdDevice": "Read a 'boot.SdDevice' resource.",
                            "UPDATE.boot.SdDevice": "Update a 'boot.SdDevice' resource.",
                            "READ.boot.UefiShellDevice": "Read a 'boot.UefiShellDevice' resource.",
                            "UPDATE.boot.UefiShellDevice": "Update a 'boot.UefiShellDevice' resource.",
                            "READ.boot.UsbDevice": "Read a 'boot.UsbDevice' resource.",
                            "UPDATE.boot.UsbDevice": "Update a 'boot.UsbDevice' resource.",
                            "READ.boot.VmediaDevice": "Read a 'boot.VmediaDevice' resource.",
                            "UPDATE.boot.VmediaDevice": "Update a 'boot.VmediaDevice' resource.",
                            "CREATE.bulk.Export": "Create a 'bulk.Export' resource.",
                            "DELETE.bulk.Export": "Delete a 'bulk.Export' resource.",
                            "READ.bulk.Export": "Read a 'bulk.Export' resource.",
                            "UPDATE.bulk.Export": "Update a 'bulk.Export' resource.",
                            "READ.bulk.ExportedItem": "Read a 'bulk.ExportedItem' resource.",
                            "CREATE.bulk.MoCloner": "Create a 'bulk.MoCloner' resource.",
                            "READ.bulk.MoCloner": "Read a 'bulk.MoCloner' resource.",
                            "CREATE.bulk.MoDeepCloner": "Create a 'bulk.MoDeepCloner' resource.",
                            "READ.bulk.MoDeepCloner": "Read a 'bulk.MoDeepCloner' resource.",
                            "CREATE.bulk.MoMerger": "Create a 'bulk.MoMerger' resource.",
                            "READ.bulk.MoMerger": "Read a 'bulk.MoMerger' resource.",
                            "CREATE.bulk.Request": "Create a 'bulk.Request' resource.",
                            "READ.bulk.Request": "Read a 'bulk.Request' resource.",
                            "READ.bulk.Result": "Read a 'bulk.Result' resource.",
                            "READ.bulk.SubRequestObj": "Read a 'bulk.SubRequestObj' resource.",
                            "READ.capability.ActionsMetaData": "Read a 'capability.ActionsMetaData' resource.",
                            "READ.capability.AdapterDeprecatedDef": "Read a 'capability.AdapterDeprecatedDef' resource.",
                            "READ.capability.AdapterFirmwareRequirement": "Read a 'capability.AdapterFirmwareRequirement' resource.",
                            "READ.capability.AdapterUnitDescriptor": "Read a 'capability.AdapterUnitDescriptor' resource.",
                            "READ.capability.AdapterUpdateConstraintMeta": "Read a 'capability.AdapterUpdateConstraintMeta' resource.",
                            "READ.capability.AdapterUpgradeSupportMeta": "Read a 'capability.AdapterUpgradeSupportMeta' resource.",
                            "READ.capability.BiosTokens": "Read a 'capability.BiosTokens' resource.",
                            "READ.capability.Catalog": "Read a 'capability.Catalog' resource.",
                            "READ.capability.ChassisDescriptor": "Read a 'capability.ChassisDescriptor' resource.",
                            "READ.capability.ChassisManufacturingDef": "Read a 'capability.ChassisManufacturingDef' resource.",
                            "READ.capability.ChassisUpgradeSupportMeta": "Read a 'capability.ChassisUpgradeSupportMeta' resource.",
                            "READ.capability.CimcFirmwareDescriptor": "Read a 'capability.CimcFirmwareDescriptor' resource.",
                            "READ.capability.CpuEndpointDescriptor": "Read a 'capability.CpuEndpointDescriptor' resource.",
                            "READ.capability.DimmsEndpointDescriptor": "Read a 'capability.DimmsEndpointDescriptor' resource.",
                            "READ.capability.DomainPolicyRequirement": "Read a 'capability.DomainPolicyRequirement' resource.",
                            "READ.capability.DrivesEndpointDescriptor": "Read a 'capability.DrivesEndpointDescriptor' resource.",
                            "READ.capability.EquipmentPhysicalDef": "Read a 'capability.EquipmentPhysicalDef' resource.",
                            "READ.capability.EquipmentSlotArray": "Read a 'capability.EquipmentSlotArray' resource.",
                            "READ.capability.FanModuleDescriptor": "Read a 'capability.FanModuleDescriptor' resource.",
                            "READ.capability.FanModuleManufacturingDef": "Read a 'capability.FanModuleManufacturingDef' resource.",
                            "READ.capability.FexCapabilityDef": "Read a 'capability.FexCapabilityDef' resource.",
                            "READ.capability.FexDescriptor": "Read a 'capability.FexDescriptor' resource.",
                            "READ.capability.FexManufacturingDef": "Read a 'capability.FexManufacturingDef' resource.",
                            "READ.capability.FexSupportMeta": "Read a 'capability.FexSupportMeta' resource.",
                            "READ.capability.GpuEndpointDescriptor": "Read a 'capability.GpuEndpointDescriptor' resource.",
                            "READ.capability.HsuIsoFileSupportMeta": "Read a 'capability.HsuIsoFileSupportMeta' resource.",
                            "READ.capability.IoCardCapabilityDef": "Read a 'capability.IoCardCapabilityDef' resource.",
                            "READ.capability.IoCardDescriptor": "Read a 'capability.IoCardDescriptor' resource.",
                            "READ.capability.IoCardManufacturingDef": "Read a 'capability.IoCardManufacturingDef' resource.",
                            "READ.capability.IomUpgradeSupportMeta": "Read a 'capability.IomUpgradeSupportMeta' resource.",
                            "READ.capability.NetworkEquipmentPowerDef": "Read a 'capability.NetworkEquipmentPowerDef' resource.",
                            "READ.capability.PolicyConstants": "Read a 'capability.PolicyConstants' resource.",
                            "READ.capability.PortGroupAggregationDef": "Read a 'capability.PortGroupAggregationDef' resource.",
                            "READ.capability.ProcessorUnitUpdateConstraintMeta": "Read a 'capability.ProcessorUnitUpdateConstraintMeta' resource.",
                            "READ.capability.PsuDescriptor": "Read a 'capability.PsuDescriptor' resource.",
                            "READ.capability.PsuManufacturingDef": "Read a 'capability.PsuManufacturingDef' resource.",
                            "READ.capability.ServerActionsMeta": "Read a 'capability.ServerActionsMeta' resource.",
                            "READ.capability.ServerDescriptor": "Read a 'capability.ServerDescriptor' resource.",
                            "READ.capability.ServerModelsCapabilityDef": "Read a 'capability.ServerModelsCapabilityDef' resource.",
                            "READ.capability.ServerPcieConnectivityCatalog": "Read a 'capability.ServerPcieConnectivityCatalog' resource.",
                            "READ.capability.ServerSchemaDescriptor": "Read a 'capability.ServerSchemaDescriptor' resource.",
                            "READ.capability.ServerTopologyMap": "Read a 'capability.ServerTopologyMap' resource.",
                            "READ.capability.ServerUpgradeSupportMeta": "Read a 'capability.ServerUpgradeSupportMeta' resource.",
                            "READ.capability.SiocModuleCapabilityDef": "Read a 'capability.SiocModuleCapabilityDef' resource.",
                            "READ.capability.SiocModuleDescriptor": "Read a 'capability.SiocModuleDescriptor' resource.",
                            "READ.capability.SiocModuleManufacturingDef": "Read a 'capability.SiocModuleManufacturingDef' resource.",
                            "READ.capability.StandardRedfishSupportMeta": "Read a 'capability.StandardRedfishSupportMeta' resource.",
                            "READ.capability.StorageControllerUpdateConstraintMeta": "Read a 'capability.StorageControllerUpdateConstraintMeta' resource.",
                            "READ.capability.StorageControllersMetaData": "Read a 'capability.StorageControllersMetaData' resource.",
                            "READ.capability.SwitchCapability": "Read a 'capability.SwitchCapability' resource.",
                            "READ.capability.SwitchDescriptor": "Read a 'capability.SwitchDescriptor' resource.",
                            "READ.capability.SwitchEquipmentInfo": "Read a 'capability.SwitchEquipmentInfo' resource.",
                            "READ.capability.SwitchManufacturingDef": "Read a 'capability.SwitchManufacturingDef' resource.",
                            "READ.capability.SwitchUpgradeSupportMeta": "Read a 'capability.SwitchUpgradeSupportMeta' resource.",
                            "READ.capability.TemplateCatalog": "Read a 'capability.TemplateCatalog' resource.",
                            "READ.capability.TimeZoneMetaData": "Read a 'capability.TimeZoneMetaData' resource.",
                            "READ.capability.UpdateOrderMeta": "Read a 'capability.UpdateOrderMeta' resource.",
                            "READ.capability.VicDescriptor": "Read a 'capability.VicDescriptor' resource.",
                            "READ.catalystsdwan.ConfigGroup": "Read a 'catalystsdwan.ConfigGroup' resource.",
                            "READ.catalystsdwan.Interface": "Read a 'catalystsdwan.Interface' resource.",
                            "READ.catalystsdwan.PhysicalPort": "Read a 'catalystsdwan.PhysicalPort' resource.",
                            "READ.catalystsdwan.PolicyGroup": "Read a 'catalystsdwan.PolicyGroup' resource.",
                            "READ.catalystsdwan.PortChannel": "Read a 'catalystsdwan.PortChannel' resource.",
                            "READ.catalystsdwan.VedgeDevice": "Read a 'catalystsdwan.VedgeDevice' resource.",
                            "READ.catalystsdwan.Vlan": "Read a 'catalystsdwan.Vlan' resource.",
                            "READ.catalystsdwan.WanEdgeDevice": "Read a 'catalystsdwan.WanEdgeDevice' resource.",
                            "CREATE.certificatemanagement.Policy": "Create a 'certificatemanagement.Policy' resource.",
                            "DELETE.certificatemanagement.Policy": "Delete a 'certificatemanagement.Policy' resource.",
                            "READ.certificatemanagement.Policy": "Read a 'certificatemanagement.Policy' resource.",
                            "UPDATE.certificatemanagement.Policy": "Update a 'certificatemanagement.Policy' resource.",
                            "READ.certificatemanagement.PolicyInventory": "Read a 'certificatemanagement.PolicyInventory' resource.",
                            "READ.chassis.ConfigChangeDetail": "Read a 'chassis.ConfigChangeDetail' resource.",
                            "CREATE.chassis.ConfigImport": "Create a 'chassis.ConfigImport' resource.",
                            "READ.chassis.ConfigImport": "Read a 'chassis.ConfigImport' resource.",
                            "READ.chassis.ConfigResult": "Read a 'chassis.ConfigResult' resource.",
                            "READ.chassis.ConfigResultEntry": "Read a 'chassis.ConfigResultEntry' resource.",
                            "READ.chassis.IomProfile": "Read a 'chassis.IomProfile' resource.",
                            "CREATE.chassis.Profile": "Create a 'chassis.Profile' resource.",
                            "DELETE.chassis.Profile": "Delete a 'chassis.Profile' resource.",
                            "READ.chassis.Profile": "Read a 'chassis.Profile' resource.",
                            "UPDATE.chassis.Profile": "Update a 'chassis.Profile' resource.",
                            "CREATE.chassis.ProfileTemplate": "Create a 'chassis.ProfileTemplate' resource.",
                            "DELETE.chassis.ProfileTemplate": "Delete a 'chassis.ProfileTemplate' resource.",
                            "READ.chassis.ProfileTemplate": "Read a 'chassis.ProfileTemplate' resource.",
                            "UPDATE.chassis.ProfileTemplate": "Update a 'chassis.ProfileTemplate' resource.",
                            "CREATE.cli.CliPolicy": "Create a 'cli.CliPolicy' resource.",
                            "DELETE.cli.CliPolicy": "Delete a 'cli.CliPolicy' resource.",
                            "READ.cli.CliPolicy": "Read a 'cli.CliPolicy' resource.",
                            "UPDATE.cli.CliPolicy": "Update a 'cli.CliPolicy' resource.",
                            "CREATE.cloud.CollectInventory": "Create a 'cloud.CollectInventory' resource.",
                            "READ.cloud.TfcAgentpool": "Read a 'cloud.TfcAgentpool' resource.",
                            "READ.cloud.TfcOrganization": "Read a 'cloud.TfcOrganization' resource.",
                            "READ.cloud.TfcWorkspace": "Read a 'cloud.TfcWorkspace' resource.",
                            "CREATE.comm.HttpProxyPolicy": "Create a 'comm.HttpProxyPolicy' resource.",
                            "DELETE.comm.HttpProxyPolicy": "Delete a 'comm.HttpProxyPolicy' resource.",
                            "READ.comm.HttpProxyPolicy": "Read a 'comm.HttpProxyPolicy' resource.",
                            "UPDATE.comm.HttpProxyPolicy": "Update a 'comm.HttpProxyPolicy' resource.",
                            "CREATE.comm.TagDefinition": "Create a 'comm.TagDefinition' resource.",
                            "DELETE.comm.TagDefinition": "Delete a 'comm.TagDefinition' resource.",
                            "READ.comm.TagDefinition": "Read a 'comm.TagDefinition' resource.",
                            "UPDATE.comm.TagDefinition": "Update a 'comm.TagDefinition' resource.",
                            "READ.compute.Blade": "Read a 'compute.Blade' resource.",
                            "UPDATE.compute.Blade": "Update a 'compute.Blade' resource.",
                            "READ.compute.BladeIdentity": "Read a 'compute.BladeIdentity' resource.",
                            "UPDATE.compute.BladeIdentity": "Update a 'compute.BladeIdentity' resource.",
                            "READ.compute.Board": "Read a 'compute.Board' resource.",
                            "UPDATE.compute.Board": "Update a 'compute.Board' resource.",
                            "READ.compute.DownloadStatus": "Read a 'compute.DownloadStatus' resource.",
                            "CREATE.compute.HostUtilityOperation": "Create a 'compute.HostUtilityOperation' resource.",
                            "READ.compute.HostUtilityOperation": "Read a 'compute.HostUtilityOperation' resource.",
                            "READ.compute.Mapping": "Read a 'compute.Mapping' resource.",
                            "UPDATE.compute.Mapping": "Update a 'compute.Mapping' resource.",
                            "CREATE.compute.PcieConnectivityPolicy": "Create a 'compute.PcieConnectivityPolicy' resource.",
                            "DELETE.compute.PcieConnectivityPolicy": "Delete a 'compute.PcieConnectivityPolicy' resource.",
                            "READ.compute.PcieConnectivityPolicy": "Read a 'compute.PcieConnectivityPolicy' resource.",
                            "UPDATE.compute.PcieConnectivityPolicy": "Update a 'compute.PcieConnectivityPolicy' resource.",
                            "READ.compute.PcieConnectivityPolicyInventory": "Read a 'compute.PcieConnectivityPolicyInventory' resource.",
                            "READ.compute.Personality": "Read a 'compute.Personality' resource.",
                            "UPDATE.compute.Personality": "Update a 'compute.Personality' resource.",
                            "READ.compute.PhysicalSummary": "Read a 'compute.PhysicalSummary' resource.",
                            "DELETE.compute.RackUnit": "Delete a 'compute.RackUnit' resource.",
                            "READ.compute.RackUnit": "Read a 'compute.RackUnit' resource.",
                            "UPDATE.compute.RackUnit": "Update a 'compute.RackUnit' resource.",
                            "DELETE.compute.RackUnitIdentity": "Delete a 'compute.RackUnitIdentity' resource.",
                            "READ.compute.RackUnitIdentity": "Read a 'compute.RackUnitIdentity' resource.",
                            "UPDATE.compute.RackUnitIdentity": "Update a 'compute.RackUnitIdentity' resource.",
                            "CREATE.compute.ScrubPolicy": "Create a 'compute.ScrubPolicy' resource.",
                            "DELETE.compute.ScrubPolicy": "Delete a 'compute.ScrubPolicy' resource.",
                            "READ.compute.ScrubPolicy": "Read a 'compute.ScrubPolicy' resource.",
                            "UPDATE.compute.ScrubPolicy": "Update a 'compute.ScrubPolicy' resource.",
                            "READ.compute.ServerIdPool": "Read a 'compute.ServerIdPool' resource.",
                            "READ.compute.ServerPowerParameters": "Read a 'compute.ServerPowerParameters' resource.",
                            "DELETE.compute.ServerPowerPolicy": "Delete a 'compute.ServerPowerPolicy' resource.",
                            "READ.compute.ServerPowerPolicy": "Read a 'compute.ServerPowerPolicy' resource.",
                            "UPDATE.compute.ServerPowerPolicy": "Update a 'compute.ServerPowerPolicy' resource.",
                            "READ.compute.ServerSetting": "Read a 'compute.ServerSetting' resource.",
                            "UPDATE.compute.ServerSetting": "Update a 'compute.ServerSetting' resource.",
                            "READ.compute.Vmedia": "Read a 'compute.Vmedia' resource.",
                            "READ.cond.Alarm": "Read a 'cond.Alarm' resource.",
                            "UPDATE.cond.Alarm": "Update a 'cond.Alarm' resource.",
                            "READ.cond.AlarmAggregation": "Read a 'cond.AlarmAggregation' resource.",
                            "READ.cond.AlarmClassification": "Read a 'cond.AlarmClassification' resource.",
                            "READ.cond.AlarmDefinition": "Read a 'cond.AlarmDefinition' resource.",
                            "CREATE.cond.AlarmRule": "Create a 'cond.AlarmRule' resource.",
                            "DELETE.cond.AlarmRule": "Delete a 'cond.AlarmRule' resource.",
                            "READ.cond.AlarmRule": "Read a 'cond.AlarmRule' resource.",
                            "UPDATE.cond.AlarmRule": "Update a 'cond.AlarmRule' resource.",
                            "CREATE.cond.AlarmSuppression": "Create a 'cond.AlarmSuppression' resource.",
                            "DELETE.cond.AlarmSuppression": "Delete a 'cond.AlarmSuppression' resource.",
                            "READ.cond.AlarmSuppression": "Read a 'cond.AlarmSuppression' resource.",
                            "UPDATE.cond.AlarmSuppression": "Update a 'cond.AlarmSuppression' resource.",
                            "CREATE.cond.AlarmSuppressionDryRun": "Create a 'cond.AlarmSuppressionDryRun' resource.",
                            "CREATE.cond.CustomHclBaseline": "Create a 'cond.CustomHclBaseline' resource.",
                            "DELETE.cond.CustomHclBaseline": "Delete a 'cond.CustomHclBaseline' resource.",
                            "READ.cond.CustomHclBaseline": "Read a 'cond.CustomHclBaseline' resource.",
                            "UPDATE.cond.CustomHclBaseline": "Update a 'cond.CustomHclBaseline' resource.",
                            "CREATE.cond.CustomHclStatus": "Create a 'cond.CustomHclStatus' resource.",
                            "READ.cond.CustomHclStatus": "Read a 'cond.CustomHclStatus' resource.",
                            "READ.cond.HclStatus": "Read a 'cond.HclStatus' resource.",
                            "READ.cond.HclStatusDetail": "Read a 'cond.HclStatusDetail' resource.",
                            "CREATE.cond.HclStatusJob": "Create a 'cond.HclStatusJob' resource.",
                            "READ.cond.HclStatusJob": "Read a 'cond.HclStatusJob' resource.",
                            "CREATE.cond.ThresholdDefinition": "Create a 'cond.ThresholdDefinition' resource.",
                            "DELETE.cond.ThresholdDefinition": "Delete a 'cond.ThresholdDefinition' resource.",
                            "READ.cond.ThresholdDefinition": "Read a 'cond.ThresholdDefinition' resource.",
                            "UPDATE.cond.ThresholdDefinition": "Update a 'cond.ThresholdDefinition' resource.",
                            "CREATE.connectorpack.ConnectorPackUpgrade": "Create a 'connectorpack.ConnectorPackUpgrade' resource.",
                            "DELETE.connectorpack.ConnectorPackUpgrade": "Delete a 'connectorpack.ConnectorPackUpgrade' resource.",
                            "READ.connectorpack.ConnectorPackUpgrade": "Read a 'connectorpack.ConnectorPackUpgrade' resource.",
                            "READ.connectorpack.UpgradeImpact": "Read a 'connectorpack.UpgradeImpact' resource.",
                            "READ.console.ConsoleConfig": "Read a 'console.ConsoleConfig' resource.",
                            "READ.convergedinfra.AdapterComplianceDetails": "Read a 'convergedinfra.AdapterComplianceDetails' resource.",
                            "READ.convergedinfra.Pod": "Read a 'convergedinfra.Pod' resource.",
                            "UPDATE.convergedinfra.Pod": "Update a 'convergedinfra.Pod' resource.",
                            "READ.convergedinfra.PodComplianceInfo": "Read a 'convergedinfra.PodComplianceInfo' resource.",
                            "READ.convergedinfra.ServerComplianceDetails": "Read a 'convergedinfra.ServerComplianceDetails' resource.",
                            "READ.convergedinfra.StorageComplianceDetails": "Read a 'convergedinfra.StorageComplianceDetails' resource.",
                            "READ.convergedinfra.SwitchComplianceDetails": "Read a 'convergedinfra.SwitchComplianceDetails' resource.",
                            "DELETE.coremanagement.CoreFile": "Delete a 'coremanagement.CoreFile' resource.",
                            "READ.coremanagement.CoreFile": "Read a 'coremanagement.CoreFile' resource.",
                            "UPDATE.coremanagement.CoreFile": "Update a 'coremanagement.CoreFile' resource.",
                            "READ.coremanagement.Download": "Read a 'coremanagement.Download' resource.",
                            "CREATE.crd.CustomResource": "Create a 'crd.CustomResource' resource.",
                            "DELETE.crd.CustomResource": "Delete a 'crd.CustomResource' resource.",
                            "READ.crd.CustomResource": "Read a 'crd.CustomResource' resource.",
                            "UPDATE.crd.CustomResource": "Update a 'crd.CustomResource' resource.",
                            "CREATE.deviceconnector.Policy": "Create a 'deviceconnector.Policy' resource.",
                            "DELETE.deviceconnector.Policy": "Delete a 'deviceconnector.Policy' resource.",
                            "READ.deviceconnector.Policy": "Read a 'deviceconnector.Policy' resource.",
                            "UPDATE.deviceconnector.Policy": "Update a 'deviceconnector.Policy' resource.",
                            "READ.dnac.Device": "Read a 'dnac.Device' resource.",
                            "READ.dnac.DeviceInterface": "Read a 'dnac.DeviceInterface' resource.",
                            "READ.dnac.ExternalBorderNode": "Read a 'dnac.ExternalBorderNode' resource.",
                            "READ.dnac.ExternalBorderNodeInterface": "Read a 'dnac.ExternalBorderNodeInterface' resource.",
                            "READ.dnac.FabricSite": "Read a 'dnac.FabricSite' resource.",
                            "READ.dnac.Site": "Read a 'dnac.Site' resource.",
                            "READ.dnac.SiteIpPool": "Read a 'dnac.SiteIpPool' resource.",
                            "READ.dnac.Template": "Read a 'dnac.Template' resource.",
                            "READ.dnac.Transit": "Read a 'dnac.Transit' resource.",
                            "READ.dnac.VirtualNetworkFabricSite": "Read a 'dnac.VirtualNetworkFabricSite' resource.",
                            "CREATE.energy.DailyMetrics": "Create a 'energy.DailyMetrics' resource.",
                            "CREATE.energy.Metrics": "Create a 'energy.Metrics' resource.",
                            "READ.equipment.Chassis": "Read a 'equipment.Chassis' resource.",
                            "UPDATE.equipment.Chassis": "Update a 'equipment.Chassis' resource.",
                            "READ.equipment.ChassisController": "Read a 'equipment.ChassisController' resource.",
                            "UPDATE.equipment.ChassisController": "Update a 'equipment.ChassisController' resource.",
                            "READ.equipment.ChassisIdPool": "Read a 'equipment.ChassisIdPool' resource.",
                            "READ.equipment.ChassisIdentity": "Read a 'equipment.ChassisIdentity' resource.",
                            "UPDATE.equipment.ChassisIdentity": "Update a 'equipment.ChassisIdentity' resource.",
                            "READ.equipment.ChassisOperation": "Read a 'equipment.ChassisOperation' resource.",
                            "UPDATE.equipment.ChassisOperation": "Update a 'equipment.ChassisOperation' resource.",
                            "READ.equipment.DeviceSummary": "Read a 'equipment.DeviceSummary' resource.",
                            "READ.equipment.EnclosureElement": "Read a 'equipment.EnclosureElement' resource.",
                            "UPDATE.equipment.EnclosureElement": "Update a 'equipment.EnclosureElement' resource.",
                            "READ.equipment.EndPointLog": "Read a 'equipment.EndPointLog' resource.",
                            "READ.equipment.ExpanderModule": "Read a 'equipment.ExpanderModule' resource.",
                            "UPDATE.equipment.ExpanderModule": "Update a 'equipment.ExpanderModule' resource.",
                            "READ.equipment.ExpanderModuleIdentity": "Read a 'equipment.ExpanderModuleIdentity' resource.",
                            "UPDATE.equipment.ExpanderModuleIdentity": "Update a 'equipment.ExpanderModuleIdentity' resource.",
                            "READ.equipment.ExpanderModuleOperation": "Read a 'equipment.ExpanderModuleOperation' resource.",
                            "UPDATE.equipment.ExpanderModuleOperation": "Update a 'equipment.ExpanderModuleOperation' resource.",
                            "READ.equipment.Fan": "Read a 'equipment.Fan' resource.",
                            "UPDATE.equipment.Fan": "Update a 'equipment.Fan' resource.",
                            "READ.equipment.FanControl": "Read a 'equipment.FanControl' resource.",
                            "UPDATE.equipment.FanControl": "Update a 'equipment.FanControl' resource.",
                            "READ.equipment.FanModule": "Read a 'equipment.FanModule' resource.",
                            "UPDATE.equipment.FanModule": "Update a 'equipment.FanModule' resource.",
                            "READ.equipment.Fex": "Read a 'equipment.Fex' resource.",
                            "UPDATE.equipment.Fex": "Update a 'equipment.Fex' resource.",
                            "READ.equipment.FexIdentity": "Read a 'equipment.FexIdentity' resource.",
                            "UPDATE.equipment.FexIdentity": "Update a 'equipment.FexIdentity' resource.",
                            "READ.equipment.FexOperation": "Read a 'equipment.FexOperation' resource.",
                            "UPDATE.equipment.FexOperation": "Update a 'equipment.FexOperation' resource.",
                            "READ.equipment.Fru": "Read a 'equipment.Fru' resource.",
                            "UPDATE.equipment.Fru": "Update a 'equipment.Fru' resource.",
                            "READ.equipment.HybridDriveSlot": "Read a 'equipment.HybridDriveSlot' resource.",
                            "READ.equipment.Interconnect": "Read a 'equipment.Interconnect' resource.",
                            "READ.equipment.IoCard": "Read a 'equipment.IoCard' resource.",
                            "UPDATE.equipment.IoCard": "Update a 'equipment.IoCard' resource.",
                            "READ.equipment.IoCardOperation": "Read a 'equipment.IoCardOperation' resource.",
                            "UPDATE.equipment.IoCardOperation": "Update a 'equipment.IoCardOperation' resource.",
                            "READ.equipment.IoExpander": "Read a 'equipment.IoExpander' resource.",
                            "UPDATE.equipment.IoExpander": "Update a 'equipment.IoExpander' resource.",
                            "READ.equipment.LocatorLed": "Read a 'equipment.LocatorLed' resource.",
                            "UPDATE.equipment.LocatorLed": "Update a 'equipment.LocatorLed' resource.",
                            "READ.equipment.LogDownload": "Read a 'equipment.LogDownload' resource.",
                            "READ.equipment.Psu": "Read a 'equipment.Psu' resource.",
                            "UPDATE.equipment.Psu": "Update a 'equipment.Psu' resource.",
                            "READ.equipment.PsuControl": "Read a 'equipment.PsuControl' resource.",
                            "UPDATE.equipment.PsuControl": "Update a 'equipment.PsuControl' resource.",
                            "READ.equipment.RackEnclosure": "Read a 'equipment.RackEnclosure' resource.",
                            "UPDATE.equipment.RackEnclosure": "Update a 'equipment.RackEnclosure' resource.",
                            "READ.equipment.RackEnclosureSlot": "Read a 'equipment.RackEnclosureSlot' resource.",
                            "UPDATE.equipment.RackEnclosureSlot": "Update a 'equipment.RackEnclosureSlot' resource.",
                            "READ.equipment.Riser": "Read a 'equipment.Riser' resource.",
                            "READ.equipment.Sensor": "Read a 'equipment.Sensor' resource.",
                            "READ.equipment.SharedAdapterUnit": "Read a 'equipment.SharedAdapterUnit' resource.",
                            "READ.equipment.SharedGraphicsCard": "Read a 'equipment.SharedGraphicsCard' resource.",
                            "READ.equipment.SharedIoModule": "Read a 'equipment.SharedIoModule' resource.",
                            "UPDATE.equipment.SharedIoModule": "Update a 'equipment.SharedIoModule' resource.",
                            "READ.equipment.SwitchCard": "Read a 'equipment.SwitchCard' resource.",
                            "UPDATE.equipment.SwitchCard": "Update a 'equipment.SwitchCard' resource.",
                            "READ.equipment.SwitchOperation": "Read a 'equipment.SwitchOperation' resource.",
                            "UPDATE.equipment.SwitchOperation": "Update a 'equipment.SwitchOperation' resource.",
                            "READ.equipment.SystemIoController": "Read a 'equipment.SystemIoController' resource.",
                            "UPDATE.equipment.SystemIoController": "Update a 'equipment.SystemIoController' resource.",
                            "READ.equipment.Tpm": "Read a 'equipment.Tpm' resource.",
                            "UPDATE.equipment.Tpm": "Update a 'equipment.Tpm' resource.",
                            "READ.equipment.Transceiver": "Read a 'equipment.Transceiver' resource.",
                            "UPDATE.equipment.Transceiver": "Update a 'equipment.Transceiver' resource.",
                            "READ.ether.HostPort": "Read a 'ether.HostPort' resource.",
                            "UPDATE.ether.HostPort": "Update a 'ether.HostPort' resource.",
                            "READ.ether.InterSwitchPort": "Read a 'ether.InterSwitchPort' resource.",
                            "READ.ether.LanPort": "Read a 'ether.LanPort' resource.",
                            "READ.ether.NetworkPort": "Read a 'ether.NetworkPort' resource.",
                            "UPDATE.ether.NetworkPort": "Update a 'ether.NetworkPort' resource.",
                            "READ.ether.PhysicalPort": "Read a 'ether.PhysicalPort' resource.",
                            "UPDATE.ether.PhysicalPort": "Update a 'ether.PhysicalPort' resource.",
                            "READ.ether.PortChannel": "Read a 'ether.PortChannel' resource.",
                            "CREATE.externalsite.Authorization": "Create a 'externalsite.Authorization' resource.",
                            "READ.externalsite.Authorization": "Read a 'externalsite.Authorization' resource.",
                            "UPDATE.externalsite.Authorization": "Update a 'externalsite.Authorization' resource.",
                            "CREATE.fabric.AppliancePcRole": "Create a 'fabric.AppliancePcRole' resource.",
                            "DELETE.fabric.AppliancePcRole": "Delete a 'fabric.AppliancePcRole' resource.",
                            "READ.fabric.AppliancePcRole": "Read a 'fabric.AppliancePcRole' resource.",
                            "UPDATE.fabric.AppliancePcRole": "Update a 'fabric.AppliancePcRole' resource.",
                            "CREATE.fabric.ApplianceRole": "Create a 'fabric.ApplianceRole' resource.",
                            "DELETE.fabric.ApplianceRole": "Delete a 'fabric.ApplianceRole' resource.",
                            "READ.fabric.ApplianceRole": "Read a 'fabric.ApplianceRole' resource.",
                            "UPDATE.fabric.ApplianceRole": "Update a 'fabric.ApplianceRole' resource.",
                            "READ.fabric.ConfigChangeDetail": "Read a 'fabric.ConfigChangeDetail' resource.",
                            "READ.fabric.ConfigResult": "Read a 'fabric.ConfigResult' resource.",
                            "READ.fabric.ConfigResultEntry": "Read a 'fabric.ConfigResultEntry' resource.",
                            "READ.fabric.ElementIdentity": "Read a 'fabric.ElementIdentity' resource.",
                            "UPDATE.fabric.ElementIdentity": "Update a 'fabric.ElementIdentity' resource.",
                            "CREATE.fabric.EstimateImpact": "Create a 'fabric.EstimateImpact' resource.",
                            "CREATE.fabric.EthNetworkControlPolicy": "Create a 'fabric.EthNetworkControlPolicy' resource.",
                            "DELETE.fabric.EthNetworkControlPolicy": "Delete a 'fabric.EthNetworkControlPolicy' resource.",
                            "READ.fabric.EthNetworkControlPolicy": "Read a 'fabric.EthNetworkControlPolicy' resource.",
                            "UPDATE.fabric.EthNetworkControlPolicy": "Update a 'fabric.EthNetworkControlPolicy' resource.",
                            "READ.fabric.EthNetworkControlPolicyInventory": "Read a 'fabric.EthNetworkControlPolicyInventory' resource.",
                            "CREATE.fabric.EthNetworkGroupPolicy": "Create a 'fabric.EthNetworkGroupPolicy' resource.",
                            "DELETE.fabric.EthNetworkGroupPolicy": "Delete a 'fabric.EthNetworkGroupPolicy' resource.",
                            "READ.fabric.EthNetworkGroupPolicy": "Read a 'fabric.EthNetworkGroupPolicy' resource.",
                            "UPDATE.fabric.EthNetworkGroupPolicy": "Update a 'fabric.EthNetworkGroupPolicy' resource.",
                            "READ.fabric.EthNetworkGroupPolicyInventory": "Read a 'fabric.EthNetworkGroupPolicyInventory' resource.",
                            "CREATE.fabric.EthNetworkPolicy": "Create a 'fabric.EthNetworkPolicy' resource.",
                            "DELETE.fabric.EthNetworkPolicy": "Delete a 'fabric.EthNetworkPolicy' resource.",
                            "READ.fabric.EthNetworkPolicy": "Read a 'fabric.EthNetworkPolicy' resource.",
                            "UPDATE.fabric.EthNetworkPolicy": "Update a 'fabric.EthNetworkPolicy' resource.",
                            "CREATE.fabric.FcNetworkPolicy": "Create a 'fabric.FcNetworkPolicy' resource.",
                            "DELETE.fabric.FcNetworkPolicy": "Delete a 'fabric.FcNetworkPolicy' resource.",
                            "READ.fabric.FcNetworkPolicy": "Read a 'fabric.FcNetworkPolicy' resource.",
                            "UPDATE.fabric.FcNetworkPolicy": "Update a 'fabric.FcNetworkPolicy' resource.",
                            "CREATE.fabric.FcStorageRole": "Create a 'fabric.FcStorageRole' resource.",
                            "DELETE.fabric.FcStorageRole": "Delete a 'fabric.FcStorageRole' resource.",
                            "READ.fabric.FcStorageRole": "Read a 'fabric.FcStorageRole' resource.",
                            "UPDATE.fabric.FcStorageRole": "Update a 'fabric.FcStorageRole' resource.",
                            "CREATE.fabric.FcUplinkPcRole": "Create a 'fabric.FcUplinkPcRole' resource.",
                            "DELETE.fabric.FcUplinkPcRole": "Delete a 'fabric.FcUplinkPcRole' resource.",
                            "READ.fabric.FcUplinkPcRole": "Read a 'fabric.FcUplinkPcRole' resource.",
                            "UPDATE.fabric.FcUplinkPcRole": "Update a 'fabric.FcUplinkPcRole' resource.",
                            "CREATE.fabric.FcUplinkRole": "Create a 'fabric.FcUplinkRole' resource.",
                            "DELETE.fabric.FcUplinkRole": "Delete a 'fabric.FcUplinkRole' resource.",
                            "READ.fabric.FcUplinkRole": "Read a 'fabric.FcUplinkRole' resource.",
                            "UPDATE.fabric.FcUplinkRole": "Update a 'fabric.FcUplinkRole' resource.",
                            "CREATE.fabric.FcZonePolicy": "Create a 'fabric.FcZonePolicy' resource.",
                            "DELETE.fabric.FcZonePolicy": "Delete a 'fabric.FcZonePolicy' resource.",
                            "READ.fabric.FcZonePolicy": "Read a 'fabric.FcZonePolicy' resource.",
                            "UPDATE.fabric.FcZonePolicy": "Update a 'fabric.FcZonePolicy' resource.",
                            "CREATE.fabric.FcoeUplinkPcRole": "Create a 'fabric.FcoeUplinkPcRole' resource.",
                            "DELETE.fabric.FcoeUplinkPcRole": "Delete a 'fabric.FcoeUplinkPcRole' resource.",
                            "READ.fabric.FcoeUplinkPcRole": "Read a 'fabric.FcoeUplinkPcRole' resource.",
                            "UPDATE.fabric.FcoeUplinkPcRole": "Update a 'fabric.FcoeUplinkPcRole' resource.",
                            "CREATE.fabric.FcoeUplinkRole": "Create a 'fabric.FcoeUplinkRole' resource.",
                            "DELETE.fabric.FcoeUplinkRole": "Delete a 'fabric.FcoeUplinkRole' resource.",
                            "READ.fabric.FcoeUplinkRole": "Read a 'fabric.FcoeUplinkRole' resource.",
                            "UPDATE.fabric.FcoeUplinkRole": "Update a 'fabric.FcoeUplinkRole' resource.",
                            "CREATE.fabric.FlowControlPolicy": "Create a 'fabric.FlowControlPolicy' resource.",
                            "DELETE.fabric.FlowControlPolicy": "Delete a 'fabric.FlowControlPolicy' resource.",
                            "READ.fabric.FlowControlPolicy": "Read a 'fabric.FlowControlPolicy' resource.",
                            "UPDATE.fabric.FlowControlPolicy": "Update a 'fabric.FlowControlPolicy' resource.",
                            "CREATE.fabric.LanPinGroup": "Create a 'fabric.LanPinGroup' resource.",
                            "DELETE.fabric.LanPinGroup": "Delete a 'fabric.LanPinGroup' resource.",
                            "READ.fabric.LanPinGroup": "Read a 'fabric.LanPinGroup' resource.",
                            "UPDATE.fabric.LanPinGroup": "Update a 'fabric.LanPinGroup' resource.",
                            "CREATE.fabric.LinkAggregationPolicy": "Create a 'fabric.LinkAggregationPolicy' resource.",
                            "DELETE.fabric.LinkAggregationPolicy": "Delete a 'fabric.LinkAggregationPolicy' resource.",
                            "READ.fabric.LinkAggregationPolicy": "Read a 'fabric.LinkAggregationPolicy' resource.",
                            "UPDATE.fabric.LinkAggregationPolicy": "Update a 'fabric.LinkAggregationPolicy' resource.",
                            "CREATE.fabric.LinkControlPolicy": "Create a 'fabric.LinkControlPolicy' resource.",
                            "DELETE.fabric.LinkControlPolicy": "Delete a 'fabric.LinkControlPolicy' resource.",
                            "READ.fabric.LinkControlPolicy": "Read a 'fabric.LinkControlPolicy' resource.",
                            "UPDATE.fabric.LinkControlPolicy": "Update a 'fabric.LinkControlPolicy' resource.",
                            "CREATE.fabric.MacSecPolicy": "Create a 'fabric.MacSecPolicy' resource.",
                            "DELETE.fabric.MacSecPolicy": "Delete a 'fabric.MacSecPolicy' resource.",
                            "READ.fabric.MacSecPolicy": "Read a 'fabric.MacSecPolicy' resource.",
                            "UPDATE.fabric.MacSecPolicy": "Update a 'fabric.MacSecPolicy' resource.",
                            "CREATE.fabric.MulticastPolicy": "Create a 'fabric.MulticastPolicy' resource.",
                            "DELETE.fabric.MulticastPolicy": "Delete a 'fabric.MulticastPolicy' resource.",
                            "READ.fabric.MulticastPolicy": "Read a 'fabric.MulticastPolicy' resource.",
                            "UPDATE.fabric.MulticastPolicy": "Update a 'fabric.MulticastPolicy' resource.",
                            "CREATE.fabric.NetFlowExporter": "Create a 'fabric.NetFlowExporter' resource.",
                            "DELETE.fabric.NetFlowExporter": "Delete a 'fabric.NetFlowExporter' resource.",
                            "READ.fabric.NetFlowExporter": "Read a 'fabric.NetFlowExporter' resource.",
                            "UPDATE.fabric.NetFlowExporter": "Update a 'fabric.NetFlowExporter' resource.",
                            "CREATE.fabric.NetFlowMonitor": "Create a 'fabric.NetFlowMonitor' resource.",
                            "DELETE.fabric.NetFlowMonitor": "Delete a 'fabric.NetFlowMonitor' resource.",
                            "READ.fabric.NetFlowMonitor": "Read a 'fabric.NetFlowMonitor' resource.",
                            "UPDATE.fabric.NetFlowMonitor": "Update a 'fabric.NetFlowMonitor' resource.",
                            "CREATE.fabric.NetFlowPolicy": "Create a 'fabric.NetFlowPolicy' resource.",
                            "DELETE.fabric.NetFlowPolicy": "Delete a 'fabric.NetFlowPolicy' resource.",
                            "READ.fabric.NetFlowPolicy": "Read a 'fabric.NetFlowPolicy' resource.",
                            "UPDATE.fabric.NetFlowPolicy": "Update a 'fabric.NetFlowPolicy' resource.",
                            "CREATE.fabric.NetFlowRecord": "Create a 'fabric.NetFlowRecord' resource.",
                            "DELETE.fabric.NetFlowRecord": "Delete a 'fabric.NetFlowRecord' resource.",
                            "READ.fabric.NetFlowRecord": "Read a 'fabric.NetFlowRecord' resource.",
                            "UPDATE.fabric.NetFlowRecord": "Update a 'fabric.NetFlowRecord' resource.",
                            "READ.fabric.PcMember": "Read a 'fabric.PcMember' resource.",
                            "CREATE.fabric.PcOperation": "Create a 'fabric.PcOperation' resource.",
                            "DELETE.fabric.PcOperation": "Delete a 'fabric.PcOperation' resource.",
                            "READ.fabric.PcOperation": "Read a 'fabric.PcOperation' resource.",
                            "UPDATE.fabric.PcOperation": "Update a 'fabric.PcOperation' resource.",
                            "CREATE.fabric.PortMode": "Create a 'fabric.PortMode' resource.",
                            "DELETE.fabric.PortMode": "Delete a 'fabric.PortMode' resource.",
                            "READ.fabric.PortMode": "Read a 'fabric.PortMode' resource.",
                            "UPDATE.fabric.PortMode": "Update a 'fabric.PortMode' resource.",
                            "CREATE.fabric.PortOperation": "Create a 'fabric.PortOperation' resource.",
                            "DELETE.fabric.PortOperation": "Delete a 'fabric.PortOperation' resource.",
                            "READ.fabric.PortOperation": "Read a 'fabric.PortOperation' resource.",
                            "UPDATE.fabric.PortOperation": "Update a 'fabric.PortOperation' resource.",
                            "CREATE.fabric.PortPolicy": "Create a 'fabric.PortPolicy' resource.",
                            "DELETE.fabric.PortPolicy": "Delete a 'fabric.PortPolicy' resource.",
                            "READ.fabric.PortPolicy": "Read a 'fabric.PortPolicy' resource.",
                            "UPDATE.fabric.PortPolicy": "Update a 'fabric.PortPolicy' resource.",
                            "CREATE.fabric.SanPinGroup": "Create a 'fabric.SanPinGroup' resource.",
                            "DELETE.fabric.SanPinGroup": "Delete a 'fabric.SanPinGroup' resource.",
                            "READ.fabric.SanPinGroup": "Read a 'fabric.SanPinGroup' resource.",
                            "UPDATE.fabric.SanPinGroup": "Update a 'fabric.SanPinGroup' resource.",
                            "CREATE.fabric.SecureRouterRole": "Create a 'fabric.SecureRouterRole' resource.",
                            "DELETE.fabric.SecureRouterRole": "Delete a 'fabric.SecureRouterRole' resource.",
                            "READ.fabric.SecureRouterRole": "Read a 'fabric.SecureRouterRole' resource.",
                            "UPDATE.fabric.SecureRouterRole": "Update a 'fabric.SecureRouterRole' resource.",
                            "CREATE.fabric.ServerRole": "Create a 'fabric.ServerRole' resource.",
                            "DELETE.fabric.ServerRole": "Delete a 'fabric.ServerRole' resource.",
                            "READ.fabric.ServerRole": "Read a 'fabric.ServerRole' resource.",
                            "UPDATE.fabric.ServerRole": "Update a 'fabric.ServerRole' resource.",
                            "CREATE.fabric.SpanDestEthPort": "Create a 'fabric.SpanDestEthPort' resource.",
                            "DELETE.fabric.SpanDestEthPort": "Delete a 'fabric.SpanDestEthPort' resource.",
                            "READ.fabric.SpanDestEthPort": "Read a 'fabric.SpanDestEthPort' resource.",
                            "UPDATE.fabric.SpanDestEthPort": "Update a 'fabric.SpanDestEthPort' resource.",
                            "CREATE.fabric.SpanSession": "Create a 'fabric.SpanSession' resource.",
                            "DELETE.fabric.SpanSession": "Delete a 'fabric.SpanSession' resource.",
                            "READ.fabric.SpanSession": "Read a 'fabric.SpanSession' resource.",
                            "UPDATE.fabric.SpanSession": "Update a 'fabric.SpanSession' resource.",
                            "CREATE.fabric.SpanSourceEthPort": "Create a 'fabric.SpanSourceEthPort' resource.",
                            "DELETE.fabric.SpanSourceEthPort": "Delete a 'fabric.SpanSourceEthPort' resource.",
                            "READ.fabric.SpanSourceEthPort": "Read a 'fabric.SpanSourceEthPort' resource.",
                            "CREATE.fabric.SpanSourceEthPortChannel": "Create a 'fabric.SpanSourceEthPortChannel' resource.",
                            "DELETE.fabric.SpanSourceEthPortChannel": "Delete a 'fabric.SpanSourceEthPortChannel' resource.",
                            "READ.fabric.SpanSourceEthPortChannel": "Read a 'fabric.SpanSourceEthPortChannel' resource.",
                            "CREATE.fabric.SpanSourceVlan": "Create a 'fabric.SpanSourceVlan' resource.",
                            "DELETE.fabric.SpanSourceVlan": "Delete a 'fabric.SpanSourceVlan' resource.",
                            "READ.fabric.SpanSourceVlan": "Read a 'fabric.SpanSourceVlan' resource.",
                            "CREATE.fabric.SpanSourceVnicEthIf": "Create a 'fabric.SpanSourceVnicEthIf' resource.",
                            "DELETE.fabric.SpanSourceVnicEthIf": "Delete a 'fabric.SpanSourceVnicEthIf' resource.",
                            "READ.fabric.SpanSourceVnicEthIf": "Read a 'fabric.SpanSourceVnicEthIf' resource.",
                            "CREATE.fabric.SwitchClusterProfile": "Create a 'fabric.SwitchClusterProfile' resource.",
                            "DELETE.fabric.SwitchClusterProfile": "Delete a 'fabric.SwitchClusterProfile' resource.",
                            "READ.fabric.SwitchClusterProfile": "Read a 'fabric.SwitchClusterProfile' resource.",
                            "UPDATE.fabric.SwitchClusterProfile": "Update a 'fabric.SwitchClusterProfile' resource.",
                            "CREATE.fabric.SwitchClusterProfileTemplate": "Create a 'fabric.SwitchClusterProfileTemplate' resource.",
                            "DELETE.fabric.SwitchClusterProfileTemplate": "Delete a 'fabric.SwitchClusterProfileTemplate' resource.",
                            "READ.fabric.SwitchClusterProfileTemplate": "Read a 'fabric.SwitchClusterProfileTemplate' resource.",
                            "UPDATE.fabric.SwitchClusterProfileTemplate": "Update a 'fabric.SwitchClusterProfileTemplate' resource.",
                            "CREATE.fabric.SwitchControlPolicy": "Create a 'fabric.SwitchControlPolicy' resource.",
                            "DELETE.fabric.SwitchControlPolicy": "Delete a 'fabric.SwitchControlPolicy' resource.",
                            "READ.fabric.SwitchControlPolicy": "Read a 'fabric.SwitchControlPolicy' resource.",
                            "UPDATE.fabric.SwitchControlPolicy": "Update a 'fabric.SwitchControlPolicy' resource.",
                            "CREATE.fabric.SwitchProfile": "Create a 'fabric.SwitchProfile' resource.",
                            "DELETE.fabric.SwitchProfile": "Delete a 'fabric.SwitchProfile' resource.",
                            "READ.fabric.SwitchProfile": "Read a 'fabric.SwitchProfile' resource.",
                            "UPDATE.fabric.SwitchProfile": "Update a 'fabric.SwitchProfile' resource.",
                            "CREATE.fabric.SwitchProfileTemplate": "Create a 'fabric.SwitchProfileTemplate' resource.",
                            "DELETE.fabric.SwitchProfileTemplate": "Delete a 'fabric.SwitchProfileTemplate' resource.",
                            "READ.fabric.SwitchProfileTemplate": "Read a 'fabric.SwitchProfileTemplate' resource.",
                            "UPDATE.fabric.SwitchProfileTemplate": "Update a 'fabric.SwitchProfileTemplate' resource.",
                            "CREATE.fabric.SystemQosPolicy": "Create a 'fabric.SystemQosPolicy' resource.",
                            "DELETE.fabric.SystemQosPolicy": "Delete a 'fabric.SystemQosPolicy' resource.",
                            "READ.fabric.SystemQosPolicy": "Read a 'fabric.SystemQosPolicy' resource.",
                            "UPDATE.fabric.SystemQosPolicy": "Update a 'fabric.SystemQosPolicy' resource.",
                            "CREATE.fabric.UplinkPcRole": "Create a 'fabric.UplinkPcRole' resource.",
                            "DELETE.fabric.UplinkPcRole": "Delete a 'fabric.UplinkPcRole' resource.",
                            "READ.fabric.UplinkPcRole": "Read a 'fabric.UplinkPcRole' resource.",
                            "UPDATE.fabric.UplinkPcRole": "Update a 'fabric.UplinkPcRole' resource.",
                            "CREATE.fabric.UplinkRole": "Create a 'fabric.UplinkRole' resource.",
                            "DELETE.fabric.UplinkRole": "Delete a 'fabric.UplinkRole' resource.",
                            "READ.fabric.UplinkRole": "Read a 'fabric.UplinkRole' resource.",
                            "UPDATE.fabric.UplinkRole": "Update a 'fabric.UplinkRole' resource.",
                            "CREATE.fabric.Vlan": "Create a 'fabric.Vlan' resource.",
                            "DELETE.fabric.Vlan": "Delete a 'fabric.Vlan' resource.",
                            "READ.fabric.Vlan": "Read a 'fabric.Vlan' resource.",
                            "UPDATE.fabric.Vlan": "Update a 'fabric.Vlan' resource.",
                            "READ.fabric.VlanInventory": "Read a 'fabric.VlanInventory' resource.",
                            "READ.fabric.VlanSet": "Read a 'fabric.VlanSet' resource.",
                            "CREATE.fabric.Vsan": "Create a 'fabric.Vsan' resource.",
                            "DELETE.fabric.Vsan": "Delete a 'fabric.Vsan' resource.",
                            "READ.fabric.Vsan": "Read a 'fabric.Vsan' resource.",
                            "UPDATE.fabric.Vsan": "Update a 'fabric.Vsan' resource.",
                            "READ.fabric.VsanInventory": "Read a 'fabric.VsanInventory' resource.",
                            "READ.fault.Instance": "Read a 'fault.Instance' resource.",
                            "UPDATE.fault.Instance": "Update a 'fault.Instance' resource.",
                            "READ.fc.Neighbor": "Read a 'fc.Neighbor' resource.",
                            "READ.fc.PhysicalPort": "Read a 'fc.PhysicalPort' resource.",
                            "UPDATE.fc.PhysicalPort": "Update a 'fc.PhysicalPort' resource.",
                            "READ.fc.PortChannel": "Read a 'fc.PortChannel' resource.",
                            "READ.fcpool.FcBlock": "Read a 'fcpool.FcBlock' resource.",
                            "DELETE.fcpool.Lease": "Delete a 'fcpool.Lease' resource.",
                            "READ.fcpool.Lease": "Read a 'fcpool.Lease' resource.",
                            "CREATE.fcpool.Pool": "Create a 'fcpool.Pool' resource.",
                            "DELETE.fcpool.Pool": "Delete a 'fcpool.Pool' resource.",
                            "READ.fcpool.Pool": "Read a 'fcpool.Pool' resource.",
                            "UPDATE.fcpool.Pool": "Update a 'fcpool.Pool' resource.",
                            "READ.fcpool.PoolMember": "Read a 'fcpool.PoolMember' resource.",
                            "CREATE.fcpool.Reservation": "Create a 'fcpool.Reservation' resource.",
                            "DELETE.fcpool.Reservation": "Delete a 'fcpool.Reservation' resource.",
                            "READ.fcpool.Reservation": "Read a 'fcpool.Reservation' resource.",
                            "UPDATE.fcpool.Reservation": "Update a 'fcpool.Reservation' resource.",
                            "READ.fcpool.Universe": "Read a 'fcpool.Universe' resource.",
                            "CREATE.feedback.FeedbackPost": "Create a 'feedback.FeedbackPost' resource.",
                            "UPDATE.feedback.FeedbackPost": "Update a 'feedback.FeedbackPost' resource.",
                            "READ.firmware.BiosDescriptor": "Read a 'firmware.BiosDescriptor' resource.",
                            "READ.firmware.BoardControllerDescriptor": "Read a 'firmware.BoardControllerDescriptor' resource.",
                            "CREATE.firmware.ChassisUpgrade": "Create a 'firmware.ChassisUpgrade' resource.",
                            "DELETE.firmware.ChassisUpgrade": "Delete a 'firmware.ChassisUpgrade' resource.",
                            "READ.firmware.ChassisUpgrade": "Read a 'firmware.ChassisUpgrade' resource.",
                            "READ.firmware.CimcDescriptor": "Read a 'firmware.CimcDescriptor' resource.",
                            "READ.firmware.DimmDescriptor": "Read a 'firmware.DimmDescriptor' resource.",
                            "CREATE.firmware.Distributable": "Create a 'firmware.Distributable' resource.",
                            "DELETE.firmware.Distributable": "Delete a 'firmware.Distributable' resource.",
                            "READ.firmware.Distributable": "Read a 'firmware.Distributable' resource.",
                            "UPDATE.firmware.Distributable": "Update a 'firmware.Distributable' resource.",
                            "READ.firmware.DistributableMeta": "Read a 'firmware.DistributableMeta' resource.",
                            "READ.firmware.DriveDescriptor": "Read a 'firmware.DriveDescriptor' resource.",
                            "CREATE.firmware.DriverDistributable": "Create a 'firmware.DriverDistributable' resource.",
                            "DELETE.firmware.DriverDistributable": "Delete a 'firmware.DriverDistributable' resource.",
                            "READ.firmware.DriverDistributable": "Read a 'firmware.DriverDistributable' resource.",
                            "UPDATE.firmware.DriverDistributable": "Update a 'firmware.DriverDistributable' resource.",
                            "CREATE.firmware.Eula": "Create a 'firmware.Eula' resource.",
                            "READ.firmware.Eula": "Read a 'firmware.Eula' resource.",
                            "READ.firmware.FirmwareSummary": "Read a 'firmware.FirmwareSummary' resource.",
                            "READ.firmware.GpuDescriptor": "Read a 'firmware.GpuDescriptor' resource.",
                            "READ.firmware.HbaDescriptor": "Read a 'firmware.HbaDescriptor' resource.",
                            "READ.firmware.IomDescriptor": "Read a 'firmware.IomDescriptor' resource.",
                            "READ.firmware.MswitchDescriptor": "Read a 'firmware.MswitchDescriptor' resource.",
                            "READ.firmware.NxosDescriptor": "Read a 'firmware.NxosDescriptor' resource.",
                            "CREATE.firmware.PciNodeUpgrade": "Create a 'firmware.PciNodeUpgrade' resource.",
                            "DELETE.firmware.PciNodeUpgrade": "Delete a 'firmware.PciNodeUpgrade' resource.",
                            "READ.firmware.PciNodeUpgrade": "Read a 'firmware.PciNodeUpgrade' resource.",
                            "READ.firmware.PcieDescriptor": "Read a 'firmware.PcieDescriptor' resource.",
                            "CREATE.firmware.Policy": "Create a 'firmware.Policy' resource.",
                            "DELETE.firmware.Policy": "Delete a 'firmware.Policy' resource.",
                            "READ.firmware.Policy": "Read a 'firmware.Policy' resource.",
                            "UPDATE.firmware.Policy": "Update a 'firmware.Policy' resource.",
                            "READ.firmware.PsuDescriptor": "Read a 'firmware.PsuDescriptor' resource.",
                            "READ.firmware.PsxDescriptor": "Read a 'firmware.PsxDescriptor' resource.",
                            "READ.firmware.RunningFirmware": "Read a 'firmware.RunningFirmware' resource.",
                            "UPDATE.firmware.RunningFirmware": "Update a 'firmware.RunningFirmware' resource.",
                            "READ.firmware.SasExpanderDescriptor": "Read a 'firmware.SasExpanderDescriptor' resource.",
                            "CREATE.firmware.SecureRouterUpgrade": "Create a 'firmware.SecureRouterUpgrade' resource.",
                            "DELETE.firmware.SecureRouterUpgrade": "Delete a 'firmware.SecureRouterUpgrade' resource.",
                            "READ.firmware.SecureRouterUpgrade": "Read a 'firmware.SecureRouterUpgrade' resource.",
                            "CREATE.firmware.ServerConfigurationUtilityDistributable": "Create a 'firmware.ServerConfigurationUtilityDistributable' resource.",
                            "DELETE.firmware.ServerConfigurationUtilityDistributable": "Delete a 'firmware.ServerConfigurationUtilityDistributable' resource.",
                            "READ.firmware.ServerConfigurationUtilityDistributable": "Read a 'firmware.ServerConfigurationUtilityDistributable' resource.",
                            "UPDATE.firmware.ServerConfigurationUtilityDistributable": "Update a 'firmware.ServerConfigurationUtilityDistributable' resource.",
                            "READ.firmware.StorageControllerDescriptor": "Read a 'firmware.StorageControllerDescriptor' resource.",
                            "CREATE.firmware.SwitchUpgrade": "Create a 'firmware.SwitchUpgrade' resource.",
                            "DELETE.firmware.SwitchUpgrade": "Delete a 'firmware.SwitchUpgrade' resource.",
                            "READ.firmware.SwitchUpgrade": "Read a 'firmware.SwitchUpgrade' resource.",
                            "CREATE.firmware.UnsupportedVersionUpgrade": "Create a 'firmware.UnsupportedVersionUpgrade' resource.",
                            "DELETE.firmware.UnsupportedVersionUpgrade": "Delete a 'firmware.UnsupportedVersionUpgrade' resource.",
                            "READ.firmware.UnsupportedVersionUpgrade": "Read a 'firmware.UnsupportedVersionUpgrade' resource.",
                            "UPDATE.firmware.UnsupportedVersionUpgrade": "Update a 'firmware.UnsupportedVersionUpgrade' resource.",
                            "CREATE.firmware.Upgrade": "Create a 'firmware.Upgrade' resource.",
                            "DELETE.firmware.Upgrade": "Delete a 'firmware.Upgrade' resource.",
                            "READ.firmware.Upgrade": "Read a 'firmware.Upgrade' resource.",
                            "UPDATE.firmware.Upgrade": "Update a 'firmware.Upgrade' resource.",
                            "CREATE.firmware.UpgradeImpact": "Create a 'firmware.UpgradeImpact' resource.",
                            "READ.firmware.UpgradeImpactStatus": "Read a 'firmware.UpgradeImpactStatus' resource.",
                            "READ.firmware.UpgradeStatus": "Read a 'firmware.UpgradeStatus' resource.",
                            "CREATE.firmware.UpgradeValidity": "Create a 'firmware.UpgradeValidity' resource.",
                            "READ.fmc.Device": "Read a 'fmc.Device' resource.",
                            "READ.fmc.DeviceHaPair": "Read a 'fmc.DeviceHaPair' resource.",
                            "READ.fmc.Domain": "Read a 'fmc.Domain' resource.",
                            "READ.fmc.PhysicalInterface": "Read a 'fmc.PhysicalInterface' resource.",
                            "READ.forecast.Catalog": "Read a 'forecast.Catalog' resource.",
                            "READ.forecast.Definition": "Read a 'forecast.Definition' resource.",
                            "READ.forecast.Instance": "Read a 'forecast.Instance' resource.",
                            "UPDATE.forecast.Instance": "Update a 'forecast.Instance' resource.",
                            "READ.graphics.Card": "Read a 'graphics.Card' resource.",
                            "UPDATE.graphics.Card": "Update a 'graphics.Card' resource.",
                            "READ.graphics.Controller": "Read a 'graphics.Controller' resource.",
                            "UPDATE.graphics.Controller": "Update a 'graphics.Controller' resource.",
                            "READ.hci.AhvVm": "Read a 'hci.AhvVm' resource.",
                            "UPDATE.hci.AhvVm": "Update a 'hci.AhvVm' resource.",
                            "READ.hci.AhvVmDisk": "Read a 'hci.AhvVmDisk' resource.",
                            "READ.hci.AhvVmGpu": "Read a 'hci.AhvVmGpu' resource.",
                            "READ.hci.AhvVmNic": "Read a 'hci.AhvVmNic' resource.",
                            "READ.hci.Alarm": "Read a 'hci.Alarm' resource.",
                            "READ.hci.Cluster": "Read a 'hci.Cluster' resource.",
                            "UPDATE.hci.Cluster": "Update a 'hci.Cluster' resource.",
                            "READ.hci.ClusterOperation": "Read a 'hci.ClusterOperation' resource.",
                            "UPDATE.hci.ClusterOperation": "Update a 'hci.ClusterOperation' resource.",
                            "READ.hci.Compliance": "Read a 'hci.Compliance' resource.",
                            "READ.hci.Disk": "Read a 'hci.Disk' resource.",
                            "READ.hci.DomainManager": "Read a 'hci.DomainManager' resource.",
                            "READ.hci.Entitlement": "Read a 'hci.Entitlement' resource.",
                            "READ.hci.EsxiVm": "Read a 'hci.EsxiVm' resource.",
                            "UPDATE.hci.EsxiVm": "Update a 'hci.EsxiVm' resource.",
                            "READ.hci.EsxiVmDisk": "Read a 'hci.EsxiVmDisk' resource.",
                            "READ.hci.EsxiVmNic": "Read a 'hci.EsxiVmNic' resource.",
                            "READ.hci.ExternalStorage": "Read a 'hci.ExternalStorage' resource.",
                            "READ.hci.Gpu": "Read a 'hci.Gpu' resource.",
                            "READ.hci.License": "Read a 'hci.License' resource.",
                            "READ.hci.NccCheckPolicy": "Read a 'hci.NccCheckPolicy' resource.",
                            "READ.hci.Node": "Read a 'hci.Node' resource.",
                            "UPDATE.hci.Node": "Update a 'hci.Node' resource.",
                            "READ.hci.PhysicalGpu": "Read a 'hci.PhysicalGpu' resource.",
                            "READ.hci.StorageContainer": "Read a 'hci.StorageContainer' resource.",
                            "READ.hci.Violation": "Read a 'hci.Violation' resource.",
                            "READ.hci.VirtualGpu": "Read a 'hci.VirtualGpu' resource.",
                            "CREATE.hcl.CompatibilityStatus": "Create a 'hcl.CompatibilityStatus' resource.",
                            "READ.hcl.DataImportLog": "Read a 'hcl.DataImportLog' resource.",
                            "READ.hcl.DriverImage": "Read a 'hcl.DriverImage' resource.",
                            "READ.hcl.ExemptedCatalog": "Read a 'hcl.ExemptedCatalog' resource.",
                            "READ.hcl.HwCatalogInfo": "Read a 'hcl.HwCatalogInfo' resource.",
                            "READ.hcl.HyperflexSoftwareCompatibilityInfo": "Read a 'hcl.HyperflexSoftwareCompatibilityInfo' resource.",
                            "READ.hcl.OperatingSystem": "Read a 'hcl.OperatingSystem' resource.",
                            "READ.hcl.OperatingSystemVendor": "Read a 'hcl.OperatingSystemVendor' resource.",
                            "READ.hcl.ServerCatalog": "Read a 'hcl.ServerCatalog' resource.",
                            "READ.hcl.ServerHwCatalogInfo": "Read a 'hcl.ServerHwCatalogInfo' resource.",
                            "CREATE.hcl.SupportedDriverName": "Create a 'hcl.SupportedDriverName' resource.",
                            "READ.hyperflex.Alarm": "Read a 'hyperflex.Alarm' resource.",
                            "READ.hyperflex.AppCatalog": "Read a 'hyperflex.AppCatalog' resource.",
                            "CREATE.hyperflex.AutoSupportPolicy": "Create a 'hyperflex.AutoSupportPolicy' resource.",
                            "DELETE.hyperflex.AutoSupportPolicy": "Delete a 'hyperflex.AutoSupportPolicy' resource.",
                            "READ.hyperflex.AutoSupportPolicy": "Read a 'hyperflex.AutoSupportPolicy' resource.",
                            "UPDATE.hyperflex.AutoSupportPolicy": "Update a 'hyperflex.AutoSupportPolicy' resource.",
                            "DELETE.hyperflex.BackupCluster": "Delete a 'hyperflex.BackupCluster' resource.",
                            "READ.hyperflex.BackupCluster": "Read a 'hyperflex.BackupCluster' resource.",
                            "CREATE.hyperflex.CapabilityInfo": "Create a 'hyperflex.CapabilityInfo' resource.",
                            "READ.hyperflex.CapabilityInfo": "Read a 'hyperflex.CapabilityInfo' resource.",
                            "UPDATE.hyperflex.CapabilityInfo": "Update a 'hyperflex.CapabilityInfo' resource.",
                            "READ.hyperflex.Cluster": "Read a 'hyperflex.Cluster' resource.",
                            "UPDATE.hyperflex.Cluster": "Update a 'hyperflex.Cluster' resource.",
                            "CREATE.hyperflex.ClusterBackupPolicy": "Create a 'hyperflex.ClusterBackupPolicy' resource.",
                            "DELETE.hyperflex.ClusterBackupPolicy": "Delete a 'hyperflex.ClusterBackupPolicy' resource.",
                            "READ.hyperflex.ClusterBackupPolicy": "Read a 'hyperflex.ClusterBackupPolicy' resource.",
                            "UPDATE.hyperflex.ClusterBackupPolicy": "Update a 'hyperflex.ClusterBackupPolicy' resource.",
                            "CREATE.hyperflex.ClusterBackupPolicyDeployment": "Create a 'hyperflex.ClusterBackupPolicyDeployment' resource.",
                            "DELETE.hyperflex.ClusterBackupPolicyDeployment": "Delete a 'hyperflex.ClusterBackupPolicyDeployment' resource.",
                            "READ.hyperflex.ClusterBackupPolicyDeployment": "Read a 'hyperflex.ClusterBackupPolicyDeployment' resource.",
                            "UPDATE.hyperflex.ClusterBackupPolicyDeployment": "Update a 'hyperflex.ClusterBackupPolicyDeployment' resource.",
                            "DELETE.hyperflex.ClusterBackupPolicyInventory": "Delete a 'hyperflex.ClusterBackupPolicyInventory' resource.",
                            "READ.hyperflex.ClusterBackupPolicyInventory": "Read a 'hyperflex.ClusterBackupPolicyInventory' resource.",
                            "READ.hyperflex.ClusterHealthCheckExecutionSnapshot": "Read a 'hyperflex.ClusterHealthCheckExecutionSnapshot' resource.",
                            "CREATE.hyperflex.ClusterNetworkPolicy": "Create a 'hyperflex.ClusterNetworkPolicy' resource.",
                            "DELETE.hyperflex.ClusterNetworkPolicy": "Delete a 'hyperflex.ClusterNetworkPolicy' resource.",
                            "READ.hyperflex.ClusterNetworkPolicy": "Read a 'hyperflex.ClusterNetworkPolicy' resource.",
                            "UPDATE.hyperflex.ClusterNetworkPolicy": "Update a 'hyperflex.ClusterNetworkPolicy' resource.",
                            "CREATE.hyperflex.ClusterProfile": "Create a 'hyperflex.ClusterProfile' resource.",
                            "DELETE.hyperflex.ClusterProfile": "Delete a 'hyperflex.ClusterProfile' resource.",
                            "READ.hyperflex.ClusterProfile": "Read a 'hyperflex.ClusterProfile' resource.",
                            "UPDATE.hyperflex.ClusterProfile": "Update a 'hyperflex.ClusterProfile' resource.",
                            "CREATE.hyperflex.ClusterReplicationNetworkPolicy": "Create a 'hyperflex.ClusterReplicationNetworkPolicy' resource.",
                            "DELETE.hyperflex.ClusterReplicationNetworkPolicy": "Delete a 'hyperflex.ClusterReplicationNetworkPolicy' resource.",
                            "READ.hyperflex.ClusterReplicationNetworkPolicy": "Read a 'hyperflex.ClusterReplicationNetworkPolicy' resource.",
                            "UPDATE.hyperflex.ClusterReplicationNetworkPolicy": "Update a 'hyperflex.ClusterReplicationNetworkPolicy' resource.",
                            "CREATE.hyperflex.ClusterReplicationNetworkPolicyDeployment": "Create a 'hyperflex.ClusterReplicationNetworkPolicyDeployment' resource.",
                            "DELETE.hyperflex.ClusterReplicationNetworkPolicyDeployment": "Delete a 'hyperflex.ClusterReplicationNetworkPolicyDeployment' resource.",
                            "READ.hyperflex.ClusterReplicationNetworkPolicyDeployment": "Read a 'hyperflex.ClusterReplicationNetworkPolicyDeployment' resource.",
                            "UPDATE.hyperflex.ClusterReplicationNetworkPolicyDeployment": "Update a 'hyperflex.ClusterReplicationNetworkPolicyDeployment' resource.",
                            "CREATE.hyperflex.ClusterStoragePolicy": "Create a 'hyperflex.ClusterStoragePolicy' resource.",
                            "DELETE.hyperflex.ClusterStoragePolicy": "Delete a 'hyperflex.ClusterStoragePolicy' resource.",
                            "READ.hyperflex.ClusterStoragePolicy": "Read a 'hyperflex.ClusterStoragePolicy' resource.",
                            "UPDATE.hyperflex.ClusterStoragePolicy": "Update a 'hyperflex.ClusterStoragePolicy' resource.",
                            "READ.hyperflex.ConfigResult": "Read a 'hyperflex.ConfigResult' resource.",
                            "READ.hyperflex.ConfigResultEntry": "Read a 'hyperflex.ConfigResultEntry' resource.",
                            "READ.hyperflex.DataProtectionPeer": "Read a 'hyperflex.DataProtectionPeer' resource.",
                            "READ.hyperflex.DatastoreStatistic": "Read a 'hyperflex.DatastoreStatistic' resource.",
                            "READ.hyperflex.DevicePackageDownloadState": "Read a 'hyperflex.DevicePackageDownloadState' resource.",
                            "READ.hyperflex.Drive": "Read a 'hyperflex.Drive' resource.",
                            "UPDATE.hyperflex.Drive": "Update a 'hyperflex.Drive' resource.",
                            "READ.hyperflex.Encryption": "Read a 'hyperflex.Encryption' resource.",
                            "CREATE.hyperflex.ExtFcStoragePolicy": "Create a 'hyperflex.ExtFcStoragePolicy' resource.",
                            "DELETE.hyperflex.ExtFcStoragePolicy": "Delete a 'hyperflex.ExtFcStoragePolicy' resource.",
                            "READ.hyperflex.ExtFcStoragePolicy": "Read a 'hyperflex.ExtFcStoragePolicy' resource.",
                            "UPDATE.hyperflex.ExtFcStoragePolicy": "Update a 'hyperflex.ExtFcStoragePolicy' resource.",
                            "CREATE.hyperflex.ExtIscsiStoragePolicy": "Create a 'hyperflex.ExtIscsiStoragePolicy' resource.",
                            "DELETE.hyperflex.ExtIscsiStoragePolicy": "Delete a 'hyperflex.ExtIscsiStoragePolicy' resource.",
                            "READ.hyperflex.ExtIscsiStoragePolicy": "Read a 'hyperflex.ExtIscsiStoragePolicy' resource.",
                            "UPDATE.hyperflex.ExtIscsiStoragePolicy": "Update a 'hyperflex.ExtIscsiStoragePolicy' resource.",
                            "READ.hyperflex.FeatureLimitExternal": "Read a 'hyperflex.FeatureLimitExternal' resource.",
                            "READ.hyperflex.FeatureLimitInternal": "Read a 'hyperflex.FeatureLimitInternal' resource.",
                            "READ.hyperflex.Health": "Read a 'hyperflex.Health' resource.",
                            "READ.hyperflex.HealthCheckDefinition": "Read a 'hyperflex.HealthCheckDefinition' resource.",
                            "READ.hyperflex.HealthCheckExecution": "Read a 'hyperflex.HealthCheckExecution' resource.",
                            "READ.hyperflex.HealthCheckExecutionSnapshot": "Read a 'hyperflex.HealthCheckExecutionSnapshot' resource.",
                            "READ.hyperflex.HealthCheckPackageChecksum": "Read a 'hyperflex.HealthCheckPackageChecksum' resource.",
                            "READ.hyperflex.HealthCheckSchedulePolicy": "Read a 'hyperflex.HealthCheckSchedulePolicy' resource.",
                            "READ.hyperflex.HwCatalog": "Read a 'hyperflex.HwCatalog' resource.",
                            "READ.hyperflex.HxdpVersion": "Read a 'hyperflex.HxdpVersion' resource.",
                            "READ.hyperflex.HypervisorHost": "Read a 'hyperflex.HypervisorHost' resource.",
                            "UPDATE.hyperflex.HypervisorHost": "Update a 'hyperflex.HypervisorHost' resource.",
                            "READ.hyperflex.HypervisorVirtualMachine": "Read a 'hyperflex.HypervisorVirtualMachine' resource.",
                            "UPDATE.hyperflex.HypervisorVirtualMachine": "Update a 'hyperflex.HypervisorVirtualMachine' resource.",
                            "READ.hyperflex.InitiatorGroup": "Read a 'hyperflex.InitiatorGroup' resource.",
                            "UPDATE.hyperflex.InitiatorGroup": "Update a 'hyperflex.InitiatorGroup' resource.",
                            "READ.hyperflex.IscsiNetwork": "Read a 'hyperflex.IscsiNetwork' resource.",
                            "UPDATE.hyperflex.IscsiNetwork": "Update a 'hyperflex.IscsiNetwork' resource.",
                            "CREATE.hyperflex.KeyEncryptionKey": "Create a 'hyperflex.KeyEncryptionKey' resource.",
                            "DELETE.hyperflex.KeyEncryptionKey": "Delete a 'hyperflex.KeyEncryptionKey' resource.",
                            "READ.hyperflex.KeyEncryptionKey": "Read a 'hyperflex.KeyEncryptionKey' resource.",
                            "UPDATE.hyperflex.KeyEncryptionKey": "Update a 'hyperflex.KeyEncryptionKey' resource.",
                            "READ.hyperflex.License": "Read a 'hyperflex.License' resource.",
                            "CREATE.hyperflex.LocalCredentialPolicy": "Create a 'hyperflex.LocalCredentialPolicy' resource.",
                            "DELETE.hyperflex.LocalCredentialPolicy": "Delete a 'hyperflex.LocalCredentialPolicy' resource.",
                            "READ.hyperflex.LocalCredentialPolicy": "Read a 'hyperflex.LocalCredentialPolicy' resource.",
                            "UPDATE.hyperflex.LocalCredentialPolicy": "Update a 'hyperflex.LocalCredentialPolicy' resource.",
                            "READ.hyperflex.Lun": "Read a 'hyperflex.Lun' resource.",
                            "UPDATE.hyperflex.Lun": "Update a 'hyperflex.Lun' resource.",
                            "READ.hyperflex.Node": "Read a 'hyperflex.Node' resource.",
                            "CREATE.hyperflex.NodeConfigPolicy": "Create a 'hyperflex.NodeConfigPolicy' resource.",
                            "DELETE.hyperflex.NodeConfigPolicy": "Delete a 'hyperflex.NodeConfigPolicy' resource.",
                            "READ.hyperflex.NodeConfigPolicy": "Read a 'hyperflex.NodeConfigPolicy' resource.",
                            "UPDATE.hyperflex.NodeConfigPolicy": "Update a 'hyperflex.NodeConfigPolicy' resource.",
                            "CREATE.hyperflex.NodeProfile": "Create a 'hyperflex.NodeProfile' resource.",
                            "DELETE.hyperflex.NodeProfile": "Delete a 'hyperflex.NodeProfile' resource.",
                            "READ.hyperflex.NodeProfile": "Read a 'hyperflex.NodeProfile' resource.",
                            "UPDATE.hyperflex.NodeProfile": "Update a 'hyperflex.NodeProfile' resource.",
                            "READ.hyperflex.ProtectedCluster": "Read a 'hyperflex.ProtectedCluster' resource.",
                            "CREATE.hyperflex.ProxySettingPolicy": "Create a 'hyperflex.ProxySettingPolicy' resource.",
                            "DELETE.hyperflex.ProxySettingPolicy": "Delete a 'hyperflex.ProxySettingPolicy' resource.",
                            "READ.hyperflex.ProxySettingPolicy": "Read a 'hyperflex.ProxySettingPolicy' resource.",
                            "UPDATE.hyperflex.ProxySettingPolicy": "Update a 'hyperflex.ProxySettingPolicy' resource.",
                            "CREATE.hyperflex.ReduceReSync": "Create a 'hyperflex.ReduceReSync' resource.",
                            "READ.hyperflex.ReduceReSync": "Read a 'hyperflex.ReduceReSync' resource.",
                            "UPDATE.hyperflex.ReduceReSync": "Update a 'hyperflex.ReduceReSync' resource.",
                            "READ.hyperflex.ServerFirmwareVersion": "Read a 'hyperflex.ServerFirmwareVersion' resource.",
                            "READ.hyperflex.ServerFirmwareVersionEntry": "Read a 'hyperflex.ServerFirmwareVersionEntry' resource.",
                            "READ.hyperflex.ServerModel": "Read a 'hyperflex.ServerModel' resource.",
                            "CREATE.hyperflex.ServiceAuthToken": "Create a 'hyperflex.ServiceAuthToken' resource.",
                            "DELETE.hyperflex.ServiceAuthToken": "Delete a 'hyperflex.ServiceAuthToken' resource.",
                            "READ.hyperflex.ServiceAuthToken": "Read a 'hyperflex.ServiceAuthToken' resource.",
                            "UPDATE.hyperflex.ServiceAuthToken": "Update a 'hyperflex.ServiceAuthToken' resource.",
                            "READ.hyperflex.SoftwareDistributionComponent": "Read a 'hyperflex.SoftwareDistributionComponent' resource.",
                            "READ.hyperflex.SoftwareDistributionEntry": "Read a 'hyperflex.SoftwareDistributionEntry' resource.",
                            "READ.hyperflex.SoftwareDistributionVersion": "Read a 'hyperflex.SoftwareDistributionVersion' resource.",
                            "CREATE.hyperflex.SoftwareVersionPolicy": "Create a 'hyperflex.SoftwareVersionPolicy' resource.",
                            "DELETE.hyperflex.SoftwareVersionPolicy": "Delete a 'hyperflex.SoftwareVersionPolicy' resource.",
                            "READ.hyperflex.SoftwareVersionPolicy": "Read a 'hyperflex.SoftwareVersionPolicy' resource.",
                            "UPDATE.hyperflex.SoftwareVersionPolicy": "Update a 'hyperflex.SoftwareVersionPolicy' resource.",
                            "CREATE.hyperflex.StartReduceReSync": "Create a 'hyperflex.StartReduceReSync' resource.",
                            "READ.hyperflex.StartReduceReSync": "Read a 'hyperflex.StartReduceReSync' resource.",
                            "READ.hyperflex.StorageContainer": "Read a 'hyperflex.StorageContainer' resource.",
                            "UPDATE.hyperflex.StorageContainer": "Update a 'hyperflex.StorageContainer' resource.",
                            "CREATE.hyperflex.SysConfigPolicy": "Create a 'hyperflex.SysConfigPolicy' resource.",
                            "DELETE.hyperflex.SysConfigPolicy": "Delete a 'hyperflex.SysConfigPolicy' resource.",
                            "READ.hyperflex.SysConfigPolicy": "Read a 'hyperflex.SysConfigPolicy' resource.",
                            "UPDATE.hyperflex.SysConfigPolicy": "Update a 'hyperflex.SysConfigPolicy' resource.",
                            "READ.hyperflex.Target": "Read a 'hyperflex.Target' resource.",
                            "UPDATE.hyperflex.Target": "Update a 'hyperflex.Target' resource.",
                            "CREATE.hyperflex.UcsmConfigPolicy": "Create a 'hyperflex.UcsmConfigPolicy' resource.",
                            "DELETE.hyperflex.UcsmConfigPolicy": "Delete a 'hyperflex.UcsmConfigPolicy' resource.",
                            "READ.hyperflex.UcsmConfigPolicy": "Read a 'hyperflex.UcsmConfigPolicy' resource.",
                            "UPDATE.hyperflex.UcsmConfigPolicy": "Update a 'hyperflex.UcsmConfigPolicy' resource.",
                            "CREATE.hyperflex.VcenterConfigPolicy": "Create a 'hyperflex.VcenterConfigPolicy' resource.",
                            "DELETE.hyperflex.VcenterConfigPolicy": "Delete a 'hyperflex.VcenterConfigPolicy' resource.",
                            "READ.hyperflex.VcenterConfigPolicy": "Read a 'hyperflex.VcenterConfigPolicy' resource.",
                            "UPDATE.hyperflex.VcenterConfigPolicy": "Update a 'hyperflex.VcenterConfigPolicy' resource.",
                            "DELETE.hyperflex.VmBackupInfo": "Delete a 'hyperflex.VmBackupInfo' resource.",
                            "READ.hyperflex.VmBackupInfo": "Read a 'hyperflex.VmBackupInfo' resource.",
                            "CREATE.hyperflex.VmImportOperation": "Create a 'hyperflex.VmImportOperation' resource.",
                            "DELETE.hyperflex.VmImportOperation": "Delete a 'hyperflex.VmImportOperation' resource.",
                            "READ.hyperflex.VmImportOperation": "Read a 'hyperflex.VmImportOperation' resource.",
                            "CREATE.hyperflex.VmRestoreOperation": "Create a 'hyperflex.VmRestoreOperation' resource.",
                            "DELETE.hyperflex.VmRestoreOperation": "Delete a 'hyperflex.VmRestoreOperation' resource.",
                            "READ.hyperflex.VmRestoreOperation": "Read a 'hyperflex.VmRestoreOperation' resource.",
                            "DELETE.hyperflex.VmSnapshotInfo": "Delete a 'hyperflex.VmSnapshotInfo' resource.",
                            "READ.hyperflex.VmSnapshotInfo": "Read a 'hyperflex.VmSnapshotInfo' resource.",
                            "READ.hyperflex.Volume": "Read a 'hyperflex.Volume' resource.",
                            "UPDATE.hyperflex.Volume": "Update a 'hyperflex.Volume' resource.",
                            "READ.hyperflex.WitnessConfiguration": "Read a 'hyperflex.WitnessConfiguration' resource.",
                            "READ.iaas.ConnectorPack": "Read a 'iaas.ConnectorPack' resource.",
                            "READ.iaas.CustomTaskInfo": "Read a 'iaas.CustomTaskInfo' resource.",
                            "READ.iaas.DeviceStatus": "Read a 'iaas.DeviceStatus' resource.",
                            "READ.iaas.DiagnosticMessages": "Read a 'iaas.DiagnosticMessages' resource.",
                            "READ.iaas.LicenseInfo": "Read a 'iaas.LicenseInfo' resource.",
                            "READ.iaas.MostRunTasks": "Read a 'iaas.MostRunTasks' resource.",
                            "READ.iaas.ServiceRequest": "Read a 'iaas.ServiceRequest' resource.",
                            "READ.iaas.SystemTaskInfo": "Read a 'iaas.SystemTaskInfo' resource.",
                            "READ.iaas.UcsdInfo": "Read a 'iaas.UcsdInfo' resource.",
                            "UPDATE.iaas.UcsdInfo": "Update a 'iaas.UcsdInfo' resource.",
                            "READ.iaas.UcsdManagedInfra": "Read a 'iaas.UcsdManagedInfra' resource.",
                            "READ.iaas.UcsdMessages": "Read a 'iaas.UcsdMessages' resource.",
                            "CREATE.iam.Account": "Create a 'iam.Account' resource.",
                            "DELETE.iam.Account": "Delete a 'iam.Account' resource.",
                            "READ.iam.Account": "Read a 'iam.Account' resource.",
                            "UPDATE.iam.Account": "Update a 'iam.Account' resource.",
                            "READ.iam.AccountExperience": "Read a 'iam.AccountExperience' resource.",
                            "CREATE.iam.ApiKey": "Create a 'iam.ApiKey' resource.",
                            "DELETE.iam.ApiKey": "Delete a 'iam.ApiKey' resource.",
                            "READ.iam.ApiKey": "Read a 'iam.ApiKey' resource.",
                            "UPDATE.iam.ApiKey": "Update a 'iam.ApiKey' resource.",
                            "CREATE.iam.AppRegistration": "Create a 'iam.AppRegistration' resource.",
                            "DELETE.iam.AppRegistration": "Delete a 'iam.AppRegistration' resource.",
                            "READ.iam.AppRegistration": "Read a 'iam.AppRegistration' resource.",
                            "UPDATE.iam.AppRegistration": "Update a 'iam.AppRegistration' resource.",
                            "READ.iam.BannerMessage": "Read a 'iam.BannerMessage' resource.",
                            "UPDATE.iam.BannerMessage": "Update a 'iam.BannerMessage' resource.",
                            "CREATE.iam.Certificate": "Create a 'iam.Certificate' resource.",
                            "DELETE.iam.Certificate": "Delete a 'iam.Certificate' resource.",
                            "READ.iam.Certificate": "Read a 'iam.Certificate' resource.",
                            "UPDATE.iam.Certificate": "Update a 'iam.Certificate' resource.",
                            "CREATE.iam.CertificateRequest": "Create a 'iam.CertificateRequest' resource.",
                            "DELETE.iam.CertificateRequest": "Delete a 'iam.CertificateRequest' resource.",
                            "READ.iam.CertificateRequest": "Read a 'iam.CertificateRequest' resource.",
                            "UPDATE.iam.CertificateRequest": "Update a 'iam.CertificateRequest' resource.",
                            "CREATE.iam.CuiIntegration": "Create a 'iam.CuiIntegration' resource.",
                            "READ.iam.CuiIntegration": "Read a 'iam.CuiIntegration' resource.",
                            "UPDATE.iam.CuiIntegration": "Update a 'iam.CuiIntegration' resource.",
                            "READ.iam.DefaultAuthentication": "Read a 'iam.DefaultAuthentication' resource.",
                            "UPDATE.iam.DefaultAuthentication": "Update a 'iam.DefaultAuthentication' resource.",
                            "READ.iam.DomainGroup": "Read a 'iam.DomainGroup' resource.",
                            "CREATE.iam.DomainNameInfo": "Create a 'iam.DomainNameInfo' resource.",
                            "DELETE.iam.DomainNameInfo": "Delete a 'iam.DomainNameInfo' resource.",
                            "READ.iam.DomainNameInfo": "Read a 'iam.DomainNameInfo' resource.",
                            "UPDATE.iam.DomainNameInfo": "Update a 'iam.DomainNameInfo' resource.",
                            "READ.iam.EndPointPrivilege": "Read a 'iam.EndPointPrivilege' resource.",
                            "READ.iam.EndPointRole": "Read a 'iam.EndPointRole' resource.",
                            "CREATE.iam.EndPointUser": "Create a 'iam.EndPointUser' resource.",
                            "DELETE.iam.EndPointUser": "Delete a 'iam.EndPointUser' resource.",
                            "READ.iam.EndPointUser": "Read a 'iam.EndPointUser' resource.",
                            "UPDATE.iam.EndPointUser": "Update a 'iam.EndPointUser' resource.",
                            "READ.iam.EndPointUserInventory": "Read a 'iam.EndPointUserInventory' resource.",
                            "CREATE.iam.EndPointUserPolicy": "Create a 'iam.EndPointUserPolicy' resource.",
                            "DELETE.iam.EndPointUserPolicy": "Delete a 'iam.EndPointUserPolicy' resource.",
                            "READ.iam.EndPointUserPolicy": "Read a 'iam.EndPointUserPolicy' resource.",
                            "UPDATE.iam.EndPointUserPolicy": "Update a 'iam.EndPointUserPolicy' resource.",
                            "READ.iam.EndPointUserPolicyInventory": "Read a 'iam.EndPointUserPolicyInventory' resource.",
                            "CREATE.iam.EndPointUserRole": "Create a 'iam.EndPointUserRole' resource.",
                            "DELETE.iam.EndPointUserRole": "Delete a 'iam.EndPointUserRole' resource.",
                            "READ.iam.EndPointUserRole": "Read a 'iam.EndPointUserRole' resource.",
                            "UPDATE.iam.EndPointUserRole": "Update a 'iam.EndPointUserRole' resource.",
                            "READ.iam.EndPointUserRoleInventory": "Read a 'iam.EndPointUserRoleInventory' resource.",
                            "CREATE.iam.GuestAccessSettings": "Create a 'iam.GuestAccessSettings' resource.",
                            "DELETE.iam.GuestAccessSettings": "Delete a 'iam.GuestAccessSettings' resource.",
                            "READ.iam.GuestAccessSettings": "Read a 'iam.GuestAccessSettings' resource.",
                            "UPDATE.iam.GuestAccessSettings": "Update a 'iam.GuestAccessSettings' resource.",
                            "CREATE.iam.Idp": "Create a 'iam.Idp' resource.",
                            "DELETE.iam.Idp": "Delete a 'iam.Idp' resource.",
                            "READ.iam.Idp": "Read a 'iam.Idp' resource.",
                            "UPDATE.iam.Idp": "Update a 'iam.Idp' resource.",
                            "READ.iam.IdpReference": "Read a 'iam.IdpReference' resource.",
                            "UPDATE.iam.IdpReference": "Update a 'iam.IdpReference' resource.",
                            "CREATE.iam.IpAccessManagement": "Create a 'iam.IpAccessManagement' resource.",
                            "READ.iam.IpAccessManagement": "Read a 'iam.IpAccessManagement' resource.",
                            "UPDATE.iam.IpAccessManagement": "Update a 'iam.IpAccessManagement' resource.",
                            "CREATE.iam.IpAddress": "Create a 'iam.IpAddress' resource.",
                            "DELETE.iam.IpAddress": "Delete a 'iam.IpAddress' resource.",
                            "READ.iam.IpAddress": "Read a 'iam.IpAddress' resource.",
                            "UPDATE.iam.IpAddress": "Update a 'iam.IpAddress' resource.",
                            "READ.iam.LdapConfigParams": "Read a 'iam.LdapConfigParams' resource.",
                            "CREATE.iam.LdapGroup": "Create a 'iam.LdapGroup' resource.",
                            "DELETE.iam.LdapGroup": "Delete a 'iam.LdapGroup' resource.",
                            "READ.iam.LdapGroup": "Read a 'iam.LdapGroup' resource.",
                            "UPDATE.iam.LdapGroup": "Update a 'iam.LdapGroup' resource.",
                            "READ.iam.LdapGroupInventory": "Read a 'iam.LdapGroupInventory' resource.",
                            "READ.iam.LdapMeta": "Read a 'iam.LdapMeta' resource.",
                            "CREATE.iam.LdapPolicy": "Create a 'iam.LdapPolicy' resource.",
                            "DELETE.iam.LdapPolicy": "Delete a 'iam.LdapPolicy' resource.",
                            "READ.iam.LdapPolicy": "Read a 'iam.LdapPolicy' resource.",
                            "UPDATE.iam.LdapPolicy": "Update a 'iam.LdapPolicy' resource.",
                            "READ.iam.LdapPolicyInventory": "Read a 'iam.LdapPolicyInventory' resource.",
                            "CREATE.iam.LdapProvider": "Create a 'iam.LdapProvider' resource.",
                            "DELETE.iam.LdapProvider": "Delete a 'iam.LdapProvider' resource.",
                            "READ.iam.LdapProvider": "Read a 'iam.LdapProvider' resource.",
                            "UPDATE.iam.LdapProvider": "Update a 'iam.LdapProvider' resource.",
                            "READ.iam.LdapProviderInventory": "Read a 'iam.LdapProviderInventory' resource.",
                            "CREATE.iam.LocalUserPassword": "Create a 'iam.LocalUserPassword' resource.",
                            "READ.iam.LocalUserPassword": "Read a 'iam.LocalUserPassword' resource.",
                            "UPDATE.iam.LocalUserPassword": "Update a 'iam.LocalUserPassword' resource.",
                            "READ.iam.LocalUserPasswordPolicy": "Read a 'iam.LocalUserPasswordPolicy' resource.",
                            "UPDATE.iam.LocalUserPasswordPolicy": "Update a 'iam.LocalUserPasswordPolicy' resource.",
                            "DELETE.iam.OAuthToken": "Delete a 'iam.OAuthToken' resource.",
                            "READ.iam.OAuthToken": "Read a 'iam.OAuthToken' resource.",
                            "READ.iam.PasswordHistorySettingCollection": "Read a 'iam.PasswordHistorySettingCollection' resource.",
                            "CREATE.iam.Permission": "Create a 'iam.Permission' resource.",
                            "DELETE.iam.Permission": "Delete a 'iam.Permission' resource.",
                            "READ.iam.Permission": "Read a 'iam.Permission' resource.",
                            "UPDATE.iam.Permission": "Update a 'iam.Permission' resource.",
                            "CREATE.iam.PrivateKeySpec": "Create a 'iam.PrivateKeySpec' resource.",
                            "DELETE.iam.PrivateKeySpec": "Delete a 'iam.PrivateKeySpec' resource.",
                            "READ.iam.PrivateKeySpec": "Read a 'iam.PrivateKeySpec' resource.",
                            "UPDATE.iam.PrivateKeySpec": "Update a 'iam.PrivateKeySpec' resource.",
                            "READ.iam.Privilege": "Read a 'iam.Privilege' resource.",
                            "CREATE.iam.PrivilegeSet": "Create a 'iam.PrivilegeSet' resource.",
                            "DELETE.iam.PrivilegeSet": "Delete a 'iam.PrivilegeSet' resource.",
                            "READ.iam.PrivilegeSet": "Read a 'iam.PrivilegeSet' resource.",
                            "UPDATE.iam.PrivilegeSet": "Update a 'iam.PrivilegeSet' resource.",
                            "CREATE.iam.PrivilegeSetMetaInfo": "Create a 'iam.PrivilegeSetMetaInfo' resource.",
                            "READ.iam.PrivilegeSetMetaInfo": "Read a 'iam.PrivilegeSetMetaInfo' resource.",
                            "CREATE.iam.Qualifier": "Create a 'iam.Qualifier' resource.",
                            "DELETE.iam.Qualifier": "Delete a 'iam.Qualifier' resource.",
                            "READ.iam.Qualifier": "Read a 'iam.Qualifier' resource.",
                            "UPDATE.iam.Qualifier": "Update a 'iam.Qualifier' resource.",
                            "READ.iam.ResourceLimits": "Read a 'iam.ResourceLimits' resource.",
                            "UPDATE.iam.ResourceLimits": "Update a 'iam.ResourceLimits' resource.",
                            "READ.iam.ResourcePermission": "Read a 'iam.ResourcePermission' resource.",
                            "CREATE.iam.ResourceRoles": "Create a 'iam.ResourceRoles' resource.",
                            "DELETE.iam.ResourceRoles": "Delete a 'iam.ResourceRoles' resource.",
                            "READ.iam.ResourceRoles": "Read a 'iam.ResourceRoles' resource.",
                            "UPDATE.iam.ResourceRoles": "Update a 'iam.ResourceRoles' resource.",
                            "READ.iam.Role": "Read a 'iam.Role' resource.",
                            "READ.iam.SecurityHolder": "Read a 'iam.SecurityHolder' resource.",
                            "READ.iam.ServiceProvider": "Read a 'iam.ServiceProvider' resource.",
                            "DELETE.iam.Session": "Delete a 'iam.Session' resource.",
                            "READ.iam.Session": "Read a 'iam.Session' resource.",
                            "CREATE.iam.SessionLimits": "Create a 'iam.SessionLimits' resource.",
                            "DELETE.iam.SessionLimits": "Delete a 'iam.SessionLimits' resource.",
                            "READ.iam.SessionLimits": "Read a 'iam.SessionLimits' resource.",
                            "UPDATE.iam.SessionLimits": "Update a 'iam.SessionLimits' resource.",
                            "CREATE.iam.SharingRule": "Create a 'iam.SharingRule' resource.",
                            "DELETE.iam.SharingRule": "Delete a 'iam.SharingRule' resource.",
                            "READ.iam.SharingRule": "Read a 'iam.SharingRule' resource.",
                            "UPDATE.iam.SharingRule": "Update a 'iam.SharingRule' resource.",
                            "READ.iam.System": "Read a 'iam.System' resource.",
                            "READ.iam.TestIdpConfiguration": "Read a 'iam.TestIdpConfiguration' resource.",
                            "UPDATE.iam.TestIdpConfiguration": "Update a 'iam.TestIdpConfiguration' resource.",
                            "CREATE.iam.TrustPoint": "Create a 'iam.TrustPoint' resource.",
                            "DELETE.iam.TrustPoint": "Delete a 'iam.TrustPoint' resource.",
                            "READ.iam.TrustPoint": "Read a 'iam.TrustPoint' resource.",
                            "CREATE.iam.User": "Create a 'iam.User' resource.",
                            "DELETE.iam.User": "Delete a 'iam.User' resource.",
                            "READ.iam.User": "Read a 'iam.User' resource.",
                            "UPDATE.iam.User": "Update a 'iam.User' resource.",
                            "CREATE.iam.UserGroup": "Create a 'iam.UserGroup' resource.",
                            "DELETE.iam.UserGroup": "Delete a 'iam.UserGroup' resource.",
                            "READ.iam.UserGroup": "Read a 'iam.UserGroup' resource.",
                            "UPDATE.iam.UserGroup": "Update a 'iam.UserGroup' resource.",
                            "READ.iam.UserPreference": "Read a 'iam.UserPreference' resource.",
                            "UPDATE.iam.UserPreference": "Update a 'iam.UserPreference' resource.",
                            "CREATE.iam.UserQualifier": "Create a 'iam.UserQualifier' resource.",
                            "DELETE.iam.UserQualifier": "Delete a 'iam.UserQualifier' resource.",
                            "READ.iam.UserQualifier": "Read a 'iam.UserQualifier' resource.",
                            "UPDATE.iam.UserQualifier": "Update a 'iam.UserQualifier' resource.",
                            "CREATE.iam.UserSetting": "Create a 'iam.UserSetting' resource.",
                            "READ.iam.UserSetting": "Read a 'iam.UserSetting' resource.",
                            "UPDATE.iam.UserSetting": "Update a 'iam.UserSetting' resource.",
                            "READ.inventory.DeviceInfo": "Read a 'inventory.DeviceInfo' resource.",
                            "READ.inventory.DnMoBinding": "Read a 'inventory.DnMoBinding' resource.",
                            "READ.inventory.GenericInventory": "Read a 'inventory.GenericInventory' resource.",
                            "UPDATE.inventory.GenericInventory": "Update a 'inventory.GenericInventory' resource.",
                            "READ.inventory.GenericInventoryHolder": "Read a 'inventory.GenericInventoryHolder' resource.",
                            "UPDATE.inventory.GenericInventoryHolder": "Update a 'inventory.GenericInventoryHolder' resource.",
                            "CREATE.inventory.Request": "Create a 'inventory.Request' resource.",
                            "CREATE.ipmioverlan.Policy": "Create a 'ipmioverlan.Policy' resource.",
                            "DELETE.ipmioverlan.Policy": "Delete a 'ipmioverlan.Policy' resource.",
                            "READ.ipmioverlan.Policy": "Read a 'ipmioverlan.Policy' resource.",
                            "UPDATE.ipmioverlan.Policy": "Update a 'ipmioverlan.Policy' resource.",
                            "READ.ipmioverlan.PolicyInventory": "Read a 'ipmioverlan.PolicyInventory' resource.",
                            "READ.ippool.BlockLease": "Read a 'ippool.BlockLease' resource.",
                            "DELETE.ippool.IpLease": "Delete a 'ippool.IpLease' resource.",
                            "READ.ippool.IpLease": "Read a 'ippool.IpLease' resource.",
                            "CREATE.ippool.Pool": "Create a 'ippool.Pool' resource.",
                            "DELETE.ippool.Pool": "Delete a 'ippool.Pool' resource.",
                            "READ.ippool.Pool": "Read a 'ippool.Pool' resource.",
                            "UPDATE.ippool.Pool": "Update a 'ippool.Pool' resource.",
                            "READ.ippool.PoolMember": "Read a 'ippool.PoolMember' resource.",
                            "CREATE.ippool.Reservation": "Create a 'ippool.Reservation' resource.",
                            "DELETE.ippool.Reservation": "Delete a 'ippool.Reservation' resource.",
                            "READ.ippool.Reservation": "Read a 'ippool.Reservation' resource.",
                            "UPDATE.ippool.Reservation": "Update a 'ippool.Reservation' resource.",
                            "READ.ippool.ShadowBlock": "Read a 'ippool.ShadowBlock' resource.",
                            "READ.ippool.ShadowPool": "Read a 'ippool.ShadowPool' resource.",
                            "READ.ippool.Universe": "Read a 'ippool.Universe' resource.",
                            "READ.iqnpool.Block": "Read a 'iqnpool.Block' resource.",
                            "DELETE.iqnpool.Lease": "Delete a 'iqnpool.Lease' resource.",
                            "READ.iqnpool.Lease": "Read a 'iqnpool.Lease' resource.",
                            "CREATE.iqnpool.Pool": "Create a 'iqnpool.Pool' resource.",
                            "DELETE.iqnpool.Pool": "Delete a 'iqnpool.Pool' resource.",
                            "READ.iqnpool.Pool": "Read a 'iqnpool.Pool' resource.",
                            "UPDATE.iqnpool.Pool": "Update a 'iqnpool.Pool' resource.",
                            "READ.iqnpool.PoolMember": "Read a 'iqnpool.PoolMember' resource.",
                            "CREATE.iqnpool.Reservation": "Create a 'iqnpool.Reservation' resource.",
                            "DELETE.iqnpool.Reservation": "Delete a 'iqnpool.Reservation' resource.",
                            "READ.iqnpool.Reservation": "Read a 'iqnpool.Reservation' resource.",
                            "READ.iqnpool.Universe": "Read a 'iqnpool.Universe' resource.",
                            "READ.iwotenant.MaintenanceNotification": "Read a 'iwotenant.MaintenanceNotification' resource.",
                            "CREATE.iwotenant.Migrate": "Create a 'iwotenant.Migrate' resource.",
                            "READ.iwotenant.Migrate": "Read a 'iwotenant.Migrate' resource.",
                            "UPDATE.iwotenant.Migrate": "Update a 'iwotenant.Migrate' resource.",
                            "CREATE.iwotenant.TenantCustomization": "Create a 'iwotenant.TenantCustomization' resource.",
                            "DELETE.iwotenant.TenantCustomization": "Delete a 'iwotenant.TenantCustomization' resource.",
                            "READ.iwotenant.TenantCustomization": "Read a 'iwotenant.TenantCustomization' resource.",
                            "UPDATE.iwotenant.TenantCustomization": "Update a 'iwotenant.TenantCustomization' resource.",
                            "READ.iwotenant.TenantStatus": "Read a 'iwotenant.TenantStatus' resource.",
                            "CREATE.kvm.Policy": "Create a 'kvm.Policy' resource.",
                            "DELETE.kvm.Policy": "Delete a 'kvm.Policy' resource.",
                            "READ.kvm.Policy": "Read a 'kvm.Policy' resource.",
                            "UPDATE.kvm.Policy": "Update a 'kvm.Policy' resource.",
                            "READ.kvm.PolicyInventory": "Read a 'kvm.PolicyInventory' resource.",
                            "CREATE.kvm.Session": "Create a 'kvm.Session' resource.",
                            "READ.kvm.Session": "Read a 'kvm.Session' resource.",
                            "UPDATE.kvm.Session": "Update a 'kvm.Session' resource.",
                            "CREATE.kvm.Tunnel": "Create a 'kvm.Tunnel' resource.",
                            "READ.kvm.Tunnel": "Read a 'kvm.Tunnel' resource.",
                            "CREATE.kvm.TunneledKvmPolicy": "Create a 'kvm.TunneledKvmPolicy' resource.",
                            "DELETE.kvm.TunneledKvmPolicy": "Delete a 'kvm.TunneledKvmPolicy' resource.",
                            "READ.kvm.TunneledKvmPolicy": "Read a 'kvm.TunneledKvmPolicy' resource.",
                            "UPDATE.kvm.TunneledKvmPolicy": "Update a 'kvm.TunneledKvmPolicy' resource.",
                            "READ.license.AccountLicenseData": "Read a 'license.AccountLicenseData' resource.",
                            "UPDATE.license.AccountLicenseData": "Update a 'license.AccountLicenseData' resource.",
                            "READ.license.CustomerOp": "Read a 'license.CustomerOp' resource.",
                            "UPDATE.license.CustomerOp": "Update a 'license.CustomerOp' resource.",
                            "READ.license.ErpCustomerOp": "Read a 'license.ErpCustomerOp' resource.",
                            "UPDATE.license.ErpCustomerOp": "Update a 'license.ErpCustomerOp' resource.",
                            "CREATE.license.ErpLicenseCount": "Create a 'license.ErpLicenseCount' resource.",
                            "READ.license.ErpLicenseCount": "Read a 'license.ErpLicenseCount' resource.",
                            "READ.license.IksCustomerOp": "Read a 'license.IksCustomerOp' resource.",
                            "UPDATE.license.IksCustomerOp": "Update a 'license.IksCustomerOp' resource.",
                            "CREATE.license.IksLicenseCount": "Create a 'license.IksLicenseCount' resource.",
                            "READ.license.IksLicenseCount": "Read a 'license.IksLicenseCount' resource.",
                            "UPDATE.license.IksLicenseCount": "Update a 'license.IksLicenseCount' resource.",
                            "READ.license.IncCustomerOp": "Read a 'license.IncCustomerOp' resource.",
                            "UPDATE.license.IncCustomerOp": "Update a 'license.IncCustomerOp' resource.",
                            "CREATE.license.IncLicenseCount": "Create a 'license.IncLicenseCount' resource.",
                            "READ.license.IncLicenseCount": "Read a 'license.IncLicenseCount' resource.",
                            "UPDATE.license.IncLicenseCount": "Update a 'license.IncLicenseCount' resource.",
                            "READ.license.IwoCustomerOp": "Read a 'license.IwoCustomerOp' resource.",
                            "UPDATE.license.IwoCustomerOp": "Update a 'license.IwoCustomerOp' resource.",
                            "CREATE.license.IwoLicenseCount": "Create a 'license.IwoLicenseCount' resource.",
                            "READ.license.IwoLicenseCount": "Read a 'license.IwoLicenseCount' resource.",
                            "UPDATE.license.IwoLicenseCount": "Update a 'license.IwoLicenseCount' resource.",
                            "CREATE.license.LicenseInfo": "Create a 'license.LicenseInfo' resource.",
                            "READ.license.LicenseInfo": "Read a 'license.LicenseInfo' resource.",
                            "UPDATE.license.LicenseInfo": "Update a 'license.LicenseInfo' resource.",
                            "READ.license.LicenseInfoView": "Read a 'license.LicenseInfoView' resource.",
                            "READ.license.LicenseRegistrationStatus": "Read a 'license.LicenseRegistrationStatus' resource.",
                            "UPDATE.license.LicenseRegistrationStatus": "Update a 'license.LicenseRegistrationStatus' resource.",
                            "CREATE.license.LicenseReservationOp": "Create a 'license.LicenseReservationOp' resource.",
                            "READ.license.LicenseReservationOp": "Read a 'license.LicenseReservationOp' resource.",
                            "UPDATE.license.LicenseReservationOp": "Update a 'license.LicenseReservationOp' resource.",
                            "READ.license.SmartlicenseToken": "Read a 'license.SmartlicenseToken' resource.",
                            "UPDATE.license.SmartlicenseToken": "Update a 'license.SmartlicenseToken' resource.",
                            "READ.ls.ServiceProfile": "Read a 'ls.ServiceProfile' resource.",
                            "UPDATE.ls.ServiceProfile": "Update a 'ls.ServiceProfile' resource.",
                            "READ.macpool.IdBlock": "Read a 'macpool.IdBlock' resource.",
                            "DELETE.macpool.Lease": "Delete a 'macpool.Lease' resource.",
                            "READ.macpool.Lease": "Read a 'macpool.Lease' resource.",
                            "CREATE.macpool.Pool": "Create a 'macpool.Pool' resource.",
                            "DELETE.macpool.Pool": "Delete a 'macpool.Pool' resource.",
                            "READ.macpool.Pool": "Read a 'macpool.Pool' resource.",
                            "UPDATE.macpool.Pool": "Update a 'macpool.Pool' resource.",
                            "READ.macpool.PoolMember": "Read a 'macpool.PoolMember' resource.",
                            "CREATE.macpool.Reservation": "Create a 'macpool.Reservation' resource.",
                            "DELETE.macpool.Reservation": "Delete a 'macpool.Reservation' resource.",
                            "READ.macpool.Reservation": "Read a 'macpool.Reservation' resource.",
                            "UPDATE.macpool.Reservation": "Update a 'macpool.Reservation' resource.",
                            "READ.macpool.Universe": "Read a 'macpool.Universe' resource.",
                            "READ.management.Controller": "Read a 'management.Controller' resource.",
                            "UPDATE.management.Controller": "Update a 'management.Controller' resource.",
                            "READ.management.Entity": "Read a 'management.Entity' resource.",
                            "UPDATE.management.Entity": "Update a 'management.Entity' resource.",
                            "READ.management.Interface": "Read a 'management.Interface' resource.",
                            "UPDATE.management.Interface": "Update a 'management.Interface' resource.",
                            "READ.memory.Array": "Read a 'memory.Array' resource.",
                            "UPDATE.memory.Array": "Update a 'memory.Array' resource.",
                            "READ.memory.PersistentMemoryConfigResult": "Read a 'memory.PersistentMemoryConfigResult' resource.",
                            "UPDATE.memory.PersistentMemoryConfigResult": "Update a 'memory.PersistentMemoryConfigResult' resource.",
                            "READ.memory.PersistentMemoryConfiguration": "Read a 'memory.PersistentMemoryConfiguration' resource.",
                            "UPDATE.memory.PersistentMemoryConfiguration": "Update a 'memory.PersistentMemoryConfiguration' resource.",
                            "READ.memory.PersistentMemoryNamespace": "Read a 'memory.PersistentMemoryNamespace' resource.",
                            "UPDATE.memory.PersistentMemoryNamespace": "Update a 'memory.PersistentMemoryNamespace' resource.",
                            "READ.memory.PersistentMemoryNamespaceConfigResult": "Read a 'memory.PersistentMemoryNamespaceConfigResult' resource.",
                            "UPDATE.memory.PersistentMemoryNamespaceConfigResult": "Update a 'memory.PersistentMemoryNamespaceConfigResult' resource.",
                            "CREATE.memory.PersistentMemoryPolicy": "Create a 'memory.PersistentMemoryPolicy' resource.",
                            "DELETE.memory.PersistentMemoryPolicy": "Delete a 'memory.PersistentMemoryPolicy' resource.",
                            "READ.memory.PersistentMemoryPolicy": "Read a 'memory.PersistentMemoryPolicy' resource.",
                            "UPDATE.memory.PersistentMemoryPolicy": "Update a 'memory.PersistentMemoryPolicy' resource.",
                            "READ.memory.PersistentMemoryRegion": "Read a 'memory.PersistentMemoryRegion' resource.",
                            "UPDATE.memory.PersistentMemoryRegion": "Update a 'memory.PersistentMemoryRegion' resource.",
                            "READ.memory.PersistentMemoryUnit": "Read a 'memory.PersistentMemoryUnit' resource.",
                            "UPDATE.memory.PersistentMemoryUnit": "Update a 'memory.PersistentMemoryUnit' resource.",
                            "CREATE.memory.Policy": "Create a 'memory.Policy' resource.",
                            "DELETE.memory.Policy": "Delete a 'memory.Policy' resource.",
                            "READ.memory.Policy": "Read a 'memory.Policy' resource.",
                            "UPDATE.memory.Policy": "Update a 'memory.Policy' resource.",
                            "READ.memory.PolicyInventory": "Read a 'memory.PolicyInventory' resource.",
                            "READ.memory.Unit": "Read a 'memory.Unit' resource.",
                            "UPDATE.memory.Unit": "Update a 'memory.Unit' resource.",
                            "READ.meraki.Device": "Read a 'meraki.Device' resource.",
                            "READ.meraki.Network": "Read a 'meraki.Network' resource.",
                            "READ.meraki.Organization": "Read a 'meraki.Organization' resource.",
                            "READ.meraki.PortProfile": "Read a 'meraki.PortProfile' resource.",
                            "READ.meraki.Tag": "Read a 'meraki.Tag' resource.",
                            "READ.meta.Definition": "Read a 'meta.Definition' resource.",
                            "READ.metrics.Configuration": "Read a 'metrics.Configuration' resource.",
                            "UPDATE.metrics.Configuration": "Update a 'metrics.Configuration' resource.",
                            "CREATE.metrics.MetricsExploration": "Create a 'metrics.MetricsExploration' resource.",
                            "DELETE.metrics.MetricsExploration": "Delete a 'metrics.MetricsExploration' resource.",
                            "READ.metrics.MetricsExploration": "Read a 'metrics.MetricsExploration' resource.",
                            "UPDATE.metrics.MetricsExploration": "Update a 'metrics.MetricsExploration' resource.",
                            "CREATE.metrics.ResourceConfiguration": "Create a 'metrics.ResourceConfiguration' resource.",
                            "READ.metrics.ResourceConfiguration": "Read a 'metrics.ResourceConfiguration' resource.",
                            "UPDATE.metrics.ResourceConfiguration": "Update a 'metrics.ResourceConfiguration' resource.",
                            "READ.mgmt.BackupCategory": "Read a 'mgmt.BackupCategory' resource.",
                            "CREATE.mgmt.ConfigBackupFile": "Create a 'mgmt.ConfigBackupFile' resource.",
                            "DELETE.mgmt.ConfigBackupFile": "Delete a 'mgmt.ConfigBackupFile' resource.",
                            "READ.mgmt.ConfigBackupFile": "Read a 'mgmt.ConfigBackupFile' resource.",
                            "UPDATE.mgmt.ConfigBackupFile": "Update a 'mgmt.ConfigBackupFile' resource.",
                            "DELETE.mgmt.ConfigBackupInstance": "Delete a 'mgmt.ConfigBackupInstance' resource.",
                            "READ.mgmt.ConfigBackupInstance": "Read a 'mgmt.ConfigBackupInstance' resource.",
                            "UPDATE.mgmt.ConfigBackupInstance": "Update a 'mgmt.ConfigBackupInstance' resource.",
                            "CREATE.mgmt.ConfigBackupOperation": "Create a 'mgmt.ConfigBackupOperation' resource.",
                            "DELETE.mgmt.ConfigBackupOperation": "Delete a 'mgmt.ConfigBackupOperation' resource.",
                            "READ.mgmt.ConfigBackupOperation": "Read a 'mgmt.ConfigBackupOperation' resource.",
                            "UPDATE.mgmt.ConfigBackupOperation": "Update a 'mgmt.ConfigBackupOperation' resource.",
                            "READ.mgmt.ConfigCategorySummary": "Read a 'mgmt.ConfigCategorySummary' resource.",
                            "CREATE.mgmt.ConfigOperationSetting": "Create a 'mgmt.ConfigOperationSetting' resource.",
                            "DELETE.mgmt.ConfigOperationSetting": "Delete a 'mgmt.ConfigOperationSetting' resource.",
                            "READ.mgmt.ConfigOperationSetting": "Read a 'mgmt.ConfigOperationSetting' resource.",
                            "UPDATE.mgmt.ConfigOperationSetting": "Update a 'mgmt.ConfigOperationSetting' resource.",
                            "READ.mgmt.ConfigRestoreCategorySummary": "Read a 'mgmt.ConfigRestoreCategorySummary' resource.",
                            "CREATE.mgmt.ConfigRestoreOperation": "Create a 'mgmt.ConfigRestoreOperation' resource.",
                            "DELETE.mgmt.ConfigRestoreOperation": "Delete a 'mgmt.ConfigRestoreOperation' resource.",
                            "READ.mgmt.ConfigRestoreOperation": "Read a 'mgmt.ConfigRestoreOperation' resource.",
                            "READ.mgmt.ObjectBackupMeta": "Read a 'mgmt.ObjectBackupMeta' resource.",
                            "READ.mgmt.OrgBackupOperation": "Read a 'mgmt.OrgBackupOperation' resource.",
                            "READ.mgmt.OrgRestoreOperation": "Read a 'mgmt.OrgRestoreOperation' resource.",
                            "READ.monitoring.HealthStatus": "Read a 'monitoring.HealthStatus' resource.",
                            "READ.network.DiscoveredNeighbor": "Read a 'network.DiscoveredNeighbor' resource.",
                            "READ.network.Dns": "Read a 'network.Dns' resource.",
                            "READ.network.Element": "Read a 'network.Element' resource.",
                            "UPDATE.network.Element": "Update a 'network.Element' resource.",
                            "READ.network.ElementSummary": "Read a 'network.ElementSummary' resource.",
                            "READ.network.FcZoneInfo": "Read a 'network.FcZoneInfo' resource.",
                            "UPDATE.network.FcZoneInfo": "Update a 'network.FcZoneInfo' resource.",
                            "READ.network.FeatureControl": "Read a 'network.FeatureControl' resource.",
                            "READ.network.InterfaceList": "Read a 'network.InterfaceList' resource.",
                            "READ.network.LicenseFile": "Read a 'network.LicenseFile' resource.",
                            "READ.network.SecureRouter": "Read a 'network.SecureRouter' resource.",
                            "UPDATE.network.SecureRouter": "Update a 'network.SecureRouter' resource.",
                            "READ.network.SecureRouterSetting": "Read a 'network.SecureRouterSetting' resource.",
                            "UPDATE.network.SecureRouterSetting": "Update a 'network.SecureRouterSetting' resource.",
                            "READ.network.SupervisorCard": "Read a 'network.SupervisorCard' resource.",
                            "READ.network.TelemetryCheck": "Read a 'network.TelemetryCheck' resource.",
                            "READ.network.Vethernet": "Read a 'network.Vethernet' resource.",
                            "UPDATE.network.Vethernet": "Update a 'network.Vethernet' resource.",
                            "READ.network.Vfc": "Read a 'network.Vfc' resource.",
                            "UPDATE.network.Vfc": "Update a 'network.Vfc' resource.",
                            "READ.network.VlanPortInfo": "Read a 'network.VlanPortInfo' resource.",
                            "UPDATE.network.VlanPortInfo": "Update a 'network.VlanPortInfo' resource.",
                            "READ.network.VpcDomain": "Read a 'network.VpcDomain' resource.",
                            "READ.network.VpcMember": "Read a 'network.VpcMember' resource.",
                            "READ.network.VpcPeer": "Read a 'network.VpcPeer' resource.",
                            "READ.network.Vrf": "Read a 'network.Vrf' resource.",
                            "CREATE.networkconfig.Policy": "Create a 'networkconfig.Policy' resource.",
                            "DELETE.networkconfig.Policy": "Delete a 'networkconfig.Policy' resource.",
                            "READ.networkconfig.Policy": "Read a 'networkconfig.Policy' resource.",
                            "UPDATE.networkconfig.Policy": "Update a 'networkconfig.Policy' resource.",
                            "READ.networkconfig.PolicyInventory": "Read a 'networkconfig.PolicyInventory' resource.",
                            "READ.niaapi.ApicCcoPost": "Read a 'niaapi.ApicCcoPost' resource.",
                            "READ.niaapi.ApicFieldNotice": "Read a 'niaapi.ApicFieldNotice' resource.",
                            "READ.niaapi.ApicHweol": "Read a 'niaapi.ApicHweol' resource.",
                            "READ.niaapi.ApicLatestMaintainedRelease": "Read a 'niaapi.ApicLatestMaintainedRelease' resource.",
                            "READ.niaapi.ApicReleaseRecommend": "Read a 'niaapi.ApicReleaseRecommend' resource.",
                            "READ.niaapi.ApicSweol": "Read a 'niaapi.ApicSweol' resource.",
                            "READ.niaapi.DcnmCcoPost": "Read a 'niaapi.DcnmCcoPost' resource.",
                            "READ.niaapi.DcnmFieldNotice": "Read a 'niaapi.DcnmFieldNotice' resource.",
                            "READ.niaapi.DcnmHweol": "Read a 'niaapi.DcnmHweol' resource.",
                            "READ.niaapi.DcnmLatestMaintainedRelease": "Read a 'niaapi.DcnmLatestMaintainedRelease' resource.",
                            "READ.niaapi.DcnmReleaseRecommend": "Read a 'niaapi.DcnmReleaseRecommend' resource.",
                            "READ.niaapi.DcnmSweol": "Read a 'niaapi.DcnmSweol' resource.",
                            "READ.niaapi.FileDownloader": "Read a 'niaapi.FileDownloader' resource.",
                            "READ.niaapi.NdEncryptedFileDownload": "Read a 'niaapi.NdEncryptedFileDownload' resource.",
                            "READ.niaapi.NdMetadata": "Read a 'niaapi.NdMetadata' resource.",
                            "READ.niaapi.NdMetadataFileDownloader": "Read a 'niaapi.NdMetadataFileDownloader' resource.",
                            "READ.niaapi.NdMetadataSoftwareDownload": "Read a 'niaapi.NdMetadataSoftwareDownload' resource.",
                            "READ.niaapi.NiaMetadata": "Read a 'niaapi.NiaMetadata' resource.",
                            "READ.niaapi.NibFileDownloader": "Read a 'niaapi.NibFileDownloader' resource.",
                            "READ.niaapi.NibMetadata": "Read a 'niaapi.NibMetadata' resource.",
                            "READ.niaapi.PuvScriptDownloader": "Read a 'niaapi.PuvScriptDownloader' resource.",
                            "READ.niaapi.SnValidatorMetadata": "Read a 'niaapi.SnValidatorMetadata' resource.",
                            "READ.niaapi.UpgradeAssistFile": "Read a 'niaapi.UpgradeAssistFile' resource.",
                            "READ.niaapi.VersionRegex": "Read a 'niaapi.VersionRegex' resource.",
                            "READ.niatelemetry.AaaLdapProviderDetails": "Read a 'niatelemetry.AaaLdapProviderDetails' resource.",
                            "READ.niatelemetry.AaaRadiusProviderDetails": "Read a 'niatelemetry.AaaRadiusProviderDetails' resource.",
                            "READ.niatelemetry.AaaTacacsProviderDetails": "Read a 'niatelemetry.AaaTacacsProviderDetails' resource.",
                            "READ.niatelemetry.Anomaly": "Read a 'niatelemetry.Anomaly' resource.",
                            "READ.niatelemetry.ApicAppPluginDetails": "Read a 'niatelemetry.ApicAppPluginDetails' resource.",
                            "READ.niatelemetry.ApicCoreFileDetails": "Read a 'niatelemetry.ApicCoreFileDetails' resource.",
                            "READ.niatelemetry.ApicDbgexpRsExportDest": "Read a 'niatelemetry.ApicDbgexpRsExportDest' resource.",
                            "READ.niatelemetry.ApicDbgexpRsTsScheduler": "Read a 'niatelemetry.ApicDbgexpRsTsScheduler' resource.",
                            "READ.niatelemetry.ApicFanDetails": "Read a 'niatelemetry.ApicFanDetails' resource.",
                            "READ.niatelemetry.ApicFexDetails": "Read a 'niatelemetry.ApicFexDetails' resource.",
                            "READ.niatelemetry.ApicFlashDetails": "Read a 'niatelemetry.ApicFlashDetails' resource.",
                            "READ.niatelemetry.ApicNtpAuth": "Read a 'niatelemetry.ApicNtpAuth' resource.",
                            "READ.niatelemetry.ApicPerformanceData": "Read a 'niatelemetry.ApicPerformanceData' resource.",
                            "READ.niatelemetry.ApicPodData": "Read a 'niatelemetry.ApicPodData' resource.",
                            "READ.niatelemetry.ApicPsuDetails": "Read a 'niatelemetry.ApicPsuDetails' resource.",
                            "READ.niatelemetry.ApicRealmDetails": "Read a 'niatelemetry.ApicRealmDetails' resource.",
                            "READ.niatelemetry.ApicSnmpClientGrpDetails": "Read a 'niatelemetry.ApicSnmpClientGrpDetails' resource.",
                            "READ.niatelemetry.ApicSnmpCommunityAccessDetails": "Read a 'niatelemetry.ApicSnmpCommunityAccessDetails' resource.",
                            "READ.niatelemetry.ApicSnmpCommunityDetails": "Read a 'niatelemetry.ApicSnmpCommunityDetails' resource.",
                            "READ.niatelemetry.ApicSnmpTrapDetails": "Read a 'niatelemetry.ApicSnmpTrapDetails' resource.",
                            "READ.niatelemetry.ApicSnmpTrapFwdServerDetails": "Read a 'niatelemetry.ApicSnmpTrapFwdServerDetails' resource.",
                            "READ.niatelemetry.ApicSnmpVersionThreeDetails": "Read a 'niatelemetry.ApicSnmpVersionThreeDetails' resource.",
                            "READ.niatelemetry.ApicSysLogGrp": "Read a 'niatelemetry.ApicSysLogGrp' resource.",
                            "READ.niatelemetry.ApicSysLogSrc": "Read a 'niatelemetry.ApicSysLogSrc' resource.",
                            "READ.niatelemetry.ApicTransceiverDetails": "Read a 'niatelemetry.ApicTransceiverDetails' resource.",
                            "READ.niatelemetry.ApicUiPageCounts": "Read a 'niatelemetry.ApicUiPageCounts' resource.",
                            "READ.niatelemetry.ApicVision": "Read a 'niatelemetry.ApicVision' resource.",
                            "READ.niatelemetry.AppDetails": "Read a 'niatelemetry.AppDetails' resource.",
                            "READ.niatelemetry.CloudDetails": "Read a 'niatelemetry.CloudDetails' resource.",
                            "READ.niatelemetry.Cluster": "Read a 'niatelemetry.Cluster' resource.",
                            "READ.niatelemetry.ClusterNode": "Read a 'niatelemetry.ClusterNode' resource.",
                            "READ.niatelemetry.CommonPolicies": "Read a 'niatelemetry.CommonPolicies' resource.",
                            "READ.niatelemetry.Controller": "Read a 'niatelemetry.Controller' resource.",
                            "READ.niatelemetry.DcnmFanDetails": "Read a 'niatelemetry.DcnmFanDetails' resource.",
                            "READ.niatelemetry.DcnmFexDetails": "Read a 'niatelemetry.DcnmFexDetails' resource.",
                            "READ.niatelemetry.DcnmModuleDetails": "Read a 'niatelemetry.DcnmModuleDetails' resource.",
                            "READ.niatelemetry.DcnmPsuDetails": "Read a 'niatelemetry.DcnmPsuDetails' resource.",
                            "READ.niatelemetry.DcnmTransceiverDetails": "Read a 'niatelemetry.DcnmTransceiverDetails' resource.",
                            "READ.niatelemetry.DomInfoObject": "Read a 'niatelemetry.DomInfoObject' resource.",
                            "READ.niatelemetry.DomThresInfoObject": "Read a 'niatelemetry.DomThresInfoObject' resource.",
                            "READ.niatelemetry.Epg": "Read a 'niatelemetry.Epg' resource.",
                            "READ.niatelemetry.Fabric": "Read a 'niatelemetry.Fabric' resource.",
                            "READ.niatelemetry.FabricModuleDetails": "Read a 'niatelemetry.FabricModuleDetails' resource.",
                            "READ.niatelemetry.FabricNodeControlDetails": "Read a 'niatelemetry.FabricNodeControlDetails' resource.",
                            "READ.niatelemetry.FabricPodProfile": "Read a 'niatelemetry.FabricPodProfile' resource.",
                            "READ.niatelemetry.FabricPodSs": "Read a 'niatelemetry.FabricPodSs' resource.",
                            "READ.niatelemetry.Fault": "Read a 'niatelemetry.Fault' resource.",
                            "READ.niatelemetry.HcloudDetails": "Read a 'niatelemetry.HcloudDetails' resource.",
                            "READ.niatelemetry.HealthInsightsData": "Read a 'niatelemetry.HealthInsightsData' resource.",
                            "READ.niatelemetry.HttpsAclContractDetails": "Read a 'niatelemetry.HttpsAclContractDetails' resource.",
                            "READ.niatelemetry.HttpsAclContractFilterMap": "Read a 'niatelemetry.HttpsAclContractFilterMap' resource.",
                            "READ.niatelemetry.HttpsAclEpgContractMap": "Read a 'niatelemetry.HttpsAclEpgContractMap' resource.",
                            "READ.niatelemetry.HttpsAclEpgDetails": "Read a 'niatelemetry.HttpsAclEpgDetails' resource.",
                            "READ.niatelemetry.HttpsAclFilterDetails": "Read a 'niatelemetry.HttpsAclFilterDetails' resource.",
                            "READ.niatelemetry.InsightGroupDetails": "Read a 'niatelemetry.InsightGroupDetails' resource.",
                            "READ.niatelemetry.Lc": "Read a 'niatelemetry.Lc' resource.",
                            "READ.niatelemetry.LeafPolGrpDetails": "Read a 'niatelemetry.LeafPolGrpDetails' resource.",
                            "READ.niatelemetry.Link": "Read a 'niatelemetry.Link' resource.",
                            "READ.niatelemetry.MdsNeighbors": "Read a 'niatelemetry.MdsNeighbors' resource.",
                            "READ.niatelemetry.MsoContractDetails": "Read a 'niatelemetry.MsoContractDetails' resource.",
                            "READ.niatelemetry.MsoEpgDetails": "Read a 'niatelemetry.MsoEpgDetails' resource.",
                            "READ.niatelemetry.MsoSchemaDetails": "Read a 'niatelemetry.MsoSchemaDetails' resource.",
                            "READ.niatelemetry.MsoSiteDetails": "Read a 'niatelemetry.MsoSiteDetails' resource.",
                            "READ.niatelemetry.MsoTenantDetails": "Read a 'niatelemetry.MsoTenantDetails' resource.",
                            "READ.niatelemetry.Neighbor": "Read a 'niatelemetry.Neighbor' resource.",
                            "READ.niatelemetry.Network": "Read a 'niatelemetry.Network' resource.",
                            "READ.niatelemetry.NexusCloudAccount": "Read a 'niatelemetry.NexusCloudAccount' resource.",
                            "READ.niatelemetry.NexusCloudSite": "Read a 'niatelemetry.NexusCloudSite' resource.",
                            "READ.niatelemetry.NexusDashboardControllerDetails": "Read a 'niatelemetry.NexusDashboardControllerDetails' resource.",
                            "READ.niatelemetry.NexusDashboardDetails": "Read a 'niatelemetry.NexusDashboardDetails' resource.",
                            "READ.niatelemetry.NexusDashboardMemoryDetails": "Read a 'niatelemetry.NexusDashboardMemoryDetails' resource.",
                            "READ.niatelemetry.NexusDashboards": "Read a 'niatelemetry.NexusDashboards' resource.",
                            "READ.niatelemetry.NiaFeatureUsage": "Read a 'niatelemetry.NiaFeatureUsage' resource.",
                            "READ.niatelemetry.NiaInventory": "Read a 'niatelemetry.NiaInventory' resource.",
                            "READ.niatelemetry.NiaInventoryDcnm": "Read a 'niatelemetry.NiaInventoryDcnm' resource.",
                            "READ.niatelemetry.NiaInventoryFabric": "Read a 'niatelemetry.NiaInventoryFabric' resource.",
                            "READ.niatelemetry.NiaLicenseState": "Read a 'niatelemetry.NiaLicenseState' resource.",
                            "READ.niatelemetry.Nicc": "Read a 'niatelemetry.Nicc' resource.",
                            "READ.niatelemetry.PasswordStrengthCheck": "Read a 'niatelemetry.PasswordStrengthCheck' resource.",
                            "READ.niatelemetry.PodCommPolicies": "Read a 'niatelemetry.PodCommPolicies' resource.",
                            "READ.niatelemetry.PodSnmpPolicies": "Read a 'niatelemetry.PodSnmpPolicies' resource.",
                            "READ.niatelemetry.PodTimeServerPolicies": "Read a 'niatelemetry.PodTimeServerPolicies' resource.",
                            "READ.niatelemetry.Route": "Read a 'niatelemetry.Route' resource.",
                            "READ.niatelemetry.SiteInventory": "Read a 'niatelemetry.SiteInventory' resource.",
                            "READ.niatelemetry.SnmpSrc": "Read a 'niatelemetry.SnmpSrc' resource.",
                            "READ.niatelemetry.SpinePolGrpDetails": "Read a 'niatelemetry.SpinePolGrpDetails' resource.",
                            "READ.niatelemetry.SshVersionTwo": "Read a 'niatelemetry.SshVersionTwo' resource.",
                            "READ.niatelemetry.SupervisorModuleDetails": "Read a 'niatelemetry.SupervisorModuleDetails' resource.",
                            "READ.niatelemetry.Switch": "Read a 'niatelemetry.Switch' resource.",
                            "READ.niatelemetry.SwitchInterface": "Read a 'niatelemetry.SwitchInterface' resource.",
                            "READ.niatelemetry.SyslogRemoteDest": "Read a 'niatelemetry.SyslogRemoteDest' resource.",
                            "READ.niatelemetry.SyslogSysMsg": "Read a 'niatelemetry.SyslogSysMsg' resource.",
                            "READ.niatelemetry.SyslogSysMsgFacFilter": "Read a 'niatelemetry.SyslogSysMsgFacFilter' resource.",
                            "READ.niatelemetry.SystemControllerDetails": "Read a 'niatelemetry.SystemControllerDetails' resource.",
                            "READ.niatelemetry.Tenant": "Read a 'niatelemetry.Tenant' resource.",
                            "CREATE.notification.AccountSubscription": "Create a 'notification.AccountSubscription' resource.",
                            "DELETE.notification.AccountSubscription": "Delete a 'notification.AccountSubscription' resource.",
                            "READ.notification.AccountSubscription": "Read a 'notification.AccountSubscription' resource.",
                            "UPDATE.notification.AccountSubscription": "Update a 'notification.AccountSubscription' resource.",
                            "READ.ntp.NtpServer": "Read a 'ntp.NtpServer' resource.",
                            "CREATE.ntp.Policy": "Create a 'ntp.Policy' resource.",
                            "DELETE.ntp.Policy": "Delete a 'ntp.Policy' resource.",
                            "READ.ntp.Policy": "Read a 'ntp.Policy' resource.",
                            "UPDATE.ntp.Policy": "Update a 'ntp.Policy' resource.",
                            "READ.ntp.PolicyInventory": "Read a 'ntp.PolicyInventory' resource.",
                            "DELETE.oauth.AccessToken": "Delete a 'oauth.AccessToken' resource.",
                            "READ.oauth.AccessToken": "Read a 'oauth.AccessToken' resource.",
                            "CREATE.oauth.Authorization": "Create a 'oauth.Authorization' resource.",
                            "READ.oauth.Authorization": "Read a 'oauth.Authorization' resource.",
                            "UPDATE.oauth.Authorization": "Update a 'oauth.Authorization' resource.",
                            "READ.onprem.ApplianceSystemInfo": "Read a 'onprem.ApplianceSystemInfo' resource.",
                            "READ.onprem.AuditRecord": "Read a 'onprem.AuditRecord' resource.",
                            "READ.onprem.Upgrade": "Read a 'onprem.Upgrade' resource.",
                            "UPDATE.onprem.Upgrade": "Update a 'onprem.Upgrade' resource.",
                            "READ.onprem.UserPreference": "Read a 'onprem.UserPreference' resource.",
                            "UPDATE.onprem.UserPreference": "Update a 'onprem.UserPreference' resource.",
                            "DELETE.openapi.ApiMethodMeta": "Delete a 'openapi.ApiMethodMeta' resource.",
                            "READ.openapi.ApiMethodMeta": "Read a 'openapi.ApiMethodMeta' resource.",
                            "CREATE.openapi.OpenApiSpecification": "Create a 'openapi.OpenApiSpecification' resource.",
                            "DELETE.openapi.OpenApiSpecification": "Delete a 'openapi.OpenApiSpecification' resource.",
                            "READ.openapi.OpenApiSpecification": "Read a 'openapi.OpenApiSpecification' resource.",
                            "UPDATE.openapi.OpenApiSpecification": "Update a 'openapi.OpenApiSpecification' resource.",
                            "CREATE.openapi.ProcessFile": "Create a 'openapi.ProcessFile' resource.",
                            "DELETE.openapi.ProcessFile": "Delete a 'openapi.ProcessFile' resource.",
                            "READ.openapi.ProcessFile": "Read a 'openapi.ProcessFile' resource.",
                            "CREATE.openapi.TaskGenerationRequest": "Create a 'openapi.TaskGenerationRequest' resource.",
                            "DELETE.openapi.TaskGenerationRequest": "Delete a 'openapi.TaskGenerationRequest' resource.",
                            "READ.openapi.TaskGenerationRequest": "Read a 'openapi.TaskGenerationRequest' resource.",
                            "UPDATE.openapi.TaskGenerationRequest": "Update a 'openapi.TaskGenerationRequest' resource.",
                            "DELETE.openapi.TaskGenerationResult": "Delete a 'openapi.TaskGenerationResult' resource.",
                            "READ.openapi.TaskGenerationResult": "Read a 'openapi.TaskGenerationResult' resource.",
                            "CREATE.oprs.Deployment": "Create a 'oprs.Deployment' resource.",
                            "DELETE.oprs.Deployment": "Delete a 'oprs.Deployment' resource.",
                            "READ.oprs.Deployment": "Read a 'oprs.Deployment' resource.",
                            "UPDATE.oprs.Deployment": "Update a 'oprs.Deployment' resource.",
                            "CREATE.oprs.SyncTargetListMessage": "Create a 'oprs.SyncTargetListMessage' resource.",
                            "DELETE.oprs.SyncTargetListMessage": "Delete a 'oprs.SyncTargetListMessage' resource.",
                            "READ.oprs.SyncTargetListMessage": "Read a 'oprs.SyncTargetListMessage' resource.",
                            "UPDATE.oprs.SyncTargetListMessage": "Update a 'oprs.SyncTargetListMessage' resource.",
                            "CREATE.organization.Organization": "Create a 'organization.Organization' resource.",
                            "DELETE.organization.Organization": "Delete a 'organization.Organization' resource.",
                            "READ.organization.Organization": "Read a 'organization.Organization' resource.",
                            "UPDATE.organization.Organization": "Update a 'organization.Organization' resource.",
                            "CREATE.os.BulkInstallInfo": "Create a 'os.BulkInstallInfo' resource.",
                            "READ.os.BulkInstallInfo": "Read a 'os.BulkInstallInfo' resource.",
                            "READ.os.Catalog": "Read a 'os.Catalog' resource.",
                            "CREATE.os.ConfigurationFile": "Create a 'os.ConfigurationFile' resource.",
                            "DELETE.os.ConfigurationFile": "Delete a 'os.ConfigurationFile' resource.",
                            "READ.os.ConfigurationFile": "Read a 'os.ConfigurationFile' resource.",
                            "UPDATE.os.ConfigurationFile": "Update a 'os.ConfigurationFile' resource.",
                            "READ.os.Distribution": "Read a 'os.Distribution' resource.",
                            "CREATE.os.Install": "Create a 'os.Install' resource.",
                            "READ.os.Install": "Read a 'os.Install' resource.",
                            "CREATE.os.OsSupport": "Create a 'os.OsSupport' resource.",
                            "READ.os.SupportedVersion": "Read a 'os.SupportedVersion' resource.",
                            "CREATE.os.TemplateFile": "Create a 'os.TemplateFile' resource.",
                            "CREATE.os.ValidInstallTarget": "Create a 'os.ValidInstallTarget' resource.",
                            "READ.os.ValidRemoteTarget": "Read a 'os.ValidRemoteTarget' resource.",
                            "READ.partnerintegration.DcLogs": "Read a 'partnerintegration.DcLogs' resource.",
                            "CREATE.partnerintegration.DeviceConnector": "Create a 'partnerintegration.DeviceConnector' resource.",
                            "DELETE.partnerintegration.DeviceConnector": "Delete a 'partnerintegration.DeviceConnector' resource.",
                            "READ.partnerintegration.DeviceConnector": "Read a 'partnerintegration.DeviceConnector' resource.",
                            "UPDATE.partnerintegration.DeviceConnector": "Update a 'partnerintegration.DeviceConnector' resource.",
                            "READ.partnerintegration.DocIssues": "Read a 'partnerintegration.DocIssues' resource.",
                            "CREATE.partnerintegration.Etl": "Create a 'partnerintegration.Etl' resource.",
                            "DELETE.partnerintegration.Etl": "Delete a 'partnerintegration.Etl' resource.",
                            "READ.partnerintegration.Etl": "Read a 'partnerintegration.Etl' resource.",
                            "UPDATE.partnerintegration.Etl": "Update a 'partnerintegration.Etl' resource.",
                            "CREATE.partnerintegration.File": "Create a 'partnerintegration.File' resource.",
                            "DELETE.partnerintegration.File": "Delete a 'partnerintegration.File' resource.",
                            "READ.partnerintegration.File": "Read a 'partnerintegration.File' resource.",
                            "UPDATE.partnerintegration.File": "Update a 'partnerintegration.File' resource.",
                            "CREATE.partnerintegration.Inventory": "Create a 'partnerintegration.Inventory' resource.",
                            "DELETE.partnerintegration.Inventory": "Delete a 'partnerintegration.Inventory' resource.",
                            "READ.partnerintegration.Inventory": "Read a 'partnerintegration.Inventory' resource.",
                            "UPDATE.partnerintegration.Inventory": "Update a 'partnerintegration.Inventory' resource.",
                            "READ.partnerintegration.Logs": "Read a 'partnerintegration.Logs' resource.",
                            "CREATE.partnerintegration.Metrics": "Create a 'partnerintegration.Metrics' resource.",
                            "DELETE.partnerintegration.Metrics": "Delete a 'partnerintegration.Metrics' resource.",
                            "READ.partnerintegration.Metrics": "Read a 'partnerintegration.Metrics' resource.",
                            "UPDATE.partnerintegration.Metrics": "Update a 'partnerintegration.Metrics' resource.",
                            "CREATE.partnerintegration.Model": "Create a 'partnerintegration.Model' resource.",
                            "DELETE.partnerintegration.Model": "Delete a 'partnerintegration.Model' resource.",
                            "READ.partnerintegration.Model": "Read a 'partnerintegration.Model' resource.",
                            "UPDATE.partnerintegration.Model": "Update a 'partnerintegration.Model' resource.",
                            "READ.pci.CoprocessorCard": "Read a 'pci.CoprocessorCard' resource.",
                            "READ.pci.Device": "Read a 'pci.Device' resource.",
                            "UPDATE.pci.Device": "Update a 'pci.Device' resource.",
                            "READ.pci.Endpoint": "Read a 'pci.Endpoint' resource.",
                            "READ.pci.Link": "Read a 'pci.Link' resource.",
                            "UPDATE.pci.Link": "Update a 'pci.Link' resource.",
                            "READ.pci.Node": "Read a 'pci.Node' resource.",
                            "UPDATE.pci.Node": "Update a 'pci.Node' resource.",
                            "READ.pci.NodeSetting": "Read a 'pci.NodeSetting' resource.",
                            "UPDATE.pci.NodeSetting": "Update a 'pci.NodeSetting' resource.",
                            "READ.pci.Port": "Read a 'pci.Port' resource.",
                            "READ.pci.Slot": "Read a 'pci.Slot' resource.",
                            "READ.pci.Switch": "Read a 'pci.Switch' resource.",
                            "UPDATE.pci.Switch": "Update a 'pci.Switch' resource.",
                            "READ.pci.Zone": "Read a 'pci.Zone' resource.",
                            "READ.pool.IdMappingMember": "Read a 'pool.IdMappingMember' resource.",
                            "CREATE.pool.IdMappingPolicy": "Create a 'pool.IdMappingPolicy' resource.",
                            "DELETE.pool.IdMappingPolicy": "Delete a 'pool.IdMappingPolicy' resource.",
                            "READ.pool.IdMappingPolicy": "Read a 'pool.IdMappingPolicy' resource.",
                            "UPDATE.pool.IdMappingPolicy": "Update a 'pool.IdMappingPolicy' resource.",
                            "READ.port.Group": "Read a 'port.Group' resource.",
                            "UPDATE.port.Group": "Update a 'port.Group' resource.",
                            "READ.port.MacBinding": "Read a 'port.MacBinding' resource.",
                            "UPDATE.port.MacBinding": "Update a 'port.MacBinding' resource.",
                            "READ.port.SubGroup": "Read a 'port.SubGroup' resource.",
                            "UPDATE.port.SubGroup": "Update a 'port.SubGroup' resource.",
                            "READ.power.ControlState": "Read a 'power.ControlState' resource.",
                            "CREATE.power.Policy": "Create a 'power.Policy' resource.",
                            "DELETE.power.Policy": "Delete a 'power.Policy' resource.",
                            "READ.power.Policy": "Read a 'power.Policy' resource.",
                            "UPDATE.power.Policy": "Update a 'power.Policy' resource.",
                            "READ.power.PolicyInventory": "Read a 'power.PolicyInventory' resource.",
                            "CREATE.power.PowerGroup": "Create a 'power.PowerGroup' resource.",
                            "DELETE.power.PowerGroup": "Delete a 'power.PowerGroup' resource.",
                            "READ.power.PowerGroup": "Read a 'power.PowerGroup' resource.",
                            "UPDATE.power.PowerGroup": "Update a 'power.PowerGroup' resource.",
                            "READ.power.PowerGroupMember": "Read a 'power.PowerGroupMember' resource.",
                            "READ.processor.Unit": "Read a 'processor.Unit' resource.",
                            "UPDATE.processor.Unit": "Update a 'processor.Unit' resource.",
                            "READ.rack.UnitPersonality": "Read a 'rack.UnitPersonality' resource.",
                            "UPDATE.rack.UnitPersonality": "Update a 'rack.UnitPersonality' resource.",
                            "READ.recommendation.CapacityRunway": "Read a 'recommendation.CapacityRunway' resource.",
                            "READ.recommendation.ClusterExpansion": "Read a 'recommendation.ClusterExpansion' resource.",
                            "CREATE.recommendation.HardwareExpansionRequest": "Create a 'recommendation.HardwareExpansionRequest' resource.",
                            "READ.recommendation.HardwareExpansionRequest": "Read a 'recommendation.HardwareExpansionRequest' resource.",
                            "UPDATE.recommendation.HardwareExpansionRequest": "Update a 'recommendation.HardwareExpansionRequest' resource.",
                            "CREATE.recommendation.HardwareExpansionRequestItem": "Create a 'recommendation.HardwareExpansionRequestItem' resource.",
                            "READ.recommendation.HardwareExpansionRequestItem": "Read a 'recommendation.HardwareExpansionRequestItem' resource.",
                            "UPDATE.recommendation.HardwareExpansionRequestItem": "Update a 'recommendation.HardwareExpansionRequestItem' resource.",
                            "READ.recommendation.PhysicalItem": "Read a 'recommendation.PhysicalItem' resource.",
                            "CREATE.recommendation.PurchaseOrderEstimate": "Create a 'recommendation.PurchaseOrderEstimate' resource.",
                            "READ.recommendation.PurchaseOrderEstimate": "Read a 'recommendation.PurchaseOrderEstimate' resource.",
                            "UPDATE.recommendation.PurchaseOrderEstimate": "Update a 'recommendation.PurchaseOrderEstimate' resource.",
                            "READ.recommendation.PurchaseOrderList": "Read a 'recommendation.PurchaseOrderList' resource.",
                            "READ.recommendation.SoftwareItem": "Read a 'recommendation.SoftwareItem' resource.",
                            "CREATE.recovery.BackupConfigPolicy": "Create a 'recovery.BackupConfigPolicy' resource.",
                            "DELETE.recovery.BackupConfigPolicy": "Delete a 'recovery.BackupConfigPolicy' resource.",
                            "READ.recovery.BackupConfigPolicy": "Read a 'recovery.BackupConfigPolicy' resource.",
                            "UPDATE.recovery.BackupConfigPolicy": "Update a 'recovery.BackupConfigPolicy' resource.",
                            "CREATE.recovery.BackupProfile": "Create a 'recovery.BackupProfile' resource.",
                            "DELETE.recovery.BackupProfile": "Delete a 'recovery.BackupProfile' resource.",
                            "READ.recovery.BackupProfile": "Read a 'recovery.BackupProfile' resource.",
                            "UPDATE.recovery.BackupProfile": "Update a 'recovery.BackupProfile' resource.",
                            "READ.recovery.ConfigResult": "Read a 'recovery.ConfigResult' resource.",
                            "READ.recovery.ConfigResultEntry": "Read a 'recovery.ConfigResultEntry' resource.",
                            "CREATE.recovery.OnDemandBackup": "Create a 'recovery.OnDemandBackup' resource.",
                            "DELETE.recovery.OnDemandBackup": "Delete a 'recovery.OnDemandBackup' resource.",
                            "READ.recovery.OnDemandBackup": "Read a 'recovery.OnDemandBackup' resource.",
                            "UPDATE.recovery.OnDemandBackup": "Update a 'recovery.OnDemandBackup' resource.",
                            "CREATE.recovery.Restore": "Create a 'recovery.Restore' resource.",
                            "DELETE.recovery.Restore": "Delete a 'recovery.Restore' resource.",
                            "READ.recovery.Restore": "Read a 'recovery.Restore' resource.",
                            "CREATE.recovery.ScheduleConfigPolicy": "Create a 'recovery.ScheduleConfigPolicy' resource.",
                            "DELETE.recovery.ScheduleConfigPolicy": "Delete a 'recovery.ScheduleConfigPolicy' resource.",
                            "READ.recovery.ScheduleConfigPolicy": "Read a 'recovery.ScheduleConfigPolicy' resource.",
                            "UPDATE.recovery.ScheduleConfigPolicy": "Update a 'recovery.ScheduleConfigPolicy' resource.",
                            "CREATE.resource.Group": "Create a 'resource.Group' resource.",
                            "DELETE.resource.Group": "Delete a 'resource.Group' resource.",
                            "READ.resource.Group": "Read a 'resource.Group' resource.",
                            "UPDATE.resource.Group": "Update a 'resource.Group' resource.",
                            "READ.resource.GroupMember": "Read a 'resource.GroupMember' resource.",
                            "READ.resource.LicenseResourceCount": "Read a 'resource.LicenseResourceCount' resource.",
                            "READ.resource.Membership": "Read a 'resource.Membership' resource.",
                            "UPDATE.resource.Membership": "Update a 'resource.Membership' resource.",
                            "READ.resource.MembershipHolder": "Read a 'resource.MembershipHolder' resource.",
                            "CREATE.resource.Reservation": "Create a 'resource.Reservation' resource.",
                            "DELETE.resource.Reservation": "Delete a 'resource.Reservation' resource.",
                            "READ.resource.Reservation": "Read a 'resource.Reservation' resource.",
                            "UPDATE.resource.Reservation": "Update a 'resource.Reservation' resource.",
                            "CREATE.resource.SelectionCriteria": "Create a 'resource.SelectionCriteria' resource.",
                            "DELETE.resource.SelectionCriteria": "Delete a 'resource.SelectionCriteria' resource.",
                            "READ.resource.SelectionCriteria": "Read a 'resource.SelectionCriteria' resource.",
                            "UPDATE.resource.SelectionCriteria": "Update a 'resource.SelectionCriteria' resource.",
                            "READ.resource.SharedResourcesInfoHolder": "Read a 'resource.SharedResourcesInfoHolder' resource.",
                            "DELETE.resourcepool.ChassisQualificationPolicy": "Delete a 'resourcepool.ChassisQualificationPolicy' resource.",
                            "READ.resourcepool.ChassisQualificationPolicy": "Read a 'resourcepool.ChassisQualificationPolicy' resource.",
                            "DELETE.resourcepool.Lease": "Delete a 'resourcepool.Lease' resource.",
                            "READ.resourcepool.Lease": "Read a 'resourcepool.Lease' resource.",
                            "READ.resourcepool.LeaseResource": "Read a 'resourcepool.LeaseResource' resource.",
                            "DELETE.resourcepool.MembershipReservation": "Delete a 'resourcepool.MembershipReservation' resource.",
                            "READ.resourcepool.MembershipReservation": "Read a 'resourcepool.MembershipReservation' resource.",
                            "UPDATE.resourcepool.MembershipReservation": "Update a 'resourcepool.MembershipReservation' resource.",
                            "CREATE.resourcepool.Pool": "Create a 'resourcepool.Pool' resource.",
                            "DELETE.resourcepool.Pool": "Delete a 'resourcepool.Pool' resource.",
                            "READ.resourcepool.Pool": "Read a 'resourcepool.Pool' resource.",
                            "UPDATE.resourcepool.Pool": "Update a 'resourcepool.Pool' resource.",
                            "READ.resourcepool.PoolMember": "Read a 'resourcepool.PoolMember' resource.",
                            "CREATE.resourcepool.QualificationPolicy": "Create a 'resourcepool.QualificationPolicy' resource.",
                            "DELETE.resourcepool.QualificationPolicy": "Delete a 'resourcepool.QualificationPolicy' resource.",
                            "READ.resourcepool.QualificationPolicy": "Read a 'resourcepool.QualificationPolicy' resource.",
                            "UPDATE.resourcepool.QualificationPolicy": "Update a 'resourcepool.QualificationPolicy' resource.",
                            "CREATE.resourcepool.Reservation": "Create a 'resourcepool.Reservation' resource.",
                            "DELETE.resourcepool.Reservation": "Delete a 'resourcepool.Reservation' resource.",
                            "READ.resourcepool.Reservation": "Read a 'resourcepool.Reservation' resource.",
                            "UPDATE.resourcepool.Reservation": "Update a 'resourcepool.Reservation' resource.",
                            "READ.resourcepool.Universe": "Read a 'resourcepool.Universe' resource.",
                            "CREATE.rproxy.ReverseProxy": "Create a 'rproxy.ReverseProxy' resource.",
                            "CREATE.scheduler.SchedulePolicy": "Create a 'scheduler.SchedulePolicy' resource.",
                            "DELETE.scheduler.SchedulePolicy": "Delete a 'scheduler.SchedulePolicy' resource.",
                            "READ.scheduler.SchedulePolicy": "Read a 'scheduler.SchedulePolicy' resource.",
                            "UPDATE.scheduler.SchedulePolicy": "Update a 'scheduler.SchedulePolicy' resource.",
                            "READ.scheduler.TaskResult": "Read a 'scheduler.TaskResult' resource.",
                            "CREATE.scheduler.TaskSchedule": "Create a 'scheduler.TaskSchedule' resource.",
                            "DELETE.scheduler.TaskSchedule": "Delete a 'scheduler.TaskSchedule' resource.",
                            "READ.scheduler.TaskSchedule": "Read a 'scheduler.TaskSchedule' resource.",
                            "UPDATE.scheduler.TaskSchedule": "Update a 'scheduler.TaskSchedule' resource.",
                            "CREATE.sdaaci.Connection": "Create a 'sdaaci.Connection' resource.",
                            "DELETE.sdaaci.Connection": "Delete a 'sdaaci.Connection' resource.",
                            "READ.sdaaci.Connection": "Read a 'sdaaci.Connection' resource.",
                            "UPDATE.sdaaci.Connection": "Update a 'sdaaci.Connection' resource.",
                            "CREATE.sdaaci.ConnectionDetail": "Create a 'sdaaci.ConnectionDetail' resource.",
                            "DELETE.sdaaci.ConnectionDetail": "Delete a 'sdaaci.ConnectionDetail' resource.",
                            "READ.sdaaci.ConnectionDetail": "Read a 'sdaaci.ConnectionDetail' resource.",
                            "UPDATE.sdaaci.ConnectionDetail": "Update a 'sdaaci.ConnectionDetail' resource.",
                            "CREATE.sdcard.Policy": "Create a 'sdcard.Policy' resource.",
                            "DELETE.sdcard.Policy": "Delete a 'sdcard.Policy' resource.",
                            "READ.sdcard.Policy": "Read a 'sdcard.Policy' resource.",
                            "UPDATE.sdcard.Policy": "Update a 'sdcard.Policy' resource.",
                            "READ.sdcard.PolicyInventory": "Read a 'sdcard.PolicyInventory' resource.",
                            "READ.search.SearchItem": "Read a 'search.SearchItem' resource.",
                            "READ.search.TagItem": "Read a 'search.TagItem' resource.",
                            "READ.security.Unit": "Read a 'security.Unit' resource.",
                            "UPDATE.security.Unit": "Update a 'security.Unit' resource.",
                            "READ.server.ConfigChangeDetail": "Read a 'server.ConfigChangeDetail' resource.",
                            "CREATE.server.ConfigImport": "Create a 'server.ConfigImport' resource.",
                            "READ.server.ConfigImport": "Read a 'server.ConfigImport' resource.",
                            "READ.server.ConfigResult": "Read a 'server.ConfigResult' resource.",
                            "READ.server.ConfigResultEntry": "Read a 'server.ConfigResultEntry' resource.",
                            "CREATE.server.DiagnosticStatus": "Create a 'server.DiagnosticStatus' resource.",
                            "DELETE.server.DiagnosticStatus": "Delete a 'server.DiagnosticStatus' resource.",
                            "READ.server.DiagnosticStatus": "Read a 'server.DiagnosticStatus' resource.",
                            "UPDATE.server.DiagnosticStatus": "Update a 'server.DiagnosticStatus' resource.",
                            "CREATE.server.Diagnostics": "Create a 'server.Diagnostics' resource.",
                            "DELETE.server.Diagnostics": "Delete a 'server.Diagnostics' resource.",
                            "READ.server.Diagnostics": "Read a 'server.Diagnostics' resource.",
                            "UPDATE.server.Diagnostics": "Update a 'server.Diagnostics' resource.",
                            "READ.server.Disruption": "Read a 'server.Disruption' resource.",
                            "DELETE.server.MigrationKeyDetails": "Delete a 'server.MigrationKeyDetails' resource.",
                            "READ.server.MigrationKeyDetails": "Read a 'server.MigrationKeyDetails' resource.",
                            "CREATE.server.Profile": "Create a 'server.Profile' resource.",
                            "DELETE.server.Profile": "Delete a 'server.Profile' resource.",
                            "READ.server.Profile": "Read a 'server.Profile' resource.",
                            "UPDATE.server.Profile": "Update a 'server.Profile' resource.",
                            "READ.server.ProfilePendingChangeEval": "Read a 'server.ProfilePendingChangeEval' resource.",
                            "CREATE.server.ProfileTemplate": "Create a 'server.ProfileTemplate' resource.",
                            "DELETE.server.ProfileTemplate": "Delete a 'server.ProfileTemplate' resource.",
                            "READ.server.ProfileTemplate": "Read a 'server.ProfileTemplate' resource.",
                            "UPDATE.server.ProfileTemplate": "Update a 'server.ProfileTemplate' resource.",
                            "READ.servicenow.ChangeRequest": "Read a 'servicenow.ChangeRequest' resource.",
                            "READ.servicenow.ChangeRequestDoc": "Read a 'servicenow.ChangeRequestDoc' resource.",
                            "READ.servicenow.Incident": "Read a 'servicenow.Incident' resource.",
                            "READ.servicenow.IncidentDoc": "Read a 'servicenow.IncidentDoc' resource.",
                            "CREATE.smtp.Policy": "Create a 'smtp.Policy' resource.",
                            "DELETE.smtp.Policy": "Delete a 'smtp.Policy' resource.",
                            "READ.smtp.Policy": "Read a 'smtp.Policy' resource.",
                            "UPDATE.smtp.Policy": "Update a 'smtp.Policy' resource.",
                            "READ.smtp.PolicyInventory": "Read a 'smtp.PolicyInventory' resource.",
                            "CREATE.smtp.PolicyTest": "Create a 'smtp.PolicyTest' resource.",
                            "DELETE.smtp.PolicyTest": "Delete a 'smtp.PolicyTest' resource.",
                            "READ.smtp.PolicyTest": "Read a 'smtp.PolicyTest' resource.",
                            "UPDATE.smtp.PolicyTest": "Update a 'smtp.PolicyTest' resource.",
                            "CREATE.snmp.Policy": "Create a 'snmp.Policy' resource.",
                            "DELETE.snmp.Policy": "Delete a 'snmp.Policy' resource.",
                            "READ.snmp.Policy": "Read a 'snmp.Policy' resource.",
                            "UPDATE.snmp.Policy": "Update a 'snmp.Policy' resource.",
                            "READ.snmp.PolicyInventory": "Read a 'snmp.PolicyInventory' resource.",
                            "CREATE.software.ApplianceDistributable": "Create a 'software.ApplianceDistributable' resource.",
                            "DELETE.software.ApplianceDistributable": "Delete a 'software.ApplianceDistributable' resource.",
                            "READ.software.ApplianceDistributable": "Read a 'software.ApplianceDistributable' resource.",
                            "UPDATE.software.ApplianceDistributable": "Update a 'software.ApplianceDistributable' resource.",
                            "READ.software.DownloadHistory": "Read a 'software.DownloadHistory' resource.",
                            "CREATE.software.HciBundleDistributable": "Create a 'software.HciBundleDistributable' resource.",
                            "DELETE.software.HciBundleDistributable": "Delete a 'software.HciBundleDistributable' resource.",
                            "READ.software.HciBundleDistributable": "Read a 'software.HciBundleDistributable' resource.",
                            "UPDATE.software.HciBundleDistributable": "Update a 'software.HciBundleDistributable' resource.",
                            "CREATE.software.HciDistributable": "Create a 'software.HciDistributable' resource.",
                            "DELETE.software.HciDistributable": "Delete a 'software.HciDistributable' resource.",
                            "READ.software.HciDistributable": "Read a 'software.HciDistributable' resource.",
                            "UPDATE.software.HciDistributable": "Update a 'software.HciDistributable' resource.",
                            "READ.software.HclMeta": "Read a 'software.HclMeta' resource.",
                            "CREATE.software.HyperflexBundleDistributable": "Create a 'software.HyperflexBundleDistributable' resource.",
                            "DELETE.software.HyperflexBundleDistributable": "Delete a 'software.HyperflexBundleDistributable' resource.",
                            "READ.software.HyperflexBundleDistributable": "Read a 'software.HyperflexBundleDistributable' resource.",
                            "UPDATE.software.HyperflexBundleDistributable": "Update a 'software.HyperflexBundleDistributable' resource.",
                            "CREATE.software.HyperflexDistributable": "Create a 'software.HyperflexDistributable' resource.",
                            "DELETE.software.HyperflexDistributable": "Delete a 'software.HyperflexDistributable' resource.",
                            "READ.software.HyperflexDistributable": "Read a 'software.HyperflexDistributable' resource.",
                            "UPDATE.software.HyperflexDistributable": "Update a 'software.HyperflexDistributable' resource.",
                            "CREATE.software.IksBundleDistributable": "Create a 'software.IksBundleDistributable' resource.",
                            "DELETE.software.IksBundleDistributable": "Delete a 'software.IksBundleDistributable' resource.",
                            "READ.software.IksBundleDistributable": "Read a 'software.IksBundleDistributable' resource.",
                            "UPDATE.software.IksBundleDistributable": "Update a 'software.IksBundleDistributable' resource.",
                            "CREATE.software.ReleaseMeta": "Create a 'software.ReleaseMeta' resource.",
                            "DELETE.software.ReleaseMeta": "Delete a 'software.ReleaseMeta' resource.",
                            "READ.software.ReleaseMeta": "Read a 'software.ReleaseMeta' resource.",
                            "UPDATE.software.ReleaseMeta": "Update a 'software.ReleaseMeta' resource.",
                            "CREATE.software.SolutionDistributable": "Create a 'software.SolutionDistributable' resource.",
                            "DELETE.software.SolutionDistributable": "Delete a 'software.SolutionDistributable' resource.",
                            "READ.software.SolutionDistributable": "Read a 'software.SolutionDistributable' resource.",
                            "UPDATE.software.SolutionDistributable": "Update a 'software.SolutionDistributable' resource.",
                            "CREATE.software.UcsdBundleDistributable": "Create a 'software.UcsdBundleDistributable' resource.",
                            "DELETE.software.UcsdBundleDistributable": "Delete a 'software.UcsdBundleDistributable' resource.",
                            "READ.software.UcsdBundleDistributable": "Read a 'software.UcsdBundleDistributable' resource.",
                            "UPDATE.software.UcsdBundleDistributable": "Update a 'software.UcsdBundleDistributable' resource.",
                            "CREATE.software.UcsdDistributable": "Create a 'software.UcsdDistributable' resource.",
                            "DELETE.software.UcsdDistributable": "Delete a 'software.UcsdDistributable' resource.",
                            "READ.software.UcsdDistributable": "Read a 'software.UcsdDistributable' resource.",
                            "UPDATE.software.UcsdDistributable": "Update a 'software.UcsdDistributable' resource.",
                            "CREATE.softwarerepository.Authorization": "Create a 'softwarerepository.Authorization' resource.",
                            "READ.softwarerepository.Authorization": "Read a 'softwarerepository.Authorization' resource.",
                            "UPDATE.softwarerepository.Authorization": "Update a 'softwarerepository.Authorization' resource.",
                            "READ.softwarerepository.CachedImage": "Read a 'softwarerepository.CachedImage' resource.",
                            "READ.softwarerepository.Catalog": "Read a 'softwarerepository.Catalog' resource.",
                            "READ.softwarerepository.CategoryMapper": "Read a 'softwarerepository.CategoryMapper' resource.",
                            "READ.softwarerepository.CategoryMapperModel": "Read a 'softwarerepository.CategoryMapperModel' resource.",
                            "READ.softwarerepository.CategorySupportConstraint": "Read a 'softwarerepository.CategorySupportConstraint' resource.",
                            "READ.softwarerepository.CategoryUnsupportedModels": "Read a 'softwarerepository.CategoryUnsupportedModels' resource.",
                            "READ.softwarerepository.DownloadSpec": "Read a 'softwarerepository.DownloadSpec' resource.",
                            "CREATE.softwarerepository.OperatingSystemFile": "Create a 'softwarerepository.OperatingSystemFile' resource.",
                            "DELETE.softwarerepository.OperatingSystemFile": "Delete a 'softwarerepository.OperatingSystemFile' resource.",
                            "READ.softwarerepository.OperatingSystemFile": "Read a 'softwarerepository.OperatingSystemFile' resource.",
                            "UPDATE.softwarerepository.OperatingSystemFile": "Update a 'softwarerepository.OperatingSystemFile' resource.",
                            "READ.softwarerepository.Release": "Read a 'softwarerepository.Release' resource.",
                            "CREATE.sol.Policy": "Create a 'sol.Policy' resource.",
                            "DELETE.sol.Policy": "Delete a 'sol.Policy' resource.",
                            "READ.sol.Policy": "Read a 'sol.Policy' resource.",
                            "UPDATE.sol.Policy": "Update a 'sol.Policy' resource.",
                            "READ.sol.PolicyInventory": "Read a 'sol.PolicyInventory' resource.",
                            "CREATE.ssh.Policy": "Create a 'ssh.Policy' resource.",
                            "DELETE.ssh.Policy": "Delete a 'ssh.Policy' resource.",
                            "READ.ssh.Policy": "Read a 'ssh.Policy' resource.",
                            "UPDATE.ssh.Policy": "Update a 'ssh.Policy' resource.",
                            "READ.ssh.PolicyInventory": "Read a 'ssh.PolicyInventory' resource.",
                            "READ.storage.BatteryBackupUnit": "Read a 'storage.BatteryBackupUnit' resource.",
                            "UPDATE.storage.BatteryBackupUnit": "Update a 'storage.BatteryBackupUnit' resource.",
                            "READ.storage.Controller": "Read a 'storage.Controller' resource.",
                            "UPDATE.storage.Controller": "Update a 'storage.Controller' resource.",
                            "READ.storage.ControllerDrive": "Read a 'storage.ControllerDrive' resource.",
                            "READ.storage.DiskGroup": "Read a 'storage.DiskGroup' resource.",
                            "UPDATE.storage.DiskGroup": "Update a 'storage.DiskGroup' resource.",
                            "READ.storage.DiskSlot": "Read a 'storage.DiskSlot' resource.",
                            "CREATE.storage.DriveGroup": "Create a 'storage.DriveGroup' resource.",
                            "DELETE.storage.DriveGroup": "Delete a 'storage.DriveGroup' resource.",
                            "READ.storage.DriveGroup": "Read a 'storage.DriveGroup' resource.",
                            "UPDATE.storage.DriveGroup": "Update a 'storage.DriveGroup' resource.",
                            "CREATE.storage.DriveSecurityPolicy": "Create a 'storage.DriveSecurityPolicy' resource.",
                            "DELETE.storage.DriveSecurityPolicy": "Delete a 'storage.DriveSecurityPolicy' resource.",
                            "READ.storage.DriveSecurityPolicy": "Read a 'storage.DriveSecurityPolicy' resource.",
                            "UPDATE.storage.DriveSecurityPolicy": "Update a 'storage.DriveSecurityPolicy' resource.",
                            "READ.storage.Enclosure": "Read a 'storage.Enclosure' resource.",
                            "UPDATE.storage.Enclosure": "Update a 'storage.Enclosure' resource.",
                            "READ.storage.EnclosureDisk": "Read a 'storage.EnclosureDisk' resource.",
                            "UPDATE.storage.EnclosureDisk": "Update a 'storage.EnclosureDisk' resource.",
                            "READ.storage.EnclosureDiskSlotEp": "Read a 'storage.EnclosureDiskSlotEp' resource.",
                            "UPDATE.storage.EnclosureDiskSlotEp": "Update a 'storage.EnclosureDiskSlotEp' resource.",
                            "READ.storage.FileItem": "Read a 'storage.FileItem' resource.",
                            "READ.storage.FlexFlashController": "Read a 'storage.FlexFlashController' resource.",
                            "UPDATE.storage.FlexFlashController": "Update a 'storage.FlexFlashController' resource.",
                            "READ.storage.FlexFlashControllerProps": "Read a 'storage.FlexFlashControllerProps' resource.",
                            "UPDATE.storage.FlexFlashControllerProps": "Update a 'storage.FlexFlashControllerProps' resource.",
                            "READ.storage.FlexFlashPhysicalDrive": "Read a 'storage.FlexFlashPhysicalDrive' resource.",
                            "UPDATE.storage.FlexFlashPhysicalDrive": "Update a 'storage.FlexFlashPhysicalDrive' resource.",
                            "READ.storage.FlexFlashVirtualDrive": "Read a 'storage.FlexFlashVirtualDrive' resource.",
                            "UPDATE.storage.FlexFlashVirtualDrive": "Update a 'storage.FlexFlashVirtualDrive' resource.",
                            "READ.storage.FlexUtilController": "Read a 'storage.FlexUtilController' resource.",
                            "UPDATE.storage.FlexUtilController": "Update a 'storage.FlexUtilController' resource.",
                            "READ.storage.FlexUtilPhysicalDrive": "Read a 'storage.FlexUtilPhysicalDrive' resource.",
                            "UPDATE.storage.FlexUtilPhysicalDrive": "Update a 'storage.FlexUtilPhysicalDrive' resource.",
                            "READ.storage.FlexUtilVirtualDrive": "Read a 'storage.FlexUtilVirtualDrive' resource.",
                            "UPDATE.storage.FlexUtilVirtualDrive": "Update a 'storage.FlexUtilVirtualDrive' resource.",
                            "READ.storage.HitachiArray": "Read a 'storage.HitachiArray' resource.",
                            "UPDATE.storage.HitachiArray": "Update a 'storage.HitachiArray' resource.",
                            "READ.storage.HitachiController": "Read a 'storage.HitachiController' resource.",
                            "READ.storage.HitachiDisk": "Read a 'storage.HitachiDisk' resource.",
                            "READ.storage.HitachiExternalParityGroup": "Read a 'storage.HitachiExternalParityGroup' resource.",
                            "READ.storage.HitachiExternalPathGroup": "Read a 'storage.HitachiExternalPathGroup' resource.",
                            "READ.storage.HitachiExternalStorageLun": "Read a 'storage.HitachiExternalStorageLun' resource.",
                            "READ.storage.HitachiExternalStoragePort": "Read a 'storage.HitachiExternalStoragePort' resource.",
                            "READ.storage.HitachiHost": "Read a 'storage.HitachiHost' resource.",
                            "READ.storage.HitachiHostLun": "Read a 'storage.HitachiHostLun' resource.",
                            "READ.storage.HitachiNvmSubsystem": "Read a 'storage.HitachiNvmSubsystem' resource.",
                            "READ.storage.HitachiParityGroup": "Read a 'storage.HitachiParityGroup' resource.",
                            "READ.storage.HitachiPool": "Read a 'storage.HitachiPool' resource.",
                            "READ.storage.HitachiPort": "Read a 'storage.HitachiPort' resource.",
                            "READ.storage.HitachiRemoteCopyPairGad": "Read a 'storage.HitachiRemoteCopyPairGad' resource.",
                            "READ.storage.HitachiRemoteCopyPairTc": "Read a 'storage.HitachiRemoteCopyPairTc' resource.",
                            "READ.storage.HitachiRemoteCopyPairUr": "Read a 'storage.HitachiRemoteCopyPairUr' resource.",
                            "READ.storage.HitachiRemoteReplication": "Read a 'storage.HitachiRemoteReplication' resource.",
                            "READ.storage.HitachiSnapshot": "Read a 'storage.HitachiSnapshot' resource.",
                            "READ.storage.HitachiVolume": "Read a 'storage.HitachiVolume' resource.",
                            "READ.storage.HitachiVolumeMigrationPair": "Read a 'storage.HitachiVolumeMigrationPair' resource.",
                            "READ.storage.HyperFlexStorageContainer": "Read a 'storage.HyperFlexStorageContainer' resource.",
                            "READ.storage.HyperFlexVolume": "Read a 'storage.HyperFlexVolume' resource.",
                            "READ.storage.Item": "Read a 'storage.Item' resource.",
                            "READ.storage.KnoxSecureDriveConfiguration": "Read a 'storage.KnoxSecureDriveConfiguration' resource.",
                            "READ.storage.NetAppAggregate": "Read a 'storage.NetAppAggregate' resource.",
                            "READ.storage.NetAppAggregateEvent": "Read a 'storage.NetAppAggregateEvent' resource.",
                            "READ.storage.NetAppBaseDisk": "Read a 'storage.NetAppBaseDisk' resource.",
                            "READ.storage.NetAppCifsService": "Read a 'storage.NetAppCifsService' resource.",
                            "READ.storage.NetAppCifsShare": "Read a 'storage.NetAppCifsShare' resource.",
                            "READ.storage.NetAppCloudTarget": "Read a 'storage.NetAppCloudTarget' resource.",
                            "READ.storage.NetAppCluster": "Read a 'storage.NetAppCluster' resource.",
                            "UPDATE.storage.NetAppCluster": "Update a 'storage.NetAppCluster' resource.",
                            "READ.storage.NetAppClusterEvent": "Read a 'storage.NetAppClusterEvent' resource.",
                            "READ.storage.NetAppClusterSnapMirrorPolicy": "Read a 'storage.NetAppClusterSnapMirrorPolicy' resource.",
                            "READ.storage.NetAppClusterSnapshotPolicy": "Read a 'storage.NetAppClusterSnapshotPolicy' resource.",
                            "READ.storage.NetAppDataIpInterface": "Read a 'storage.NetAppDataIpInterface' resource.",
                            "READ.storage.NetAppDataIpInterfaceEvent": "Read a 'storage.NetAppDataIpInterfaceEvent' resource.",
                            "READ.storage.NetAppDiskEvent": "Read a 'storage.NetAppDiskEvent' resource.",
                            "READ.storage.NetAppEthernetPort": "Read a 'storage.NetAppEthernetPort' resource.",
                            "READ.storage.NetAppEthernetPortEvent": "Read a 'storage.NetAppEthernetPortEvent' resource.",
                            "READ.storage.NetAppExportPolicy": "Read a 'storage.NetAppExportPolicy' resource.",
                            "READ.storage.NetAppFcInterface": "Read a 'storage.NetAppFcInterface' resource.",
                            "READ.storage.NetAppFcInterfaceEvent": "Read a 'storage.NetAppFcInterfaceEvent' resource.",
                            "READ.storage.NetAppFcPort": "Read a 'storage.NetAppFcPort' resource.",
                            "READ.storage.NetAppFcPortEvent": "Read a 'storage.NetAppFcPortEvent' resource.",
                            "READ.storage.NetAppInitiatorGroup": "Read a 'storage.NetAppInitiatorGroup' resource.",
                            "READ.storage.NetAppIpInterface": "Read a 'storage.NetAppIpInterface' resource.",
                            "READ.storage.NetAppIpInterfaceEvent": "Read a 'storage.NetAppIpInterfaceEvent' resource.",
                            "READ.storage.NetAppIscsiService": "Read a 'storage.NetAppIscsiService' resource.",
                            "READ.storage.NetAppLicense": "Read a 'storage.NetAppLicense' resource.",
                            "READ.storage.NetAppLun": "Read a 'storage.NetAppLun' resource.",
                            "READ.storage.NetAppLunEvent": "Read a 'storage.NetAppLunEvent' resource.",
                            "READ.storage.NetAppLunMap": "Read a 'storage.NetAppLunMap' resource.",
                            "READ.storage.NetAppNamespace": "Read a 'storage.NetAppNamespace' resource.",
                            "READ.storage.NetAppNfsClient": "Read a 'storage.NetAppNfsClient' resource.",
                            "READ.storage.NetAppNfsService": "Read a 'storage.NetAppNfsService' resource.",
                            "READ.storage.NetAppNode": "Read a 'storage.NetAppNode' resource.",
                            "READ.storage.NetAppNodeCdpNeighbor": "Read a 'storage.NetAppNodeCdpNeighbor' resource.",
                            "READ.storage.NetAppNodeEvent": "Read a 'storage.NetAppNodeEvent' resource.",
                            "READ.storage.NetAppNonDataIpInterface": "Read a 'storage.NetAppNonDataIpInterface' resource.",
                            "READ.storage.NetAppNonDataIpInterfaceEvent": "Read a 'storage.NetAppNonDataIpInterfaceEvent' resource.",
                            "READ.storage.NetAppNtpServer": "Read a 'storage.NetAppNtpServer' resource.",
                            "READ.storage.NetAppQtree": "Read a 'storage.NetAppQtree' resource.",
                            "READ.storage.NetAppSchedule": "Read a 'storage.NetAppSchedule' resource.",
                            "READ.storage.NetAppSensor": "Read a 'storage.NetAppSensor' resource.",
                            "READ.storage.NetAppSnapMirrorRelationship": "Read a 'storage.NetAppSnapMirrorRelationship' resource.",
                            "READ.storage.NetAppStorageVm": "Read a 'storage.NetAppStorageVm' resource.",
                            "READ.storage.NetAppSvmEvent": "Read a 'storage.NetAppSvmEvent' resource.",
                            "READ.storage.NetAppSvmSnapMirrorPolicy": "Read a 'storage.NetAppSvmSnapMirrorPolicy' resource.",
                            "READ.storage.NetAppSvmSnapshotPolicy": "Read a 'storage.NetAppSvmSnapshotPolicy' resource.",
                            "READ.storage.NetAppVolume": "Read a 'storage.NetAppVolume' resource.",
                            "READ.storage.NetAppVolumeEvent": "Read a 'storage.NetAppVolumeEvent' resource.",
                            "READ.storage.NetAppVolumeSnapshot": "Read a 'storage.NetAppVolumeSnapshot' resource.",
                            "READ.storage.NvmeRaidConfiguration": "Read a 'storage.NvmeRaidConfiguration' resource.",
                            "READ.storage.PhysicalDisk": "Read a 'storage.PhysicalDisk' resource.",
                            "UPDATE.storage.PhysicalDisk": "Update a 'storage.PhysicalDisk' resource.",
                            "READ.storage.PhysicalDiskExtension": "Read a 'storage.PhysicalDiskExtension' resource.",
                            "UPDATE.storage.PhysicalDiskExtension": "Update a 'storage.PhysicalDiskExtension' resource.",
                            "READ.storage.PhysicalDiskUsage": "Read a 'storage.PhysicalDiskUsage' resource.",
                            "UPDATE.storage.PhysicalDiskUsage": "Update a 'storage.PhysicalDiskUsage' resource.",
                            "READ.storage.PureArray": "Read a 'storage.PureArray' resource.",
                            "UPDATE.storage.PureArray": "Update a 'storage.PureArray' resource.",
                            "READ.storage.PureArrayAlerts": "Read a 'storage.PureArrayAlerts' resource.",
                            "READ.storage.PureBlade": "Read a 'storage.PureBlade' resource.",
                            "READ.storage.PureController": "Read a 'storage.PureController' resource.",
                            "READ.storage.PureDirectory": "Read a 'storage.PureDirectory' resource.",
                            "READ.storage.PureDirectoryExport": "Read a 'storage.PureDirectoryExport' resource.",
                            "READ.storage.PureDirectoryPolicy": "Read a 'storage.PureDirectoryPolicy' resource.",
                            "READ.storage.PureDirectoryQuota": "Read a 'storage.PureDirectoryQuota' resource.",
                            "READ.storage.PureDirectorySnapshot": "Read a 'storage.PureDirectorySnapshot' resource.",
                            "READ.storage.PureDisk": "Read a 'storage.PureDisk' resource.",
                            "READ.storage.PureFileSystems": "Read a 'storage.PureFileSystems' resource.",
                            "READ.storage.PureFlashBladeFileSystem": "Read a 'storage.PureFlashBladeFileSystem' resource.",
                            "READ.storage.PureFlashBladeSystem": "Read a 'storage.PureFlashBladeSystem' resource.",
                            "UPDATE.storage.PureFlashBladeSystem": "Update a 'storage.PureFlashBladeSystem' resource.",
                            "READ.storage.PureHost": "Read a 'storage.PureHost' resource.",
                            "READ.storage.PureHostGroup": "Read a 'storage.PureHostGroup' resource.",
                            "READ.storage.PureHostLun": "Read a 'storage.PureHostLun' resource.",
                            "READ.storage.PureManagementAccessPolicy": "Read a 'storage.PureManagementAccessPolicy' resource.",
                            "READ.storage.PureNfsPolicyRule": "Read a 'storage.PureNfsPolicyRule' resource.",
                            "READ.storage.PureObjectBucket": "Read a 'storage.PureObjectBucket' resource.",
                            "READ.storage.PureObjectStoreAccount": "Read a 'storage.PureObjectStoreAccount' resource.",
                            "READ.storage.PureObjectStoreUser": "Read a 'storage.PureObjectStoreUser' resource.",
                            "READ.storage.PurePod": "Read a 'storage.PurePod' resource.",
                            "READ.storage.PurePort": "Read a 'storage.PurePort' resource.",
                            "READ.storage.PureProtectionGroup": "Read a 'storage.PureProtectionGroup' resource.",
                            "READ.storage.PureProtectionGroupSnapshot": "Read a 'storage.PureProtectionGroupSnapshot' resource.",
                            "READ.storage.PureQuotaPolicyRule": "Read a 'storage.PureQuotaPolicyRule' resource.",
                            "READ.storage.PureRealm": "Read a 'storage.PureRealm' resource.",
                            "READ.storage.PureReplicationSchedule": "Read a 'storage.PureReplicationSchedule' resource.",
                            "READ.storage.PureSmbPolicyRule": "Read a 'storage.PureSmbPolicyRule' resource.",
                            "READ.storage.PureSnapshotSchedule": "Read a 'storage.PureSnapshotSchedule' resource.",
                            "READ.storage.PureTargetArray": "Read a 'storage.PureTargetArray' resource.",
                            "READ.storage.PureVolume": "Read a 'storage.PureVolume' resource.",
                            "READ.storage.PureVolumeGroup": "Read a 'storage.PureVolumeGroup' resource.",
                            "READ.storage.PureVolumeSnapshot": "Read a 'storage.PureVolumeSnapshot' resource.",
                            "READ.storage.SasExpander": "Read a 'storage.SasExpander' resource.",
                            "UPDATE.storage.SasExpander": "Update a 'storage.SasExpander' resource.",
                            "READ.storage.SasPort": "Read a 'storage.SasPort' resource.",
                            "UPDATE.storage.SasPort": "Update a 'storage.SasPort' resource.",
                            "READ.storage.Span": "Read a 'storage.Span' resource.",
                            "UPDATE.storage.Span": "Update a 'storage.Span' resource.",
                            "CREATE.storage.StoragePolicy": "Create a 'storage.StoragePolicy' resource.",
                            "DELETE.storage.StoragePolicy": "Delete a 'storage.StoragePolicy' resource.",
                            "READ.storage.StoragePolicy": "Read a 'storage.StoragePolicy' resource.",
                            "UPDATE.storage.StoragePolicy": "Update a 'storage.StoragePolicy' resource.",
                            "READ.storage.VdMemberEp": "Read a 'storage.VdMemberEp' resource.",
                            "UPDATE.storage.VdMemberEp": "Update a 'storage.VdMemberEp' resource.",
                            "READ.storage.VirtualDrive": "Read a 'storage.VirtualDrive' resource.",
                            "UPDATE.storage.VirtualDrive": "Update a 'storage.VirtualDrive' resource.",
                            "READ.storage.VirtualDriveContainer": "Read a 'storage.VirtualDriveContainer' resource.",
                            "UPDATE.storage.VirtualDriveContainer": "Update a 'storage.VirtualDriveContainer' resource.",
                            "READ.storage.VirtualDriveExtension": "Read a 'storage.VirtualDriveExtension' resource.",
                            "UPDATE.storage.VirtualDriveExtension": "Update a 'storage.VirtualDriveExtension' resource.",
                            "READ.storage.VirtualDriveIdentity": "Read a 'storage.VirtualDriveIdentity' resource.",
                            "CREATE.syslog.Policy": "Create a 'syslog.Policy' resource.",
                            "DELETE.syslog.Policy": "Delete a 'syslog.Policy' resource.",
                            "READ.syslog.Policy": "Read a 'syslog.Policy' resource.",
                            "UPDATE.syslog.Policy": "Update a 'syslog.Policy' resource.",
                            "READ.syslog.PolicyInventory": "Read a 'syslog.PolicyInventory' resource.",
                            "READ.tam.AdvisoryCount": "Read a 'tam.AdvisoryCount' resource.",
                            "READ.tam.AdvisoryDefinition": "Read a 'tam.AdvisoryDefinition' resource.",
                            "CREATE.tam.AdvisoryInfo": "Create a 'tam.AdvisoryInfo' resource.",
                            "DELETE.tam.AdvisoryInfo": "Delete a 'tam.AdvisoryInfo' resource.",
                            "READ.tam.AdvisoryInfo": "Read a 'tam.AdvisoryInfo' resource.",
                            "UPDATE.tam.AdvisoryInfo": "Update a 'tam.AdvisoryInfo' resource.",
                            "READ.tam.AdvisoryInstance": "Read a 'tam.AdvisoryInstance' resource.",
                            "READ.tam.SecurityAdvisory": "Read a 'tam.SecurityAdvisory' resource.",
                            "CREATE.task.CatalystSdwanScopedInventory": "Create a 'task.CatalystSdwanScopedInventory' resource.",
                            "CREATE.task.FabricMosScopedInventory": "Create a 'task.FabricMosScopedInventory' resource.",
                            "CREATE.task.HciScopedInventory": "Create a 'task.HciScopedInventory' resource.",
                            "CREATE.task.HitachiScopedInventory": "Create a 'task.HitachiScopedInventory' resource.",
                            "CREATE.task.HyperFlexManagementScopedInventory": "Create a 'task.HyperFlexManagementScopedInventory' resource.",
                            "CREATE.task.HyperflexScopedInventory": "Create a 'task.HyperflexScopedInventory' resource.",
                            "CREATE.task.MdsScopedInventory": "Create a 'task.MdsScopedInventory' resource.",
                            "CREATE.task.MdsSystemScopedInventory": "Create a 'task.MdsSystemScopedInventory' resource.",
                            "CREATE.task.MerakiScopedInventory": "Create a 'task.MerakiScopedInventory' resource.",
                            "CREATE.task.NetAppScopedInventory": "Create a 'task.NetAppScopedInventory' resource.",
                            "CREATE.task.NexusScopedInventory": "Create a 'task.NexusScopedInventory' resource.",
                            "CREATE.task.NexusSystemScopedInventory": "Create a 'task.NexusSystemScopedInventory' resource.",
                            "CREATE.task.NexusVlanScopedInventory": "Create a 'task.NexusVlanScopedInventory' resource.",
                            "CREATE.task.PureFlashBladeScopedInventory": "Create a 'task.PureFlashBladeScopedInventory' resource.",
                            "CREATE.task.PureScopedInventory": "Create a 'task.PureScopedInventory' resource.",
                            "CREATE.task.ServerScopedInventory": "Create a 'task.ServerScopedInventory' resource.",
                            "CREATE.techsupportmanagement.CollectionControlPolicy": "Create a 'techsupportmanagement.CollectionControlPolicy' resource.",
                            "DELETE.techsupportmanagement.CollectionControlPolicy": "Delete a 'techsupportmanagement.CollectionControlPolicy' resource.",
                            "READ.techsupportmanagement.CollectionControlPolicy": "Read a 'techsupportmanagement.CollectionControlPolicy' resource.",
                            "UPDATE.techsupportmanagement.CollectionControlPolicy": "Update a 'techsupportmanagement.CollectionControlPolicy' resource.",
                            "READ.techsupportmanagement.Download": "Read a 'techsupportmanagement.Download' resource.",
                            "READ.techsupportmanagement.EndPoint": "Read a 'techsupportmanagement.EndPoint' resource.",
                            "CREATE.techsupportmanagement.TechSupportBundle": "Create a 'techsupportmanagement.TechSupportBundle' resource.",
                            "DELETE.techsupportmanagement.TechSupportBundle": "Delete a 'techsupportmanagement.TechSupportBundle' resource.",
                            "READ.techsupportmanagement.TechSupportBundle": "Read a 'techsupportmanagement.TechSupportBundle' resource.",
                            "READ.techsupportmanagement.TechSupportStatus": "Read a 'techsupportmanagement.TechSupportStatus' resource.",
                            "READ.terminal.AuditLog": "Read a 'terminal.AuditLog' resource.",
                            "CREATE.thermal.Policy": "Create a 'thermal.Policy' resource.",
                            "DELETE.thermal.Policy": "Delete a 'thermal.Policy' resource.",
                            "READ.thermal.Policy": "Read a 'thermal.Policy' resource.",
                            "UPDATE.thermal.Policy": "Update a 'thermal.Policy' resource.",
                            "READ.thermal.PolicyInventory": "Read a 'thermal.PolicyInventory' resource.",
                            "READ.top.System": "Read a 'top.System' resource.",
                            "UPDATE.top.System": "Update a 'top.System' resource.",
                            "DELETE.ucsd.BackupInfo": "Delete a 'ucsd.BackupInfo' resource.",
                            "READ.ucsd.BackupInfo": "Read a 'ucsd.BackupInfo' resource.",
                            "READ.uuidpool.Block": "Read a 'uuidpool.Block' resource.",
                            "CREATE.uuidpool.Pool": "Create a 'uuidpool.Pool' resource.",
                            "DELETE.uuidpool.Pool": "Delete a 'uuidpool.Pool' resource.",
                            "READ.uuidpool.Pool": "Read a 'uuidpool.Pool' resource.",
                            "UPDATE.uuidpool.Pool": "Update a 'uuidpool.Pool' resource.",
                            "READ.uuidpool.PoolMember": "Read a 'uuidpool.PoolMember' resource.",
                            "CREATE.uuidpool.Reservation": "Create a 'uuidpool.Reservation' resource.",
                            "DELETE.uuidpool.Reservation": "Delete a 'uuidpool.Reservation' resource.",
                            "READ.uuidpool.Reservation": "Read a 'uuidpool.Reservation' resource.",
                            "READ.uuidpool.Universe": "Read a 'uuidpool.Universe' resource.",
                            "DELETE.uuidpool.UuidLease": "Delete a 'uuidpool.UuidLease' resource.",
                            "READ.uuidpool.UuidLease": "Read a 'uuidpool.UuidLease' resource.",
                            "READ.view.HealthStatus": "Read a 'view.HealthStatus' resource.",
                            "READ.view.Server": "Read a 'view.Server' resource.",
                            "CREATE.virtualization.EsxiConsole": "Create a 'virtualization.EsxiConsole' resource.",
                            "READ.virtualization.EsxiConsole": "Read a 'virtualization.EsxiConsole' resource.",
                            "UPDATE.virtualization.EsxiConsole": "Update a 'virtualization.EsxiConsole' resource.",
                            "READ.virtualization.Host": "Read a 'virtualization.Host' resource.",
                            "UPDATE.virtualization.Host": "Update a 'virtualization.Host' resource.",
                            "CREATE.virtualization.VirtualMachine": "Create a 'virtualization.VirtualMachine' resource.",
                            "DELETE.virtualization.VirtualMachine": "Delete a 'virtualization.VirtualMachine' resource.",
                            "READ.virtualization.VirtualMachine": "Read a 'virtualization.VirtualMachine' resource.",
                            "UPDATE.virtualization.VirtualMachine": "Update a 'virtualization.VirtualMachine' resource.",
                            "READ.virtualization.VmwareCluster": "Read a 'virtualization.VmwareCluster' resource.",
                            "UPDATE.virtualization.VmwareCluster": "Update a 'virtualization.VmwareCluster' resource.",
                            "READ.virtualization.VmwareDatacenter": "Read a 'virtualization.VmwareDatacenter' resource.",
                            "UPDATE.virtualization.VmwareDatacenter": "Update a 'virtualization.VmwareDatacenter' resource.",
                            "READ.virtualization.VmwareDatastore": "Read a 'virtualization.VmwareDatastore' resource.",
                            "UPDATE.virtualization.VmwareDatastore": "Update a 'virtualization.VmwareDatastore' resource.",
                            "READ.virtualization.VmwareDatastoreCluster": "Read a 'virtualization.VmwareDatastoreCluster' resource.",
                            "UPDATE.virtualization.VmwareDatastoreCluster": "Update a 'virtualization.VmwareDatastoreCluster' resource.",
                            "READ.virtualization.VmwareDistributedNetwork": "Read a 'virtualization.VmwareDistributedNetwork' resource.",
                            "UPDATE.virtualization.VmwareDistributedNetwork": "Update a 'virtualization.VmwareDistributedNetwork' resource.",
                            "READ.virtualization.VmwareDistributedSwitch": "Read a 'virtualization.VmwareDistributedSwitch' resource.",
                            "UPDATE.virtualization.VmwareDistributedSwitch": "Update a 'virtualization.VmwareDistributedSwitch' resource.",
                            "READ.virtualization.VmwareFolder": "Read a 'virtualization.VmwareFolder' resource.",
                            "UPDATE.virtualization.VmwareFolder": "Update a 'virtualization.VmwareFolder' resource.",
                            "READ.virtualization.VmwareHost": "Read a 'virtualization.VmwareHost' resource.",
                            "UPDATE.virtualization.VmwareHost": "Update a 'virtualization.VmwareHost' resource.",
                            "READ.virtualization.VmwareHostGpu": "Read a 'virtualization.VmwareHostGpu' resource.",
                            "READ.virtualization.VmwareKernelNetwork": "Read a 'virtualization.VmwareKernelNetwork' resource.",
                            "UPDATE.virtualization.VmwareKernelNetwork": "Update a 'virtualization.VmwareKernelNetwork' resource.",
                            "READ.virtualization.VmwareNetwork": "Read a 'virtualization.VmwareNetwork' resource.",
                            "UPDATE.virtualization.VmwareNetwork": "Update a 'virtualization.VmwareNetwork' resource.",
                            "READ.virtualization.VmwarePhysicalNetworkInterface": "Read a 'virtualization.VmwarePhysicalNetworkInterface' resource.",
                            "UPDATE.virtualization.VmwarePhysicalNetworkInterface": "Update a 'virtualization.VmwarePhysicalNetworkInterface' resource.",
                            "READ.virtualization.VmwareProactiveHa": "Read a 'virtualization.VmwareProactiveHa' resource.",
                            "READ.virtualization.VmwareUplinkPort": "Read a 'virtualization.VmwareUplinkPort' resource.",
                            "UPDATE.virtualization.VmwareUplinkPort": "Update a 'virtualization.VmwareUplinkPort' resource.",
                            "READ.virtualization.VmwareVcenter": "Read a 'virtualization.VmwareVcenter' resource.",
                            "READ.virtualization.VmwareVirtualDisk": "Read a 'virtualization.VmwareVirtualDisk' resource.",
                            "UPDATE.virtualization.VmwareVirtualDisk": "Update a 'virtualization.VmwareVirtualDisk' resource.",
                            "READ.virtualization.VmwareVirtualMachine": "Read a 'virtualization.VmwareVirtualMachine' resource.",
                            "UPDATE.virtualization.VmwareVirtualMachine": "Update a 'virtualization.VmwareVirtualMachine' resource.",
                            "READ.virtualization.VmwareVirtualMachineGpu": "Read a 'virtualization.VmwareVirtualMachineGpu' resource.",
                            "READ.virtualization.VmwareVirtualMachineSnapshot": "Read a 'virtualization.VmwareVirtualMachineSnapshot' resource.",
                            "UPDATE.virtualization.VmwareVirtualMachineSnapshot": "Update a 'virtualization.VmwareVirtualMachineSnapshot' resource.",
                            "READ.virtualization.VmwareVirtualNetworkInterface": "Read a 'virtualization.VmwareVirtualNetworkInterface' resource.",
                            "UPDATE.virtualization.VmwareVirtualNetworkInterface": "Update a 'virtualization.VmwareVirtualNetworkInterface' resource.",
                            "READ.virtualization.VmwareVirtualSwitch": "Read a 'virtualization.VmwareVirtualSwitch' resource.",
                            "UPDATE.virtualization.VmwareVirtualSwitch": "Update a 'virtualization.VmwareVirtualSwitch' resource.",
                            "CREATE.vmedia.Policy": "Create a 'vmedia.Policy' resource.",
                            "DELETE.vmedia.Policy": "Delete a 'vmedia.Policy' resource.",
                            "READ.vmedia.Policy": "Read a 'vmedia.Policy' resource.",
                            "UPDATE.vmedia.Policy": "Update a 'vmedia.Policy' resource.",
                            "READ.vmedia.PolicyInventory": "Read a 'vmedia.PolicyInventory' resource.",
                            "CREATE.vmrc.Console": "Create a 'vmrc.Console' resource.",
                            "READ.vmrc.Console": "Read a 'vmrc.Console' resource.",
                            "UPDATE.vmrc.Console": "Update a 'vmrc.Console' resource.",
                            "CREATE.vnic.EthAdapterPolicy": "Create a 'vnic.EthAdapterPolicy' resource.",
                            "DELETE.vnic.EthAdapterPolicy": "Delete a 'vnic.EthAdapterPolicy' resource.",
                            "READ.vnic.EthAdapterPolicy": "Read a 'vnic.EthAdapterPolicy' resource.",
                            "UPDATE.vnic.EthAdapterPolicy": "Update a 'vnic.EthAdapterPolicy' resource.",
                            "READ.vnic.EthAdapterPolicyInventory": "Read a 'vnic.EthAdapterPolicyInventory' resource.",
                            "CREATE.vnic.EthIf": "Create a 'vnic.EthIf' resource.",
                            "DELETE.vnic.EthIf": "Delete a 'vnic.EthIf' resource.",
                            "READ.vnic.EthIf": "Read a 'vnic.EthIf' resource.",
                            "UPDATE.vnic.EthIf": "Update a 'vnic.EthIf' resource.",
                            "READ.vnic.EthIfInventory": "Read a 'vnic.EthIfInventory' resource.",
                            "CREATE.vnic.EthNetworkPolicy": "Create a 'vnic.EthNetworkPolicy' resource.",
                            "DELETE.vnic.EthNetworkPolicy": "Delete a 'vnic.EthNetworkPolicy' resource.",
                            "READ.vnic.EthNetworkPolicy": "Read a 'vnic.EthNetworkPolicy' resource.",
                            "UPDATE.vnic.EthNetworkPolicy": "Update a 'vnic.EthNetworkPolicy' resource.",
                            "READ.vnic.EthNetworkPolicyInventory": "Read a 'vnic.EthNetworkPolicyInventory' resource.",
                            "CREATE.vnic.EthQosPolicy": "Create a 'vnic.EthQosPolicy' resource.",
                            "DELETE.vnic.EthQosPolicy": "Delete a 'vnic.EthQosPolicy' resource.",
                            "READ.vnic.EthQosPolicy": "Read a 'vnic.EthQosPolicy' resource.",
                            "UPDATE.vnic.EthQosPolicy": "Update a 'vnic.EthQosPolicy' resource.",
                            "READ.vnic.EthQosPolicyInventory": "Read a 'vnic.EthQosPolicyInventory' resource.",
                            "READ.vnic.EthVethInventory": "Read a 'vnic.EthVethInventory' resource.",
                            "READ.vnic.EthVnicInventory": "Read a 'vnic.EthVnicInventory' resource.",
                            "CREATE.vnic.FcAdapterPolicy": "Create a 'vnic.FcAdapterPolicy' resource.",
                            "DELETE.vnic.FcAdapterPolicy": "Delete a 'vnic.FcAdapterPolicy' resource.",
                            "READ.vnic.FcAdapterPolicy": "Read a 'vnic.FcAdapterPolicy' resource.",
                            "UPDATE.vnic.FcAdapterPolicy": "Update a 'vnic.FcAdapterPolicy' resource.",
                            "READ.vnic.FcAdapterPolicyInventory": "Read a 'vnic.FcAdapterPolicyInventory' resource.",
                            "CREATE.vnic.FcIf": "Create a 'vnic.FcIf' resource.",
                            "DELETE.vnic.FcIf": "Delete a 'vnic.FcIf' resource.",
                            "READ.vnic.FcIf": "Read a 'vnic.FcIf' resource.",
                            "UPDATE.vnic.FcIf": "Update a 'vnic.FcIf' resource.",
                            "READ.vnic.FcIfInventory": "Read a 'vnic.FcIfInventory' resource.",
                            "CREATE.vnic.FcNetworkPolicy": "Create a 'vnic.FcNetworkPolicy' resource.",
                            "DELETE.vnic.FcNetworkPolicy": "Delete a 'vnic.FcNetworkPolicy' resource.",
                            "READ.vnic.FcNetworkPolicy": "Read a 'vnic.FcNetworkPolicy' resource.",
                            "UPDATE.vnic.FcNetworkPolicy": "Update a 'vnic.FcNetworkPolicy' resource.",
                            "READ.vnic.FcNetworkPolicyInventory": "Read a 'vnic.FcNetworkPolicyInventory' resource.",
                            "CREATE.vnic.FcQosPolicy": "Create a 'vnic.FcQosPolicy' resource.",
                            "DELETE.vnic.FcQosPolicy": "Delete a 'vnic.FcQosPolicy' resource.",
                            "READ.vnic.FcQosPolicy": "Read a 'vnic.FcQosPolicy' resource.",
                            "UPDATE.vnic.FcQosPolicy": "Update a 'vnic.FcQosPolicy' resource.",
                            "READ.vnic.FcQosPolicyInventory": "Read a 'vnic.FcQosPolicyInventory' resource.",
                            "READ.vnic.FcVethInventory": "Read a 'vnic.FcVethInventory' resource.",
                            "READ.vnic.FcVhbaPolicyInventory": "Read a 'vnic.FcVhbaPolicyInventory' resource.",
                            "CREATE.vnic.IscsiAdapterPolicy": "Create a 'vnic.IscsiAdapterPolicy' resource.",
                            "DELETE.vnic.IscsiAdapterPolicy": "Delete a 'vnic.IscsiAdapterPolicy' resource.",
                            "READ.vnic.IscsiAdapterPolicy": "Read a 'vnic.IscsiAdapterPolicy' resource.",
                            "UPDATE.vnic.IscsiAdapterPolicy": "Update a 'vnic.IscsiAdapterPolicy' resource.",
                            "READ.vnic.IscsiAdapterPolicyInventory": "Read a 'vnic.IscsiAdapterPolicyInventory' resource.",
                            "CREATE.vnic.IscsiBootPolicy": "Create a 'vnic.IscsiBootPolicy' resource.",
                            "DELETE.vnic.IscsiBootPolicy": "Delete a 'vnic.IscsiBootPolicy' resource.",
                            "READ.vnic.IscsiBootPolicy": "Read a 'vnic.IscsiBootPolicy' resource.",
                            "UPDATE.vnic.IscsiBootPolicy": "Update a 'vnic.IscsiBootPolicy' resource.",
                            "READ.vnic.IscsiBootPolicyInventory": "Read a 'vnic.IscsiBootPolicyInventory' resource.",
                            "CREATE.vnic.IscsiStaticTargetPolicy": "Create a 'vnic.IscsiStaticTargetPolicy' resource.",
                            "DELETE.vnic.IscsiStaticTargetPolicy": "Delete a 'vnic.IscsiStaticTargetPolicy' resource.",
                            "READ.vnic.IscsiStaticTargetPolicy": "Read a 'vnic.IscsiStaticTargetPolicy' resource.",
                            "UPDATE.vnic.IscsiStaticTargetPolicy": "Update a 'vnic.IscsiStaticTargetPolicy' resource.",
                            "READ.vnic.IscsiStaticTargetPolicyInventory": "Read a 'vnic.IscsiStaticTargetPolicyInventory' resource.",
                            "CREATE.vnic.LanConnectivityPolicy": "Create a 'vnic.LanConnectivityPolicy' resource.",
                            "DELETE.vnic.LanConnectivityPolicy": "Delete a 'vnic.LanConnectivityPolicy' resource.",
                            "READ.vnic.LanConnectivityPolicy": "Read a 'vnic.LanConnectivityPolicy' resource.",
                            "UPDATE.vnic.LanConnectivityPolicy": "Update a 'vnic.LanConnectivityPolicy' resource.",
                            "READ.vnic.LanConnectivityPolicyInventory": "Read a 'vnic.LanConnectivityPolicyInventory' resource.",
                            "READ.vnic.LanSettings": "Read a 'vnic.LanSettings' resource.",
                            "READ.vnic.LcpStatus": "Read a 'vnic.LcpStatus' resource.",
                            "CREATE.vnic.SanConnectivityPolicy": "Create a 'vnic.SanConnectivityPolicy' resource.",
                            "DELETE.vnic.SanConnectivityPolicy": "Delete a 'vnic.SanConnectivityPolicy' resource.",
                            "READ.vnic.SanConnectivityPolicy": "Read a 'vnic.SanConnectivityPolicy' resource.",
                            "UPDATE.vnic.SanConnectivityPolicy": "Update a 'vnic.SanConnectivityPolicy' resource.",
                            "READ.vnic.SanConnectivityPolicyInventory": "Read a 'vnic.SanConnectivityPolicyInventory' resource.",
                            "READ.vnic.SanSettings": "Read a 'vnic.SanSettings' resource.",
                            "READ.vnic.ScpStatus": "Read a 'vnic.ScpStatus' resource.",
                            "READ.vnic.ServiceEthIf": "Read a 'vnic.ServiceEthIf' resource.",
                            "READ.vnic.ServiceEthIfInventory": "Read a 'vnic.ServiceEthIfInventory' resource.",
                            "CREATE.vnic.VhbaTemplate": "Create a 'vnic.VhbaTemplate' resource.",
                            "DELETE.vnic.VhbaTemplate": "Delete a 'vnic.VhbaTemplate' resource.",
                            "READ.vnic.VhbaTemplate": "Read a 'vnic.VhbaTemplate' resource.",
                            "UPDATE.vnic.VhbaTemplate": "Update a 'vnic.VhbaTemplate' resource.",
                            "READ.vnic.VifIdPool": "Read a 'vnic.VifIdPool' resource.",
                            "CREATE.vnic.VnicTemplate": "Create a 'vnic.VnicTemplate' resource.",
                            "DELETE.vnic.VnicTemplate": "Delete a 'vnic.VnicTemplate' resource.",
                            "READ.vnic.VnicTemplate": "Read a 'vnic.VnicTemplate' resource.",
                            "UPDATE.vnic.VnicTemplate": "Update a 'vnic.VnicTemplate' resource.",
                            "CREATE.vrf.Vrf": "Create a 'vrf.Vrf' resource.",
                            "DELETE.vrf.Vrf": "Delete a 'vrf.Vrf' resource.",
                            "READ.vrf.Vrf": "Read a 'vrf.Vrf' resource.",
                            "UPDATE.vrf.Vrf": "Update a 'vrf.Vrf' resource.",
                            "CREATE.webhook.Endpoint": "Create a 'webhook.Endpoint' resource.",
                            "DELETE.webhook.Endpoint": "Delete a 'webhook.Endpoint' resource.",
                            "READ.webhook.Endpoint": "Read a 'webhook.Endpoint' resource.",
                            "UPDATE.webhook.Endpoint": "Update a 'webhook.Endpoint' resource.",
                            "CREATE.webhook.Schema": "Create a 'webhook.Schema' resource.",
                            "DELETE.webhook.Schema": "Delete a 'webhook.Schema' resource.",
                            "READ.webhook.Schema": "Read a 'webhook.Schema' resource.",
                            "UPDATE.webhook.Schema": "Update a 'webhook.Schema' resource.",
                            "CREATE.workflow.AnsibleBatchExecutor": "Create a 'workflow.AnsibleBatchExecutor' resource.",
                            "DELETE.workflow.AnsibleBatchExecutor": "Delete a 'workflow.AnsibleBatchExecutor' resource.",
                            "READ.workflow.AnsibleBatchExecutor": "Read a 'workflow.AnsibleBatchExecutor' resource.",
                            "UPDATE.workflow.AnsibleBatchExecutor": "Update a 'workflow.AnsibleBatchExecutor' resource.",
                            "CREATE.workflow.BatchApiExecutor": "Create a 'workflow.BatchApiExecutor' resource.",
                            "DELETE.workflow.BatchApiExecutor": "Delete a 'workflow.BatchApiExecutor' resource.",
                            "READ.workflow.BatchApiExecutor": "Read a 'workflow.BatchApiExecutor' resource.",
                            "UPDATE.workflow.BatchApiExecutor": "Update a 'workflow.BatchApiExecutor' resource.",
                            "READ.workflow.Catalog": "Read a 'workflow.Catalog' resource.",
                            "CREATE.workflow.CatalogItemDefinition": "Create a 'workflow.CatalogItemDefinition' resource.",
                            "DELETE.workflow.CatalogItemDefinition": "Delete a 'workflow.CatalogItemDefinition' resource.",
                            "READ.workflow.CatalogItemDefinition": "Read a 'workflow.CatalogItemDefinition' resource.",
                            "UPDATE.workflow.CatalogItemDefinition": "Update a 'workflow.CatalogItemDefinition' resource.",
                            "CREATE.workflow.CatalogServiceRequest": "Create a 'workflow.CatalogServiceRequest' resource.",
                            "DELETE.workflow.CatalogServiceRequest": "Delete a 'workflow.CatalogServiceRequest' resource.",
                            "READ.workflow.CatalogServiceRequest": "Read a 'workflow.CatalogServiceRequest' resource.",
                            "UPDATE.workflow.CatalogServiceRequest": "Update a 'workflow.CatalogServiceRequest' resource.",
                            "CREATE.workflow.CustomDataTypeDefinition": "Create a 'workflow.CustomDataTypeDefinition' resource.",
                            "DELETE.workflow.CustomDataTypeDefinition": "Delete a 'workflow.CustomDataTypeDefinition' resource.",
                            "READ.workflow.CustomDataTypeDefinition": "Read a 'workflow.CustomDataTypeDefinition' resource.",
                            "UPDATE.workflow.CustomDataTypeDefinition": "Update a 'workflow.CustomDataTypeDefinition' resource.",
                            "CREATE.workflow.ErrorResponseHandler": "Create a 'workflow.ErrorResponseHandler' resource.",
                            "DELETE.workflow.ErrorResponseHandler": "Delete a 'workflow.ErrorResponseHandler' resource.",
                            "READ.workflow.ErrorResponseHandler": "Read a 'workflow.ErrorResponseHandler' resource.",
                            "UPDATE.workflow.ErrorResponseHandler": "Update a 'workflow.ErrorResponseHandler' resource.",
                            "CREATE.workflow.PowerShellBatchApiExecutor": "Create a 'workflow.PowerShellBatchApiExecutor' resource.",
                            "DELETE.workflow.PowerShellBatchApiExecutor": "Delete a 'workflow.PowerShellBatchApiExecutor' resource.",
                            "READ.workflow.PowerShellBatchApiExecutor": "Read a 'workflow.PowerShellBatchApiExecutor' resource.",
                            "UPDATE.workflow.PowerShellBatchApiExecutor": "Update a 'workflow.PowerShellBatchApiExecutor' resource.",
                            "CREATE.workflow.RollbackWorkflow": "Create a 'workflow.RollbackWorkflow' resource.",
                            "DELETE.workflow.RollbackWorkflow": "Delete a 'workflow.RollbackWorkflow' resource.",
                            "READ.workflow.RollbackWorkflow": "Read a 'workflow.RollbackWorkflow' resource.",
                            "UPDATE.workflow.RollbackWorkflow": "Update a 'workflow.RollbackWorkflow' resource.",
                            "CREATE.workflow.ServiceItemActionDefinition": "Create a 'workflow.ServiceItemActionDefinition' resource.",
                            "DELETE.workflow.ServiceItemActionDefinition": "Delete a 'workflow.ServiceItemActionDefinition' resource.",
                            "READ.workflow.ServiceItemActionDefinition": "Read a 'workflow.ServiceItemActionDefinition' resource.",
                            "UPDATE.workflow.ServiceItemActionDefinition": "Update a 'workflow.ServiceItemActionDefinition' resource.",
                            "CREATE.workflow.ServiceItemActionInstance": "Create a 'workflow.ServiceItemActionInstance' resource.",
                            "DELETE.workflow.ServiceItemActionInstance": "Delete a 'workflow.ServiceItemActionInstance' resource.",
                            "READ.workflow.ServiceItemActionInstance": "Read a 'workflow.ServiceItemActionInstance' resource.",
                            "UPDATE.workflow.ServiceItemActionInstance": "Update a 'workflow.ServiceItemActionInstance' resource.",
                            "READ.workflow.ServiceItemAttribute": "Read a 'workflow.ServiceItemAttribute' resource.",
                            "CREATE.workflow.ServiceItemDefinition": "Create a 'workflow.ServiceItemDefinition' resource.",
                            "DELETE.workflow.ServiceItemDefinition": "Delete a 'workflow.ServiceItemDefinition' resource.",
                            "READ.workflow.ServiceItemDefinition": "Read a 'workflow.ServiceItemDefinition' resource.",
                            "UPDATE.workflow.ServiceItemDefinition": "Update a 'workflow.ServiceItemDefinition' resource.",
                            "READ.workflow.ServiceItemHealthCheckDefinition": "Read a 'workflow.ServiceItemHealthCheckDefinition' resource.",
                            "READ.workflow.ServiceItemHealthCheckExecution": "Read a 'workflow.ServiceItemHealthCheckExecution' resource.",
                            "CREATE.workflow.ServiceItemInstance": "Create a 'workflow.ServiceItemInstance' resource.",
                            "DELETE.workflow.ServiceItemInstance": "Delete a 'workflow.ServiceItemInstance' resource.",
                            "READ.workflow.ServiceItemInstance": "Read a 'workflow.ServiceItemInstance' resource.",
                            "UPDATE.workflow.ServiceItemInstance": "Update a 'workflow.ServiceItemInstance' resource.",
                            "CREATE.workflow.ServiceItemOutput": "Create a 'workflow.ServiceItemOutput' resource.",
                            "DELETE.workflow.ServiceItemOutput": "Delete a 'workflow.ServiceItemOutput' resource.",
                            "READ.workflow.ServiceItemOutput": "Read a 'workflow.ServiceItemOutput' resource.",
                            "UPDATE.workflow.ServiceItemOutput": "Update a 'workflow.ServiceItemOutput' resource.",
                            "CREATE.workflow.SshBatchExecutor": "Create a 'workflow.SshBatchExecutor' resource.",
                            "DELETE.workflow.SshBatchExecutor": "Delete a 'workflow.SshBatchExecutor' resource.",
                            "READ.workflow.SshBatchExecutor": "Read a 'workflow.SshBatchExecutor' resource.",
                            "UPDATE.workflow.SshBatchExecutor": "Update a 'workflow.SshBatchExecutor' resource.",
                            "READ.workflow.TaskDebugLog": "Read a 'workflow.TaskDebugLog' resource.",
                            "CREATE.workflow.TaskDefinition": "Create a 'workflow.TaskDefinition' resource.",
                            "DELETE.workflow.TaskDefinition": "Delete a 'workflow.TaskDefinition' resource.",
                            "READ.workflow.TaskDefinition": "Read a 'workflow.TaskDefinition' resource.",
                            "UPDATE.workflow.TaskDefinition": "Update a 'workflow.TaskDefinition' resource.",
                            "READ.workflow.TaskInfo": "Read a 'workflow.TaskInfo' resource.",
                            "UPDATE.workflow.TaskInfo": "Update a 'workflow.TaskInfo' resource.",
                            "READ.workflow.TaskMetadata": "Read a 'workflow.TaskMetadata' resource.",
                            "CREATE.workflow.TemplateEvaluation": "Create a 'workflow.TemplateEvaluation' resource.",
                            "READ.workflow.TemplateFunctionMeta": "Read a 'workflow.TemplateFunctionMeta' resource.",
                            "CREATE.workflow.TemplateParser": "Create a 'workflow.TemplateParser' resource.",
                            "CREATE.workflow.UiDisplayMetadata": "Create a 'workflow.UiDisplayMetadata' resource.",
                            "DELETE.workflow.UiDisplayMetadata": "Delete a 'workflow.UiDisplayMetadata' resource.",
                            "READ.workflow.UiDisplayMetadata": "Read a 'workflow.UiDisplayMetadata' resource.",
                            "UPDATE.workflow.UiDisplayMetadata": "Update a 'workflow.UiDisplayMetadata' resource.",
                            "CREATE.workflow.Variable": "Create a 'workflow.Variable' resource.",
                            "DELETE.workflow.Variable": "Delete a 'workflow.Variable' resource.",
                            "READ.workflow.Variable": "Read a 'workflow.Variable' resource.",
                            "UPDATE.workflow.Variable": "Update a 'workflow.Variable' resource.",
                            "CREATE.workflow.WorkflowDefinition": "Create a 'workflow.WorkflowDefinition' resource.",
                            "DELETE.workflow.WorkflowDefinition": "Delete a 'workflow.WorkflowDefinition' resource.",
                            "READ.workflow.WorkflowDefinition": "Read a 'workflow.WorkflowDefinition' resource.",
                            "UPDATE.workflow.WorkflowDefinition": "Update a 'workflow.WorkflowDefinition' resource.",
                            "CREATE.workflow.WorkflowInfo": "Create a 'workflow.WorkflowInfo' resource.",
                            "DELETE.workflow.WorkflowInfo": "Delete a 'workflow.WorkflowInfo' resource.",
                            "READ.workflow.WorkflowInfo": "Read a 'workflow.WorkflowInfo' resource.",
                            "UPDATE.workflow.WorkflowInfo": "Update a 'workflow.WorkflowInfo' resource.",
                            "READ.workflow.WorkflowMetadata": "Read a 'workflow.WorkflowMetadata' resource.",
                            "CREATE.workload.Blueprint": "Create a 'workload.Blueprint' resource.",
                            "DELETE.workload.Blueprint": "Delete a 'workload.Blueprint' resource.",
                            "READ.workload.Blueprint": "Read a 'workload.Blueprint' resource.",
                            "UPDATE.workload.Blueprint": "Update a 'workload.Blueprint' resource.",
                            "CREATE.workload.ClearWorkloadTag": "Create a 'workload.ClearWorkloadTag' resource.",
                            "DELETE.workload.ClearWorkloadTag": "Delete a 'workload.ClearWorkloadTag' resource.",
                            "READ.workload.ClearWorkloadTag": "Read a 'workload.ClearWorkloadTag' resource.",
                            "READ.workload.DeploymentInput": "Read a 'workload.DeploymentInput' resource.",
                            "CREATE.workload.WorkloadDefinition": "Create a 'workload.WorkloadDefinition' resource.",
                            "DELETE.workload.WorkloadDefinition": "Delete a 'workload.WorkloadDefinition' resource.",
                            "READ.workload.WorkloadDefinition": "Read a 'workload.WorkloadDefinition' resource.",
                            "UPDATE.workload.WorkloadDefinition": "Update a 'workload.WorkloadDefinition' resource.",
                            "CREATE.workload.WorkloadDeployment": "Create a 'workload.WorkloadDeployment' resource.",
                            "DELETE.workload.WorkloadDeployment": "Delete a 'workload.WorkloadDeployment' resource.",
                            "READ.workload.WorkloadDeployment": "Read a 'workload.WorkloadDeployment' resource.",
                            "UPDATE.workload.WorkloadDeployment": "Update a 'workload.WorkloadDeployment' resource.",
                            "DELETE.workload.WorkloadInstance": "Delete a 'workload.WorkloadInstance' resource.",
                            "READ.workload.WorkloadInstance": "Read a 'workload.WorkloadInstance' resource.",
                            "UPDATE.workload.WorkloadInstance": "Update a 'workload.WorkloadInstance' resource.",
                            "READ.workload.WorkloadMetadata": "Read a 'workload.WorkloadMetadata' resource.",
                            "UPDATE.workload.WorkloadMetadata": "Update a 'workload.WorkloadMetadata' resource."
                        }
                    }
                }
            }
        }
    }
}