{
    "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 Hyperflex",
        "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": "comm"
        },
        {
            "name": "forecast"
        },
        {
            "name": "hyperflex"
        },
        {
            "name": "recommendation"
        }
    ],
    "paths": {
        "/api/v1/comm/HttpProxyPolicies": {
            "get": {
                "tags": [
                    "comm"
                ],
                "x-intersight-type": "SaaS",
                "summary": "Read a 'comm.HttpProxyPolicy' resource.",
                "operationId": "GetCommHttpProxyPolicyList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage HyperFlex Cluster Profiles",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only HyperFlex cluster profiles",
                            "PRIVSET.View HyperFlex Cluster Profiles",
                            "READ.comm.HttpProxyPolicy",
                            "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 'comm.HttpProxyPolicy' 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/comm.HttpProxyPolicy.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": [
                    "comm"
                ],
                "x-intersight-type": "SaaS",
                "summary": "Create a 'comm.HttpProxyPolicy' resource.",
                "operationId": "CreateCommHttpProxyPolicy",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "CREATE.comm.HttpProxyPolicy",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage HyperFlex Cluster Profiles",
                            "ROLE.Account Administrator"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    },
                    {
                        "$ref": "#/components/parameters/IfNoneMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'comm.HttpProxyPolicy' resource to create.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/comm.HttpProxyPolicy"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'comm.HttpProxyPolicy' resource was created as requested. The 'comm.HttpProxyPolicy' 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/comm.HttpProxyPolicy"
                                }
                            }
                        },
                        "links": {
                            "GetCommHttpProxyPolicyByMoid": {
                                "operationId": "GetCommHttpProxyPolicyByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/comm/HttpProxyPolicies/{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/comm/HttpProxyPolicies/{Moid}": {
            "get": {
                "tags": [
                    "comm"
                ],
                "x-intersight-type": "SaaS",
                "summary": "Read a 'comm.HttpProxyPolicy' resource.",
                "operationId": "GetCommHttpProxyPolicyByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage HyperFlex Cluster Profiles",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only HyperFlex cluster profiles",
                            "PRIVSET.View HyperFlex Cluster Profiles",
                            "READ.comm.HttpProxyPolicy",
                            "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 'comm.HttpProxyPolicy' 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/comm.HttpProxyPolicy"
                                }
                            },
                            "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": {
                            "GetCommHttpProxyPolicyByMoid": {
                                "operationId": "GetCommHttpProxyPolicyByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/comm/HttpProxyPolicies/{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": [
                    "comm"
                ],
                "x-intersight-type": "SaaS",
                "summary": "Update a 'comm.HttpProxyPolicy' resource.",
                "operationId": "UpdateCommHttpProxyPolicy",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage HyperFlex Cluster Profiles",
                            "ROLE.Account Administrator",
                            "UPDATE.comm.HttpProxyPolicy"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'comm.HttpProxyPolicy' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/comm.HttpProxyPolicy"
                            }
                        },
                        "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 'comm.HttpProxyPolicy' resource was modified as requested. The 'comm.HttpProxyPolicy' 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/comm.HttpProxyPolicy"
                                }
                            }
                        },
                        "links": {
                            "GetCommHttpProxyPolicyByMoid": {
                                "operationId": "GetCommHttpProxyPolicyByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/comm/HttpProxyPolicies/{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": [
                    "comm"
                ],
                "x-intersight-type": "SaaS",
                "summary": "Update a 'comm.HttpProxyPolicy' resource.",
                "operationId": "PatchCommHttpProxyPolicy",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage HyperFlex Cluster Profiles",
                            "ROLE.Account Administrator",
                            "UPDATE.comm.HttpProxyPolicy"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'comm.HttpProxyPolicy' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/comm.HttpProxyPolicy"
                            }
                        },
                        "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 'comm.HttpProxyPolicy' resource was patched as requested. The 'comm.HttpProxyPolicy' 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/comm.HttpProxyPolicy"
                                }
                            }
                        },
                        "links": {
                            "GetCommHttpProxyPolicyByMoid": {
                                "operationId": "GetCommHttpProxyPolicyByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/comm/HttpProxyPolicies/{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": [
                    "comm"
                ],
                "x-intersight-type": "SaaS",
                "summary": "Delete a 'comm.HttpProxyPolicy' resource.",
                "operationId": "DeleteCommHttpProxyPolicy",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "DELETE.comm.HttpProxyPolicy",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage HyperFlex Cluster Profiles",
                            "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/comm/TagDefinitions": {
            "post": {
                "tags": [
                    "comm"
                ],
                "x-intersight-type": "SaaS",
                "summary": "Create a 'comm.TagDefinition' resource.",
                "operationId": "CreateCommTagDefinition",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "CREATE.comm.TagDefinition",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Tags",
                            "ROLE.Account Administrator"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    },
                    {
                        "$ref": "#/components/parameters/IfNoneMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'comm.TagDefinition' resource to create.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/comm.TagDefinition"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'comm.TagDefinition' resource was created as requested. The 'comm.TagDefinition' 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/comm.TagDefinition"
                                }
                            }
                        },
                        "links": {
                            "GetCommTagDefinitionByMoid": {
                                "operationId": "GetCommTagDefinitionByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/comm/TagDefinitions/{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"
                    }
                }
            },
            "get": {
                "tags": [
                    "comm"
                ],
                "x-intersight-type": "SaaS",
                "summary": "Read a 'comm.TagDefinition' resource.",
                "operationId": "GetCommTagDefinitionList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Global Read Privileges",
                            "PRIVSET.Global System Privileges",
                            "READ.comm.TagDefinition"
                        ]
                    }
                ],
                "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 'comm.TagDefinition' 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/comm.TagDefinition.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/comm/TagDefinitions/{Moid}": {
            "get": {
                "tags": [
                    "comm"
                ],
                "x-intersight-type": "SaaS",
                "summary": "Read a 'comm.TagDefinition' resource.",
                "operationId": "GetCommTagDefinitionByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Global Read Privileges",
                            "PRIVSET.Global System Privileges",
                            "READ.comm.TagDefinition"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "An instance of the 'comm.TagDefinition' 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/comm.TagDefinition"
                                }
                            },
                            "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": {
                            "GetCommTagDefinitionByMoid": {
                                "operationId": "GetCommTagDefinitionByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/comm/TagDefinitions/{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": [
                    "comm"
                ],
                "x-intersight-type": "SaaS",
                "summary": "Update a 'comm.TagDefinition' resource.",
                "operationId": "UpdateCommTagDefinition",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Tags",
                            "ROLE.Account Administrator",
                            "UPDATE.comm.TagDefinition"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'comm.TagDefinition' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/comm.TagDefinition"
                            }
                        },
                        "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 'comm.TagDefinition' resource was modified as requested. The 'comm.TagDefinition' 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/comm.TagDefinition"
                                }
                            }
                        },
                        "links": {
                            "GetCommTagDefinitionByMoid": {
                                "operationId": "GetCommTagDefinitionByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/comm/TagDefinitions/{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": [
                    "comm"
                ],
                "x-intersight-type": "SaaS",
                "summary": "Update a 'comm.TagDefinition' resource.",
                "operationId": "PatchCommTagDefinition",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Tags",
                            "ROLE.Account Administrator",
                            "UPDATE.comm.TagDefinition"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'comm.TagDefinition' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/comm.TagDefinition"
                            }
                        },
                        "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 'comm.TagDefinition' resource was patched as requested. The 'comm.TagDefinition' 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/comm.TagDefinition"
                                }
                            }
                        },
                        "links": {
                            "GetCommTagDefinitionByMoid": {
                                "operationId": "GetCommTagDefinitionByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/comm/TagDefinitions/{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": [
                    "comm"
                ],
                "x-intersight-type": "SaaS",
                "summary": "Delete a 'comm.TagDefinition' resource.",
                "operationId": "DeleteCommTagDefinition",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "DELETE.comm.TagDefinition",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Tags",
                            "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/forecast/Catalogs": {
            "get": {
                "tags": [
                    "forecast"
                ],
                "summary": "Read a 'forecast.Catalog' resource.",
                "operationId": "GetForecastCatalogList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage HyperFlex Clusters",
                            "PRIVSET.Read-Only",
                            "PRIVSET.View HyperFlex Clusters",
                            "READ.forecast.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 'forecast.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/forecast.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/forecast/Catalogs/{Moid}": {
            "get": {
                "tags": [
                    "forecast"
                ],
                "summary": "Read a 'forecast.Catalog' resource.",
                "operationId": "GetForecastCatalogByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage HyperFlex Clusters",
                            "PRIVSET.Read-Only",
                            "PRIVSET.View HyperFlex Clusters",
                            "READ.forecast.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 'forecast.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/forecast.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": {
                            "GetForecastCatalogByMoid": {
                                "operationId": "GetForecastCatalogByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/forecast/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/forecast/Definitions": {
            "get": {
                "tags": [
                    "forecast"
                ],
                "summary": "Read a 'forecast.Definition' resource.",
                "operationId": "GetForecastDefinitionList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage HyperFlex Clusters",
                            "PRIVSET.Read-Only",
                            "PRIVSET.View HyperFlex Clusters",
                            "READ.forecast.Definition",
                            "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 'forecast.Definition' 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/forecast.Definition.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/forecast/Definitions/{Moid}": {
            "get": {
                "tags": [
                    "forecast"
                ],
                "summary": "Read a 'forecast.Definition' resource.",
                "operationId": "GetForecastDefinitionByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage HyperFlex Clusters",
                            "PRIVSET.Read-Only",
                            "PRIVSET.View HyperFlex Clusters",
                            "READ.forecast.Definition",
                            "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 'forecast.Definition' 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/forecast.Definition"
                                }
                            },
                            "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": {
                            "GetForecastDefinitionByMoid": {
                                "operationId": "GetForecastDefinitionByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/forecast/Definitions/{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/forecast/Instances": {
            "get": {
                "tags": [
                    "forecast"
                ],
                "summary": "Read a 'forecast.Instance' resource.",
                "operationId": "GetForecastInstanceList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage HyperFlex Clusters",
                            "PRIVSET.Read-Only",
                            "PRIVSET.View HyperFlex Clusters",
                            "READ.forecast.Instance",
                            "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 'forecast.Instance' 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/forecast.Instance.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/forecast/Instances/{Moid}": {
            "get": {
                "tags": [
                    "forecast"
                ],
                "summary": "Read a 'forecast.Instance' resource.",
                "operationId": "GetForecastInstanceByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage HyperFlex Clusters",
                            "PRIVSET.Read-Only",
                            "PRIVSET.View HyperFlex Clusters",
                            "READ.forecast.Instance",
                            "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 'forecast.Instance' 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/forecast.Instance"
                                }
                            },
                            "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": {
                            "GetForecastInstanceByMoid": {
                                "operationId": "GetForecastInstanceByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/forecast/Instances/{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": [
                    "forecast"
                ],
                "summary": "Update a 'forecast.Instance' resource.",
                "operationId": "UpdateForecastInstance",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.HyperFlex Cluster Capacity Planning",
                            "ROLE.Account Administrator",
                            "UPDATE.forecast.Instance"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'forecast.Instance' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/forecast.Instance"
                            }
                        },
                        "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 'forecast.Instance' resource was modified as requested. The 'forecast.Instance' 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/forecast.Instance"
                                }
                            }
                        },
                        "links": {
                            "GetForecastInstanceByMoid": {
                                "operationId": "GetForecastInstanceByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/forecast/Instances/{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": [
                    "forecast"
                ],
                "summary": "Update a 'forecast.Instance' resource.",
                "operationId": "PatchForecastInstance",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.HyperFlex Cluster Capacity Planning",
                            "ROLE.Account Administrator",
                            "UPDATE.forecast.Instance"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'forecast.Instance' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/forecast.Instance"
                            }
                        },
                        "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 'forecast.Instance' resource was patched as requested. The 'forecast.Instance' 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/forecast.Instance"
                                }
                            }
                        },
                        "links": {
                            "GetForecastInstanceByMoid": {
                                "operationId": "GetForecastInstanceByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/forecast/Instances/{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/hyperflex/Alarms": {
            "get": {
                "tags": [
                    "hyperflex"
                ],
                "summary": "Read a 'hyperflex.Alarm' resource.",
                "operationId": "GetHyperflexAlarmList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage HyperFlex Clusters",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only HyperFlex clusters",
                            "PRIVSET.View HyperFlex Clusters",
                            "READ.hyperflex.Alarm",
                            "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 'hyperflex.Alarm' 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/hyperflex.Alarm.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/hyperflex/Alarms/{Moid}": {
            "get": {
                "tags": [
                    "hyperflex"
                ],
                "summary": "Read a 'hyperflex.Alarm' resource.",
                "operationId": "GetHyperflexAlarmByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage HyperFlex Clusters",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only HyperFlex clusters",
                            "PRIVSET.View HyperFlex Clusters",
                            "READ.hyperflex.Alarm",
                            "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 'hyperflex.Alarm' 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/hyperflex.Alarm"
                                }
                            },
                            "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": {
                            "GetHyperflexAlarmByMoid": {
                                "operationId": "GetHyperflexAlarmByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/hyperflex/Alarms/{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/hyperflex/AppCatalogs": {
            "get": {
                "tags": [
                    "hyperflex"
                ],
                "summary": "Read a 'hyperflex.AppCatalog' resource.",
                "operationId": "GetHyperflexAppCatalogList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage HyperFlex Cluster Profiles",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only HyperFlex cluster profiles",
                            "PRIVSET.View HyperFlex Cluster Profiles",
                            "READ.hyperflex.AppCatalog",
                            "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 'hyperflex.AppCatalog' 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/hyperflex.AppCatalog.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/hyperflex/AppCatalogs/{Moid}": {
            "get": {
                "tags": [
                    "hyperflex"
                ],
                "summary": "Read a 'hyperflex.AppCatalog' resource.",
                "operationId": "GetHyperflexAppCatalogByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage HyperFlex Cluster Profiles",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only HyperFlex cluster profiles",
                            "PRIVSET.View HyperFlex Cluster Profiles",
                            "READ.hyperflex.AppCatalog",
                            "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 'hyperflex.AppCatalog' 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/hyperflex.AppCatalog"
                                }
                            },
                            "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": {
                            "GetHyperflexAppCatalogByMoid": {
                                "operationId": "GetHyperflexAppCatalogByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/hyperflex/AppCatalogs/{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/hyperflex/AutoSupportPolicies": {
            "get": {
                "tags": [
                    "hyperflex"
                ],
                "summary": "Read a 'hyperflex.AutoSupportPolicy' resource.",
                "operationId": "GetHyperflexAutoSupportPolicyList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage HyperFlex Cluster Profiles",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only HyperFlex cluster profiles",
                            "PRIVSET.View HyperFlex Cluster Profiles",
                            "READ.hyperflex.AutoSupportPolicy",
                            "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 'hyperflex.AutoSupportPolicy' 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/hyperflex.AutoSupportPolicy.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": [
                    "hyperflex"
                ],
                "summary": "Create a 'hyperflex.AutoSupportPolicy' resource.",
                "operationId": "CreateHyperflexAutoSupportPolicy",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "CREATE.hyperflex.AutoSupportPolicy",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage HyperFlex Cluster Profiles",
                            "ROLE.Account Administrator"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    },
                    {
                        "$ref": "#/components/parameters/IfNoneMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'hyperflex.AutoSupportPolicy' resource to create.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/hyperflex.AutoSupportPolicy"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'hyperflex.AutoSupportPolicy' resource was created as requested. The 'hyperflex.AutoSupportPolicy' 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/hyperflex.AutoSupportPolicy"
                                }
                            }
                        },
                        "links": {
                            "GetHyperflexAutoSupportPolicyByMoid": {
                                "operationId": "GetHyperflexAutoSupportPolicyByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/hyperflex/AutoSupportPolicies/{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/hyperflex/AutoSupportPolicies/{Moid}": {
            "get": {
                "tags": [
                    "hyperflex"
                ],
                "summary": "Read a 'hyperflex.AutoSupportPolicy' resource.",
                "operationId": "GetHyperflexAutoSupportPolicyByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage HyperFlex Cluster Profiles",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only HyperFlex cluster profiles",
                            "PRIVSET.View HyperFlex Cluster Profiles",
                            "READ.hyperflex.AutoSupportPolicy",
                            "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 'hyperflex.AutoSupportPolicy' 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/hyperflex.AutoSupportPolicy"
                                }
                            },
                            "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": {
                            "GetHyperflexAutoSupportPolicyByMoid": {
                                "operationId": "GetHyperflexAutoSupportPolicyByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/hyperflex/AutoSupportPolicies/{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": [
                    "hyperflex"
                ],
                "summary": "Update a 'hyperflex.AutoSupportPolicy' resource.",
                "operationId": "UpdateHyperflexAutoSupportPolicy",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage HyperFlex Cluster Profiles",
                            "ROLE.Account Administrator",
                            "UPDATE.hyperflex.AutoSupportPolicy"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'hyperflex.AutoSupportPolicy' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/hyperflex.AutoSupportPolicy"
                            }
                        },
                        "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 'hyperflex.AutoSupportPolicy' resource was modified as requested. The 'hyperflex.AutoSupportPolicy' 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/hyperflex.AutoSupportPolicy"
                                }
                            }
                        },
                        "links": {
                            "GetHyperflexAutoSupportPolicyByMoid": {
                                "operationId": "GetHyperflexAutoSupportPolicyByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/hyperflex/AutoSupportPolicies/{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": [
                    "hyperflex"
                ],
                "summary": "Update a 'hyperflex.AutoSupportPolicy' resource.",
                "operationId": "PatchHyperflexAutoSupportPolicy",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage HyperFlex Cluster Profiles",
                            "ROLE.Account Administrator",
                            "UPDATE.hyperflex.AutoSupportPolicy"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'hyperflex.AutoSupportPolicy' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/hyperflex.AutoSupportPolicy"
                            }
                        },
                        "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 'hyperflex.AutoSupportPolicy' resource was patched as requested. The 'hyperflex.AutoSupportPolicy' 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/hyperflex.AutoSupportPolicy"
                                }
                            }
                        },
                        "links": {
                            "GetHyperflexAutoSupportPolicyByMoid": {
                                "operationId": "GetHyperflexAutoSupportPolicyByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/hyperflex/AutoSupportPolicies/{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": [
                    "hyperflex"
                ],
                "summary": "Delete a 'hyperflex.AutoSupportPolicy' resource.",
                "operationId": "DeleteHyperflexAutoSupportPolicy",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "DELETE.hyperflex.AutoSupportPolicy",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage HyperFlex Cluster Profiles",
                            "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/hyperflex/BackupClusters": {
            "get": {
                "tags": [
                    "hyperflex"
                ],
                "summary": "Read a 'hyperflex.BackupCluster' resource.",
                "operationId": "GetHyperflexBackupClusterList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage HyperFlex Clusters",
                            "PRIVSET.Read-Only",
                            "PRIVSET.View HyperFlex Clusters",
                            "READ.hyperflex.BackupCluster",
                            "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 'hyperflex.BackupCluster' 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/hyperflex.BackupCluster.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/hyperflex/BackupClusters/{Moid}": {
            "get": {
                "tags": [
                    "hyperflex"
                ],
                "summary": "Read a 'hyperflex.BackupCluster' resource.",
                "operationId": "GetHyperflexBackupClusterByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage HyperFlex Clusters",
                            "PRIVSET.Read-Only",
                            "PRIVSET.View HyperFlex Clusters",
                            "READ.hyperflex.BackupCluster",
                            "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 'hyperflex.BackupCluster' 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/hyperflex.BackupCluster"
                                }
                            },
                            "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": {
                            "GetHyperflexBackupClusterByMoid": {
                                "operationId": "GetHyperflexBackupClusterByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/hyperflex/BackupClusters/{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": [
                    "hyperflex"
                ],
                "summary": "Delete a 'hyperflex.BackupCluster' resource.",
                "operationId": "DeleteHyperflexBackupCluster",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "DELETE.hyperflex.BackupCluster",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage HyperFlex Clusters",
                            "PRIVSET.Read-Only",
                            "PRIVSET.View HyperFlex Clusters",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "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/hyperflex/CapabilityInfos": {
            "get": {
                "tags": [
                    "hyperflex"
                ],
                "summary": "Read a 'hyperflex.CapabilityInfo' resource.",
                "operationId": "GetHyperflexCapabilityInfoList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage HyperFlex Cluster Profiles",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only HyperFlex cluster profiles",
                            "PRIVSET.View HyperFlex Cluster Profiles",
                            "READ.hyperflex.CapabilityInfo",
                            "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 'hyperflex.CapabilityInfo' 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/hyperflex.CapabilityInfo.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": [
                    "hyperflex"
                ],
                "summary": "Create a 'hyperflex.CapabilityInfo' resource.",
                "operationId": "CreateHyperflexCapabilityInfo",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "CREATE.hyperflex.CapabilityInfo",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage HyperFlex Cluster Profiles",
                            "PRIVSET.View HyperFlex Cluster Profiles",
                            "ROLE.Account Administrator"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    },
                    {
                        "$ref": "#/components/parameters/IfNoneMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'hyperflex.CapabilityInfo' resource to create.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/hyperflex.CapabilityInfo"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'hyperflex.CapabilityInfo' resource was created as requested. The 'hyperflex.CapabilityInfo' 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/hyperflex.CapabilityInfo"
                                }
                            }
                        },
                        "links": {
                            "GetHyperflexCapabilityInfoByMoid": {
                                "operationId": "GetHyperflexCapabilityInfoByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/hyperflex/CapabilityInfos/{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/hyperflex/CapabilityInfos/{Moid}": {
            "get": {
                "tags": [
                    "hyperflex"
                ],
                "summary": "Read a 'hyperflex.CapabilityInfo' resource.",
                "operationId": "GetHyperflexCapabilityInfoByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage HyperFlex Cluster Profiles",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only HyperFlex cluster profiles",
                            "PRIVSET.View HyperFlex Cluster Profiles",
                            "READ.hyperflex.CapabilityInfo",
                            "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 'hyperflex.CapabilityInfo' 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/hyperflex.CapabilityInfo"
                                }
                            },
                            "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": {
                            "GetHyperflexCapabilityInfoByMoid": {
                                "operationId": "GetHyperflexCapabilityInfoByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/hyperflex/CapabilityInfos/{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": [
                    "hyperflex"
                ],
                "summary": "Update a 'hyperflex.CapabilityInfo' resource.",
                "operationId": "UpdateHyperflexCapabilityInfo",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage HyperFlex Cluster Profiles",
                            "PRIVSET.View HyperFlex Cluster Profiles",
                            "ROLE.Account Administrator",
                            "UPDATE.hyperflex.CapabilityInfo"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'hyperflex.CapabilityInfo' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/hyperflex.CapabilityInfo"
                            }
                        },
                        "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 'hyperflex.CapabilityInfo' resource was modified as requested. The 'hyperflex.CapabilityInfo' 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/hyperflex.CapabilityInfo"
                                }
                            }
                        },
                        "links": {
                            "GetHyperflexCapabilityInfoByMoid": {
                                "operationId": "GetHyperflexCapabilityInfoByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/hyperflex/CapabilityInfos/{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": [
                    "hyperflex"
                ],
                "summary": "Update a 'hyperflex.CapabilityInfo' resource.",
                "operationId": "PatchHyperflexCapabilityInfo",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage HyperFlex Cluster Profiles",
                            "PRIVSET.View HyperFlex Cluster Profiles",
                            "ROLE.Account Administrator",
                            "UPDATE.hyperflex.CapabilityInfo"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'hyperflex.CapabilityInfo' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/hyperflex.CapabilityInfo"
                            }
                        },
                        "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 'hyperflex.CapabilityInfo' resource was patched as requested. The 'hyperflex.CapabilityInfo' 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/hyperflex.CapabilityInfo"
                                }
                            }
                        },
                        "links": {
                            "GetHyperflexCapabilityInfoByMoid": {
                                "operationId": "GetHyperflexCapabilityInfoByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/hyperflex/CapabilityInfos/{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/hyperflex/Clusters": {
            "get": {
                "tags": [
                    "hyperflex"
                ],
                "summary": "Read a 'hyperflex.Cluster' resource.",
                "operationId": "GetHyperflexClusterList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage HyperFlex Clusters",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only HyperFlex clusters",
                            "PRIVSET.View HyperFlex Clusters",
                            "READ.hyperflex.Cluster",
                            "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 'hyperflex.Cluster' 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/hyperflex.Cluster.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/hyperflex/Clusters/{Moid}": {
            "get": {
                "tags": [
                    "hyperflex"
                ],
                "summary": "Read a 'hyperflex.Cluster' resource.",
                "operationId": "GetHyperflexClusterByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage HyperFlex Clusters",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only HyperFlex clusters",
                            "PRIVSET.View HyperFlex Clusters",
                            "READ.hyperflex.Cluster",
                            "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 'hyperflex.Cluster' 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/hyperflex.Cluster"
                                }
                            },
                            "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": {
                            "GetHyperflexClusterByMoid": {
                                "operationId": "GetHyperflexClusterByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/hyperflex/Clusters/{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": [
                    "hyperflex"
                ],
                "summary": "Update a 'hyperflex.Cluster' resource.",
                "operationId": "UpdateHyperflexCluster",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage HyperFlex Clusters",
                            "ROLE.Account Administrator",
                            "UPDATE.hyperflex.Cluster"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'hyperflex.Cluster' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/hyperflex.Cluster"
                            }
                        },
                        "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 'hyperflex.Cluster' resource was modified as requested. The 'hyperflex.Cluster' 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/hyperflex.Cluster"
                                }
                            }
                        },
                        "links": {
                            "GetHyperflexClusterByMoid": {
                                "operationId": "GetHyperflexClusterByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/hyperflex/Clusters/{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": [
                    "hyperflex"
                ],
                "summary": "Update a 'hyperflex.Cluster' resource.",
                "operationId": "PatchHyperflexCluster",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage HyperFlex Clusters",
                            "ROLE.Account Administrator",
                            "UPDATE.hyperflex.Cluster"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'hyperflex.Cluster' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/hyperflex.Cluster"
                            }
                        },
                        "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 'hyperflex.Cluster' resource was patched as requested. The 'hyperflex.Cluster' 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/hyperflex.Cluster"
                                }
                            }
                        },
                        "links": {
                            "GetHyperflexClusterByMoid": {
                                "operationId": "GetHyperflexClusterByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/hyperflex/Clusters/{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/hyperflex/ClusterBackupPolicies": {
            "get": {
                "tags": [
                    "hyperflex"
                ],
                "summary": "Read a 'hyperflex.ClusterBackupPolicy' resource.",
                "operationId": "GetHyperflexClusterBackupPolicyList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.HyperFlex Cluster Backups",
                            "PRIVSET.Manage HyperFlex Cluster Profiles",
                            "PRIVSET.Read-Only",
                            "PRIVSET.View HyperFlex Cluster Profiles",
                            "READ.hyperflex.ClusterBackupPolicy",
                            "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 'hyperflex.ClusterBackupPolicy' 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/hyperflex.ClusterBackupPolicy.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": [
                    "hyperflex"
                ],
                "summary": "Create a 'hyperflex.ClusterBackupPolicy' resource.",
                "operationId": "CreateHyperflexClusterBackupPolicy",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "CREATE.hyperflex.ClusterBackupPolicy",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.HyperFlex Cluster Backups",
                            "ROLE.Account Administrator"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    },
                    {
                        "$ref": "#/components/parameters/IfNoneMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'hyperflex.ClusterBackupPolicy' resource to create.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/hyperflex.ClusterBackupPolicy"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'hyperflex.ClusterBackupPolicy' resource was created as requested. The 'hyperflex.ClusterBackupPolicy' 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/hyperflex.ClusterBackupPolicy"
                                }
                            }
                        },
                        "links": {
                            "GetHyperflexClusterBackupPolicyByMoid": {
                                "operationId": "GetHyperflexClusterBackupPolicyByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/hyperflex/ClusterBackupPolicies/{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/hyperflex/ClusterBackupPolicies/{Moid}": {
            "get": {
                "tags": [
                    "hyperflex"
                ],
                "summary": "Read a 'hyperflex.ClusterBackupPolicy' resource.",
                "operationId": "GetHyperflexClusterBackupPolicyByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.HyperFlex Cluster Backups",
                            "PRIVSET.Manage HyperFlex Cluster Profiles",
                            "PRIVSET.Read-Only",
                            "PRIVSET.View HyperFlex Cluster Profiles",
                            "READ.hyperflex.ClusterBackupPolicy",
                            "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 'hyperflex.ClusterBackupPolicy' 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/hyperflex.ClusterBackupPolicy"
                                }
                            },
                            "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": {
                            "GetHyperflexClusterBackupPolicyByMoid": {
                                "operationId": "GetHyperflexClusterBackupPolicyByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/hyperflex/ClusterBackupPolicies/{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": [
                    "hyperflex"
                ],
                "summary": "Update a 'hyperflex.ClusterBackupPolicy' resource.",
                "operationId": "UpdateHyperflexClusterBackupPolicy",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.HyperFlex Cluster Backups",
                            "ROLE.Account Administrator",
                            "UPDATE.hyperflex.ClusterBackupPolicy"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'hyperflex.ClusterBackupPolicy' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/hyperflex.ClusterBackupPolicy"
                            }
                        },
                        "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 'hyperflex.ClusterBackupPolicy' resource was modified as requested. The 'hyperflex.ClusterBackupPolicy' 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/hyperflex.ClusterBackupPolicy"
                                }
                            }
                        },
                        "links": {
                            "GetHyperflexClusterBackupPolicyByMoid": {
                                "operationId": "GetHyperflexClusterBackupPolicyByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/hyperflex/ClusterBackupPolicies/{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": [
                    "hyperflex"
                ],
                "summary": "Update a 'hyperflex.ClusterBackupPolicy' resource.",
                "operationId": "PatchHyperflexClusterBackupPolicy",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.HyperFlex Cluster Backups",
                            "ROLE.Account Administrator",
                            "UPDATE.hyperflex.ClusterBackupPolicy"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'hyperflex.ClusterBackupPolicy' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/hyperflex.ClusterBackupPolicy"
                            }
                        },
                        "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 'hyperflex.ClusterBackupPolicy' resource was patched as requested. The 'hyperflex.ClusterBackupPolicy' 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/hyperflex.ClusterBackupPolicy"
                                }
                            }
                        },
                        "links": {
                            "GetHyperflexClusterBackupPolicyByMoid": {
                                "operationId": "GetHyperflexClusterBackupPolicyByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/hyperflex/ClusterBackupPolicies/{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": [
                    "hyperflex"
                ],
                "summary": "Delete a 'hyperflex.ClusterBackupPolicy' resource.",
                "operationId": "DeleteHyperflexClusterBackupPolicy",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "DELETE.hyperflex.ClusterBackupPolicy",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.HyperFlex Cluster Backups",
                            "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/hyperflex/ClusterBackupPolicyDeployments": {
            "get": {
                "tags": [
                    "hyperflex"
                ],
                "summary": "Read a 'hyperflex.ClusterBackupPolicyDeployment' resource.",
                "operationId": "GetHyperflexClusterBackupPolicyDeploymentList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "READ.hyperflex.ClusterBackupPolicyDeployment"
                        ]
                    }
                ],
                "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 'hyperflex.ClusterBackupPolicyDeployment' 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/hyperflex.ClusterBackupPolicyDeployment.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": [
                    "hyperflex"
                ],
                "summary": "Create a 'hyperflex.ClusterBackupPolicyDeployment' resource.",
                "operationId": "CreateHyperflexClusterBackupPolicyDeployment",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "CREATE.hyperflex.ClusterBackupPolicyDeployment"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    },
                    {
                        "$ref": "#/components/parameters/IfNoneMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'hyperflex.ClusterBackupPolicyDeployment' resource to create.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/hyperflex.ClusterBackupPolicyDeployment"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'hyperflex.ClusterBackupPolicyDeployment' resource was created as requested. The 'hyperflex.ClusterBackupPolicyDeployment' 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/hyperflex.ClusterBackupPolicyDeployment"
                                }
                            }
                        },
                        "links": {
                            "GetHyperflexClusterBackupPolicyDeploymentByMoid": {
                                "operationId": "GetHyperflexClusterBackupPolicyDeploymentByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/hyperflex/ClusterBackupPolicyDeployments/{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/hyperflex/ClusterBackupPolicyDeployments/{Moid}": {
            "get": {
                "tags": [
                    "hyperflex"
                ],
                "summary": "Read a 'hyperflex.ClusterBackupPolicyDeployment' resource.",
                "operationId": "GetHyperflexClusterBackupPolicyDeploymentByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "READ.hyperflex.ClusterBackupPolicyDeployment"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "An instance of the 'hyperflex.ClusterBackupPolicyDeployment' 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/hyperflex.ClusterBackupPolicyDeployment"
                                }
                            },
                            "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": {
                            "GetHyperflexClusterBackupPolicyDeploymentByMoid": {
                                "operationId": "GetHyperflexClusterBackupPolicyDeploymentByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/hyperflex/ClusterBackupPolicyDeployments/{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": [
                    "hyperflex"
                ],
                "summary": "Update a 'hyperflex.ClusterBackupPolicyDeployment' resource.",
                "operationId": "UpdateHyperflexClusterBackupPolicyDeployment",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "UPDATE.hyperflex.ClusterBackupPolicyDeployment"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'hyperflex.ClusterBackupPolicyDeployment' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/hyperflex.ClusterBackupPolicyDeployment"
                            }
                        },
                        "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 'hyperflex.ClusterBackupPolicyDeployment' resource was modified as requested. The 'hyperflex.ClusterBackupPolicyDeployment' 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/hyperflex.ClusterBackupPolicyDeployment"
                                }
                            }
                        },
                        "links": {
                            "GetHyperflexClusterBackupPolicyDeploymentByMoid": {
                                "operationId": "GetHyperflexClusterBackupPolicyDeploymentByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/hyperflex/ClusterBackupPolicyDeployments/{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": [
                    "hyperflex"
                ],
                "summary": "Update a 'hyperflex.ClusterBackupPolicyDeployment' resource.",
                "operationId": "PatchHyperflexClusterBackupPolicyDeployment",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "UPDATE.hyperflex.ClusterBackupPolicyDeployment"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'hyperflex.ClusterBackupPolicyDeployment' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/hyperflex.ClusterBackupPolicyDeployment"
                            }
                        },
                        "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 'hyperflex.ClusterBackupPolicyDeployment' resource was patched as requested. The 'hyperflex.ClusterBackupPolicyDeployment' 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/hyperflex.ClusterBackupPolicyDeployment"
                                }
                            }
                        },
                        "links": {
                            "GetHyperflexClusterBackupPolicyDeploymentByMoid": {
                                "operationId": "GetHyperflexClusterBackupPolicyDeploymentByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/hyperflex/ClusterBackupPolicyDeployments/{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": [
                    "hyperflex"
                ],
                "summary": "Delete a 'hyperflex.ClusterBackupPolicyDeployment' resource.",
                "operationId": "DeleteHyperflexClusterBackupPolicyDeployment",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "DELETE.hyperflex.ClusterBackupPolicyDeployment"
                        ]
                    }
                ],
                "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/hyperflex/ClusterBackupPolicyInventories": {
            "get": {
                "tags": [
                    "hyperflex"
                ],
                "summary": "Read a 'hyperflex.ClusterBackupPolicyInventory' resource.",
                "operationId": "GetHyperflexClusterBackupPolicyInventoryList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage HyperFlex Cluster Profiles",
                            "PRIVSET.Manage HyperFlex Clusters",
                            "PRIVSET.Read-Only",
                            "PRIVSET.View HyperFlex Cluster Profiles",
                            "PRIVSET.View HyperFlex Clusters",
                            "READ.hyperflex.ClusterBackupPolicyInventory",
                            "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 'hyperflex.ClusterBackupPolicyInventory' 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/hyperflex.ClusterBackupPolicyInventory.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/hyperflex/ClusterBackupPolicyInventories/{Moid}": {
            "get": {
                "tags": [
                    "hyperflex"
                ],
                "summary": "Read a 'hyperflex.ClusterBackupPolicyInventory' resource.",
                "operationId": "GetHyperflexClusterBackupPolicyInventoryByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage HyperFlex Cluster Profiles",
                            "PRIVSET.Manage HyperFlex Clusters",
                            "PRIVSET.Read-Only",
                            "PRIVSET.View HyperFlex Cluster Profiles",
                            "PRIVSET.View HyperFlex Clusters",
                            "READ.hyperflex.ClusterBackupPolicyInventory",
                            "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 'hyperflex.ClusterBackupPolicyInventory' 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/hyperflex.ClusterBackupPolicyInventory"
                                }
                            },
                            "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": {
                            "GetHyperflexClusterBackupPolicyInventoryByMoid": {
                                "operationId": "GetHyperflexClusterBackupPolicyInventoryByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/hyperflex/ClusterBackupPolicyInventories/{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": [
                    "hyperflex"
                ],
                "summary": "Delete a 'hyperflex.ClusterBackupPolicyInventory' resource.",
                "operationId": "DeleteHyperflexClusterBackupPolicyInventory",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "DELETE.hyperflex.ClusterBackupPolicyInventory",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage HyperFlex Cluster Profiles",
                            "PRIVSET.Manage HyperFlex Clusters",
                            "PRIVSET.Read-Only",
                            "PRIVSET.View HyperFlex Cluster Profiles",
                            "PRIVSET.View HyperFlex Clusters",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "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/hyperflex/ClusterHealthCheckExecutionSnapshots": {
            "get": {
                "tags": [
                    "hyperflex"
                ],
                "summary": "Read a 'hyperflex.ClusterHealthCheckExecutionSnapshot' resource.",
                "operationId": "GetHyperflexClusterHealthCheckExecutionSnapshotList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage HyperFlex Clusters",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only HyperFlex clusters",
                            "PRIVSET.View HyperFlex Clusters",
                            "READ.hyperflex.ClusterHealthCheckExecutionSnapshot",
                            "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 'hyperflex.ClusterHealthCheckExecutionSnapshot' 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/hyperflex.ClusterHealthCheckExecutionSnapshot.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/hyperflex/ClusterHealthCheckExecutionSnapshots/{Moid}": {
            "get": {
                "tags": [
                    "hyperflex"
                ],
                "summary": "Read a 'hyperflex.ClusterHealthCheckExecutionSnapshot' resource.",
                "operationId": "GetHyperflexClusterHealthCheckExecutionSnapshotByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage HyperFlex Clusters",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only HyperFlex clusters",
                            "PRIVSET.View HyperFlex Clusters",
                            "READ.hyperflex.ClusterHealthCheckExecutionSnapshot",
                            "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 'hyperflex.ClusterHealthCheckExecutionSnapshot' 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/hyperflex.ClusterHealthCheckExecutionSnapshot"
                                }
                            },
                            "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": {
                            "GetHyperflexClusterHealthCheckExecutionSnapshotByMoid": {
                                "operationId": "GetHyperflexClusterHealthCheckExecutionSnapshotByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/hyperflex/ClusterHealthCheckExecutionSnapshots/{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/hyperflex/ClusterNetworkPolicies": {
            "get": {
                "tags": [
                    "hyperflex"
                ],
                "summary": "Read a 'hyperflex.ClusterNetworkPolicy' resource.",
                "operationId": "GetHyperflexClusterNetworkPolicyList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage HyperFlex Cluster Profiles",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only HyperFlex cluster profiles",
                            "PRIVSET.View HyperFlex Cluster Profiles",
                            "READ.hyperflex.ClusterNetworkPolicy",
                            "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 'hyperflex.ClusterNetworkPolicy' 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/hyperflex.ClusterNetworkPolicy.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": [
                    "hyperflex"
                ],
                "summary": "Create a 'hyperflex.ClusterNetworkPolicy' resource.",
                "operationId": "CreateHyperflexClusterNetworkPolicy",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "CREATE.hyperflex.ClusterNetworkPolicy",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage HyperFlex Cluster Profiles",
                            "ROLE.Account Administrator"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    },
                    {
                        "$ref": "#/components/parameters/IfNoneMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'hyperflex.ClusterNetworkPolicy' resource to create.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/hyperflex.ClusterNetworkPolicy"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'hyperflex.ClusterNetworkPolicy' resource was created as requested. The 'hyperflex.ClusterNetworkPolicy' 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/hyperflex.ClusterNetworkPolicy"
                                }
                            }
                        },
                        "links": {
                            "GetHyperflexClusterNetworkPolicyByMoid": {
                                "operationId": "GetHyperflexClusterNetworkPolicyByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/hyperflex/ClusterNetworkPolicies/{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/hyperflex/ClusterNetworkPolicies/{Moid}": {
            "get": {
                "tags": [
                    "hyperflex"
                ],
                "summary": "Read a 'hyperflex.ClusterNetworkPolicy' resource.",
                "operationId": "GetHyperflexClusterNetworkPolicyByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage HyperFlex Cluster Profiles",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only HyperFlex cluster profiles",
                            "PRIVSET.View HyperFlex Cluster Profiles",
                            "READ.hyperflex.ClusterNetworkPolicy",
                            "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 'hyperflex.ClusterNetworkPolicy' 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/hyperflex.ClusterNetworkPolicy"
                                }
                            },
                            "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": {
                            "GetHyperflexClusterNetworkPolicyByMoid": {
                                "operationId": "GetHyperflexClusterNetworkPolicyByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/hyperflex/ClusterNetworkPolicies/{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": [
                    "hyperflex"
                ],
                "summary": "Update a 'hyperflex.ClusterNetworkPolicy' resource.",
                "operationId": "UpdateHyperflexClusterNetworkPolicy",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage HyperFlex Cluster Profiles",
                            "ROLE.Account Administrator",
                            "UPDATE.hyperflex.ClusterNetworkPolicy"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'hyperflex.ClusterNetworkPolicy' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/hyperflex.ClusterNetworkPolicy"
                            }
                        },
                        "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 'hyperflex.ClusterNetworkPolicy' resource was modified as requested. The 'hyperflex.ClusterNetworkPolicy' 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/hyperflex.ClusterNetworkPolicy"
                                }
                            }
                        },
                        "links": {
                            "GetHyperflexClusterNetworkPolicyByMoid": {
                                "operationId": "GetHyperflexClusterNetworkPolicyByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/hyperflex/ClusterNetworkPolicies/{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": [
                    "hyperflex"
                ],
                "summary": "Update a 'hyperflex.ClusterNetworkPolicy' resource.",
                "operationId": "PatchHyperflexClusterNetworkPolicy",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage HyperFlex Cluster Profiles",
                            "ROLE.Account Administrator",
                            "UPDATE.hyperflex.ClusterNetworkPolicy"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'hyperflex.ClusterNetworkPolicy' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/hyperflex.ClusterNetworkPolicy"
                            }
                        },
                        "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 'hyperflex.ClusterNetworkPolicy' resource was patched as requested. The 'hyperflex.ClusterNetworkPolicy' 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/hyperflex.ClusterNetworkPolicy"
                                }
                            }
                        },
                        "links": {
                            "GetHyperflexClusterNetworkPolicyByMoid": {
                                "operationId": "GetHyperflexClusterNetworkPolicyByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/hyperflex/ClusterNetworkPolicies/{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": [
                    "hyperflex"
                ],
                "summary": "Delete a 'hyperflex.ClusterNetworkPolicy' resource.",
                "operationId": "DeleteHyperflexClusterNetworkPolicy",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "DELETE.hyperflex.ClusterNetworkPolicy",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage HyperFlex Cluster Profiles",
                            "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/hyperflex/ClusterProfiles": {
            "get": {
                "tags": [
                    "hyperflex"
                ],
                "summary": "Read a 'hyperflex.ClusterProfile' resource.",
                "operationId": "GetHyperflexClusterProfileList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.HyperFlex Cluster Backups",
                            "PRIVSET.HyperFlex Cluster Syslog Profile Control",
                            "PRIVSET.Manage HyperFlex Cluster Profiles",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only HyperFlex cluster profiles",
                            "PRIVSET.Read-only HyperFlex clusters",
                            "PRIVSET.View HyperFlex Cluster Profiles",
                            "READ.hyperflex.ClusterProfile",
                            "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 'hyperflex.ClusterProfile' 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/hyperflex.ClusterProfile.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": [
                    "hyperflex"
                ],
                "summary": "Create a 'hyperflex.ClusterProfile' resource.",
                "operationId": "CreateHyperflexClusterProfile",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "CREATE.hyperflex.ClusterProfile",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage HyperFlex Cluster Profiles",
                            "ROLE.Account Administrator"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    },
                    {
                        "$ref": "#/components/parameters/IfNoneMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'hyperflex.ClusterProfile' resource to create.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/hyperflex.ClusterProfile"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'hyperflex.ClusterProfile' resource was created as requested. The 'hyperflex.ClusterProfile' 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/hyperflex.ClusterProfile"
                                }
                            }
                        },
                        "links": {
                            "GetHyperflexClusterProfileByMoid": {
                                "operationId": "GetHyperflexClusterProfileByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/hyperflex/ClusterProfiles/{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/hyperflex/ClusterProfiles/{Moid}": {
            "get": {
                "tags": [
                    "hyperflex"
                ],
                "summary": "Read a 'hyperflex.ClusterProfile' resource.",
                "operationId": "GetHyperflexClusterProfileByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.HyperFlex Cluster Backups",
                            "PRIVSET.HyperFlex Cluster Syslog Profile Control",
                            "PRIVSET.Manage HyperFlex Cluster Profiles",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only HyperFlex cluster profiles",
                            "PRIVSET.Read-only HyperFlex clusters",
                            "PRIVSET.View HyperFlex Cluster Profiles",
                            "READ.hyperflex.ClusterProfile",
                            "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 'hyperflex.ClusterProfile' 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/hyperflex.ClusterProfile"
                                }
                            },
                            "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": {
                            "GetHyperflexClusterProfileByMoid": {
                                "operationId": "GetHyperflexClusterProfileByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/hyperflex/ClusterProfiles/{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": [
                    "hyperflex"
                ],
                "summary": "Update a 'hyperflex.ClusterProfile' resource.",
                "operationId": "UpdateHyperflexClusterProfile",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage HyperFlex Cluster Profiles",
                            "ROLE.Account Administrator",
                            "UPDATE.hyperflex.ClusterProfile"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'hyperflex.ClusterProfile' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/hyperflex.ClusterProfile"
                            }
                        },
                        "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 'hyperflex.ClusterProfile' resource was modified as requested. The 'hyperflex.ClusterProfile' 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/hyperflex.ClusterProfile"
                                }
                            }
                        },
                        "links": {
                            "GetHyperflexClusterProfileByMoid": {
                                "operationId": "GetHyperflexClusterProfileByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/hyperflex/ClusterProfiles/{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": [
                    "hyperflex"
                ],
                "summary": "Update a 'hyperflex.ClusterProfile' resource.",
                "operationId": "PatchHyperflexClusterProfile",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage HyperFlex Cluster Profiles",
                            "ROLE.Account Administrator",
                            "UPDATE.hyperflex.ClusterProfile"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'hyperflex.ClusterProfile' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/hyperflex.ClusterProfile"
                            }
                        },
                        "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 'hyperflex.ClusterProfile' resource was patched as requested. The 'hyperflex.ClusterProfile' 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/hyperflex.ClusterProfile"
                                }
                            }
                        },
                        "links": {
                            "GetHyperflexClusterProfileByMoid": {
                                "operationId": "GetHyperflexClusterProfileByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/hyperflex/ClusterProfiles/{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": [
                    "hyperflex"
                ],
                "summary": "Delete a 'hyperflex.ClusterProfile' resource.",
                "operationId": "DeleteHyperflexClusterProfile",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "DELETE.hyperflex.ClusterProfile",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage HyperFlex Cluster Profiles",
                            "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/hyperflex/ClusterReplicationNetworkPolicies": {
            "get": {
                "tags": [
                    "hyperflex"
                ],
                "summary": "Read a 'hyperflex.ClusterReplicationNetworkPolicy' resource.",
                "operationId": "GetHyperflexClusterReplicationNetworkPolicyList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.HyperFlex Cluster Backups",
                            "PRIVSET.Manage HyperFlex Cluster Profiles",
                            "PRIVSET.Read-Only",
                            "PRIVSET.View HyperFlex Cluster Profiles",
                            "READ.hyperflex.ClusterReplicationNetworkPolicy",
                            "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 'hyperflex.ClusterReplicationNetworkPolicy' 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/hyperflex.ClusterReplicationNetworkPolicy.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": [
                    "hyperflex"
                ],
                "summary": "Create a 'hyperflex.ClusterReplicationNetworkPolicy' resource.",
                "operationId": "CreateHyperflexClusterReplicationNetworkPolicy",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "CREATE.hyperflex.ClusterReplicationNetworkPolicy",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.HyperFlex Cluster Backups",
                            "ROLE.Account Administrator"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    },
                    {
                        "$ref": "#/components/parameters/IfNoneMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'hyperflex.ClusterReplicationNetworkPolicy' resource to create.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/hyperflex.ClusterReplicationNetworkPolicy"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'hyperflex.ClusterReplicationNetworkPolicy' resource was created as requested. The 'hyperflex.ClusterReplicationNetworkPolicy' 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/hyperflex.ClusterReplicationNetworkPolicy"
                                }
                            }
                        },
                        "links": {
                            "GetHyperflexClusterReplicationNetworkPolicyByMoid": {
                                "operationId": "GetHyperflexClusterReplicationNetworkPolicyByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/hyperflex/ClusterReplicationNetworkPolicies/{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/hyperflex/ClusterReplicationNetworkPolicies/{Moid}": {
            "get": {
                "tags": [
                    "hyperflex"
                ],
                "summary": "Read a 'hyperflex.ClusterReplicationNetworkPolicy' resource.",
                "operationId": "GetHyperflexClusterReplicationNetworkPolicyByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.HyperFlex Cluster Backups",
                            "PRIVSET.Manage HyperFlex Cluster Profiles",
                            "PRIVSET.Read-Only",
                            "PRIVSET.View HyperFlex Cluster Profiles",
                            "READ.hyperflex.ClusterReplicationNetworkPolicy",
                            "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 'hyperflex.ClusterReplicationNetworkPolicy' 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/hyperflex.ClusterReplicationNetworkPolicy"
                                }
                            },
                            "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": {
                            "GetHyperflexClusterReplicationNetworkPolicyByMoid": {
                                "operationId": "GetHyperflexClusterReplicationNetworkPolicyByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/hyperflex/ClusterReplicationNetworkPolicies/{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": [
                    "hyperflex"
                ],
                "summary": "Update a 'hyperflex.ClusterReplicationNetworkPolicy' resource.",
                "operationId": "UpdateHyperflexClusterReplicationNetworkPolicy",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.HyperFlex Cluster Backups",
                            "ROLE.Account Administrator",
                            "UPDATE.hyperflex.ClusterReplicationNetworkPolicy"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'hyperflex.ClusterReplicationNetworkPolicy' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/hyperflex.ClusterReplicationNetworkPolicy"
                            }
                        },
                        "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 'hyperflex.ClusterReplicationNetworkPolicy' resource was modified as requested. The 'hyperflex.ClusterReplicationNetworkPolicy' 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/hyperflex.ClusterReplicationNetworkPolicy"
                                }
                            }
                        },
                        "links": {
                            "GetHyperflexClusterReplicationNetworkPolicyByMoid": {
                                "operationId": "GetHyperflexClusterReplicationNetworkPolicyByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/hyperflex/ClusterReplicationNetworkPolicies/{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": [
                    "hyperflex"
                ],
                "summary": "Update a 'hyperflex.ClusterReplicationNetworkPolicy' resource.",
                "operationId": "PatchHyperflexClusterReplicationNetworkPolicy",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.HyperFlex Cluster Backups",
                            "ROLE.Account Administrator",
                            "UPDATE.hyperflex.ClusterReplicationNetworkPolicy"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'hyperflex.ClusterReplicationNetworkPolicy' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/hyperflex.ClusterReplicationNetworkPolicy"
                            }
                        },
                        "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 'hyperflex.ClusterReplicationNetworkPolicy' resource was patched as requested. The 'hyperflex.ClusterReplicationNetworkPolicy' 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/hyperflex.ClusterReplicationNetworkPolicy"
                                }
                            }
                        },
                        "links": {
                            "GetHyperflexClusterReplicationNetworkPolicyByMoid": {
                                "operationId": "GetHyperflexClusterReplicationNetworkPolicyByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/hyperflex/ClusterReplicationNetworkPolicies/{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": [
                    "hyperflex"
                ],
                "summary": "Delete a 'hyperflex.ClusterReplicationNetworkPolicy' resource.",
                "operationId": "DeleteHyperflexClusterReplicationNetworkPolicy",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "DELETE.hyperflex.ClusterReplicationNetworkPolicy",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.HyperFlex Cluster Backups",
                            "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/hyperflex/ClusterReplicationNetworkPolicyDeployments": {
            "get": {
                "tags": [
                    "hyperflex"
                ],
                "summary": "Read a 'hyperflex.ClusterReplicationNetworkPolicyDeployment' resource.",
                "operationId": "GetHyperflexClusterReplicationNetworkPolicyDeploymentList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "READ.hyperflex.ClusterReplicationNetworkPolicyDeployment"
                        ]
                    }
                ],
                "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 'hyperflex.ClusterReplicationNetworkPolicyDeployment' 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/hyperflex.ClusterReplicationNetworkPolicyDeployment.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": [
                    "hyperflex"
                ],
                "summary": "Create a 'hyperflex.ClusterReplicationNetworkPolicyDeployment' resource.",
                "operationId": "CreateHyperflexClusterReplicationNetworkPolicyDeployment",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "CREATE.hyperflex.ClusterReplicationNetworkPolicyDeployment"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    },
                    {
                        "$ref": "#/components/parameters/IfNoneMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'hyperflex.ClusterReplicationNetworkPolicyDeployment' resource to create.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/hyperflex.ClusterReplicationNetworkPolicyDeployment"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'hyperflex.ClusterReplicationNetworkPolicyDeployment' resource was created as requested. The 'hyperflex.ClusterReplicationNetworkPolicyDeployment' 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/hyperflex.ClusterReplicationNetworkPolicyDeployment"
                                }
                            }
                        },
                        "links": {
                            "GetHyperflexClusterReplicationNetworkPolicyDeploymentByMoid": {
                                "operationId": "GetHyperflexClusterReplicationNetworkPolicyDeploymentByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/hyperflex/ClusterReplicationNetworkPolicyDeployments/{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/hyperflex/ClusterReplicationNetworkPolicyDeployments/{Moid}": {
            "get": {
                "tags": [
                    "hyperflex"
                ],
                "summary": "Read a 'hyperflex.ClusterReplicationNetworkPolicyDeployment' resource.",
                "operationId": "GetHyperflexClusterReplicationNetworkPolicyDeploymentByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "READ.hyperflex.ClusterReplicationNetworkPolicyDeployment"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "An instance of the 'hyperflex.ClusterReplicationNetworkPolicyDeployment' 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/hyperflex.ClusterReplicationNetworkPolicyDeployment"
                                }
                            },
                            "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": {
                            "GetHyperflexClusterReplicationNetworkPolicyDeploymentByMoid": {
                                "operationId": "GetHyperflexClusterReplicationNetworkPolicyDeploymentByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/hyperflex/ClusterReplicationNetworkPolicyDeployments/{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": [
                    "hyperflex"
                ],
                "summary": "Update a 'hyperflex.ClusterReplicationNetworkPolicyDeployment' resource.",
                "operationId": "UpdateHyperflexClusterReplicationNetworkPolicyDeployment",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "UPDATE.hyperflex.ClusterReplicationNetworkPolicyDeployment"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'hyperflex.ClusterReplicationNetworkPolicyDeployment' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/hyperflex.ClusterReplicationNetworkPolicyDeployment"
                            }
                        },
                        "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 'hyperflex.ClusterReplicationNetworkPolicyDeployment' resource was modified as requested. The 'hyperflex.ClusterReplicationNetworkPolicyDeployment' 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/hyperflex.ClusterReplicationNetworkPolicyDeployment"
                                }
                            }
                        },
                        "links": {
                            "GetHyperflexClusterReplicationNetworkPolicyDeploymentByMoid": {
                                "operationId": "GetHyperflexClusterReplicationNetworkPolicyDeploymentByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/hyperflex/ClusterReplicationNetworkPolicyDeployments/{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": [
                    "hyperflex"
                ],
                "summary": "Update a 'hyperflex.ClusterReplicationNetworkPolicyDeployment' resource.",
                "operationId": "PatchHyperflexClusterReplicationNetworkPolicyDeployment",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "UPDATE.hyperflex.ClusterReplicationNetworkPolicyDeployment"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'hyperflex.ClusterReplicationNetworkPolicyDeployment' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/hyperflex.ClusterReplicationNetworkPolicyDeployment"
                            }
                        },
                        "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 'hyperflex.ClusterReplicationNetworkPolicyDeployment' resource was patched as requested. The 'hyperflex.ClusterReplicationNetworkPolicyDeployment' 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/hyperflex.ClusterReplicationNetworkPolicyDeployment"
                                }
                            }
                        },
                        "links": {
                            "GetHyperflexClusterReplicationNetworkPolicyDeploymentByMoid": {
                                "operationId": "GetHyperflexClusterReplicationNetworkPolicyDeploymentByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/hyperflex/ClusterReplicationNetworkPolicyDeployments/{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": [
                    "hyperflex"
                ],
                "summary": "Delete a 'hyperflex.ClusterReplicationNetworkPolicyDeployment' resource.",
                "operationId": "DeleteHyperflexClusterReplicationNetworkPolicyDeployment",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "DELETE.hyperflex.ClusterReplicationNetworkPolicyDeployment"
                        ]
                    }
                ],
                "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/hyperflex/ClusterStoragePolicies": {
            "get": {
                "tags": [
                    "hyperflex"
                ],
                "summary": "Read a 'hyperflex.ClusterStoragePolicy' resource.",
                "operationId": "GetHyperflexClusterStoragePolicyList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage HyperFlex Cluster Profiles",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only HyperFlex cluster profiles",
                            "PRIVSET.View HyperFlex Cluster Profiles",
                            "READ.hyperflex.ClusterStoragePolicy",
                            "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 'hyperflex.ClusterStoragePolicy' 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/hyperflex.ClusterStoragePolicy.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": [
                    "hyperflex"
                ],
                "summary": "Create a 'hyperflex.ClusterStoragePolicy' resource.",
                "operationId": "CreateHyperflexClusterStoragePolicy",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "CREATE.hyperflex.ClusterStoragePolicy",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage HyperFlex Cluster Profiles",
                            "ROLE.Account Administrator"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    },
                    {
                        "$ref": "#/components/parameters/IfNoneMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'hyperflex.ClusterStoragePolicy' resource to create.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/hyperflex.ClusterStoragePolicy"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'hyperflex.ClusterStoragePolicy' resource was created as requested. The 'hyperflex.ClusterStoragePolicy' 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/hyperflex.ClusterStoragePolicy"
                                }
                            }
                        },
                        "links": {
                            "GetHyperflexClusterStoragePolicyByMoid": {
                                "operationId": "GetHyperflexClusterStoragePolicyByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/hyperflex/ClusterStoragePolicies/{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/hyperflex/ClusterStoragePolicies/{Moid}": {
            "get": {
                "tags": [
                    "hyperflex"
                ],
                "summary": "Read a 'hyperflex.ClusterStoragePolicy' resource.",
                "operationId": "GetHyperflexClusterStoragePolicyByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage HyperFlex Cluster Profiles",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only HyperFlex cluster profiles",
                            "PRIVSET.View HyperFlex Cluster Profiles",
                            "READ.hyperflex.ClusterStoragePolicy",
                            "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 'hyperflex.ClusterStoragePolicy' 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/hyperflex.ClusterStoragePolicy"
                                }
                            },
                            "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": {
                            "GetHyperflexClusterStoragePolicyByMoid": {
                                "operationId": "GetHyperflexClusterStoragePolicyByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/hyperflex/ClusterStoragePolicies/{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": [
                    "hyperflex"
                ],
                "summary": "Update a 'hyperflex.ClusterStoragePolicy' resource.",
                "operationId": "UpdateHyperflexClusterStoragePolicy",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage HyperFlex Cluster Profiles",
                            "ROLE.Account Administrator",
                            "UPDATE.hyperflex.ClusterStoragePolicy"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'hyperflex.ClusterStoragePolicy' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/hyperflex.ClusterStoragePolicy"
                            }
                        },
                        "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 'hyperflex.ClusterStoragePolicy' resource was modified as requested. The 'hyperflex.ClusterStoragePolicy' 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/hyperflex.ClusterStoragePolicy"
                                }
                            }
                        },
                        "links": {
                            "GetHyperflexClusterStoragePolicyByMoid": {
                                "operationId": "GetHyperflexClusterStoragePolicyByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/hyperflex/ClusterStoragePolicies/{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": [
                    "hyperflex"
                ],
                "summary": "Update a 'hyperflex.ClusterStoragePolicy' resource.",
                "operationId": "PatchHyperflexClusterStoragePolicy",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage HyperFlex Cluster Profiles",
                            "ROLE.Account Administrator",
                            "UPDATE.hyperflex.ClusterStoragePolicy"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'hyperflex.ClusterStoragePolicy' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/hyperflex.ClusterStoragePolicy"
                            }
                        },
                        "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 'hyperflex.ClusterStoragePolicy' resource was patched as requested. The 'hyperflex.ClusterStoragePolicy' 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/hyperflex.ClusterStoragePolicy"
                                }
                            }
                        },
                        "links": {
                            "GetHyperflexClusterStoragePolicyByMoid": {
                                "operationId": "GetHyperflexClusterStoragePolicyByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/hyperflex/ClusterStoragePolicies/{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": [
                    "hyperflex"
                ],
                "summary": "Delete a 'hyperflex.ClusterStoragePolicy' resource.",
                "operationId": "DeleteHyperflexClusterStoragePolicy",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "DELETE.hyperflex.ClusterStoragePolicy",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage HyperFlex Cluster Profiles",
                            "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/hyperflex/ConfigResults": {
            "get": {
                "tags": [
                    "hyperflex"
                ],
                "summary": "Read a 'hyperflex.ConfigResult' resource.",
                "operationId": "GetHyperflexConfigResultList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage HyperFlex Cluster Profiles",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only HyperFlex cluster profiles",
                            "PRIVSET.View HyperFlex Cluster Profiles",
                            "READ.hyperflex.ConfigResult",
                            "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 'hyperflex.ConfigResult' 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/hyperflex.ConfigResult.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/hyperflex/ConfigResults/{Moid}": {
            "get": {
                "tags": [
                    "hyperflex"
                ],
                "summary": "Read a 'hyperflex.ConfigResult' resource.",
                "operationId": "GetHyperflexConfigResultByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage HyperFlex Cluster Profiles",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only HyperFlex cluster profiles",
                            "PRIVSET.View HyperFlex Cluster Profiles",
                            "READ.hyperflex.ConfigResult",
                            "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 'hyperflex.ConfigResult' 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/hyperflex.ConfigResult"
                                }
                            },
                            "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": {
                            "GetHyperflexConfigResultByMoid": {
                                "operationId": "GetHyperflexConfigResultByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/hyperflex/ConfigResults/{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/hyperflex/ConfigResultEntries": {
            "get": {
                "tags": [
                    "hyperflex"
                ],
                "summary": "Read a 'hyperflex.ConfigResultEntry' resource.",
                "operationId": "GetHyperflexConfigResultEntryList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage HyperFlex Cluster Profiles",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only HyperFlex cluster profiles",
                            "PRIVSET.View HyperFlex Cluster Profiles",
                            "READ.hyperflex.ConfigResultEntry",
                            "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 'hyperflex.ConfigResultEntry' 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/hyperflex.ConfigResultEntry.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/hyperflex/ConfigResultEntries/{Moid}": {
            "get": {
                "tags": [
                    "hyperflex"
                ],
                "summary": "Read a 'hyperflex.ConfigResultEntry' resource.",
                "operationId": "GetHyperflexConfigResultEntryByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage HyperFlex Cluster Profiles",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only HyperFlex cluster profiles",
                            "PRIVSET.View HyperFlex Cluster Profiles",
                            "READ.hyperflex.ConfigResultEntry",
                            "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 'hyperflex.ConfigResultEntry' 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/hyperflex.ConfigResultEntry"
                                }
                            },
                            "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": {
                            "GetHyperflexConfigResultEntryByMoid": {
                                "operationId": "GetHyperflexConfigResultEntryByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/hyperflex/ConfigResultEntries/{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/hyperflex/DataProtectionPeers": {
            "get": {
                "tags": [
                    "hyperflex"
                ],
                "summary": "Read a 'hyperflex.DataProtectionPeer' resource.",
                "operationId": "GetHyperflexDataProtectionPeerList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage HyperFlex Clusters",
                            "PRIVSET.Read-Only",
                            "PRIVSET.View HyperFlex Clusters",
                            "READ.hyperflex.DataProtectionPeer",
                            "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 'hyperflex.DataProtectionPeer' 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/hyperflex.DataProtectionPeer.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/hyperflex/DataProtectionPeers/{Moid}": {
            "get": {
                "tags": [
                    "hyperflex"
                ],
                "summary": "Read a 'hyperflex.DataProtectionPeer' resource.",
                "operationId": "GetHyperflexDataProtectionPeerByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage HyperFlex Clusters",
                            "PRIVSET.Read-Only",
                            "PRIVSET.View HyperFlex Clusters",
                            "READ.hyperflex.DataProtectionPeer",
                            "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 'hyperflex.DataProtectionPeer' 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/hyperflex.DataProtectionPeer"
                                }
                            },
                            "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": {
                            "GetHyperflexDataProtectionPeerByMoid": {
                                "operationId": "GetHyperflexDataProtectionPeerByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/hyperflex/DataProtectionPeers/{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/hyperflex/DatastoreStatistics": {
            "get": {
                "tags": [
                    "hyperflex"
                ],
                "summary": "Read a 'hyperflex.DatastoreStatistic' resource.",
                "operationId": "GetHyperflexDatastoreStatisticList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage HyperFlex Clusters",
                            "PRIVSET.Read-Only",
                            "PRIVSET.View HyperFlex Clusters",
                            "READ.hyperflex.DatastoreStatistic",
                            "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 'hyperflex.DatastoreStatistic' 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/hyperflex.DatastoreStatistic.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/hyperflex/DatastoreStatistics/{Moid}": {
            "get": {
                "tags": [
                    "hyperflex"
                ],
                "summary": "Read a 'hyperflex.DatastoreStatistic' resource.",
                "operationId": "GetHyperflexDatastoreStatisticByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage HyperFlex Clusters",
                            "PRIVSET.Read-Only",
                            "PRIVSET.View HyperFlex Clusters",
                            "READ.hyperflex.DatastoreStatistic",
                            "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 'hyperflex.DatastoreStatistic' 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/hyperflex.DatastoreStatistic"
                                }
                            },
                            "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": {
                            "GetHyperflexDatastoreStatisticByMoid": {
                                "operationId": "GetHyperflexDatastoreStatisticByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/hyperflex/DatastoreStatistics/{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/hyperflex/DevicePackageDownloadStates": {
            "get": {
                "tags": [
                    "hyperflex"
                ],
                "summary": "Read a 'hyperflex.DevicePackageDownloadState' resource.",
                "operationId": "GetHyperflexDevicePackageDownloadStateList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "READ.hyperflex.DevicePackageDownloadState",
                            "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 'hyperflex.DevicePackageDownloadState' 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/hyperflex.DevicePackageDownloadState.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/hyperflex/DevicePackageDownloadStates/{Moid}": {
            "get": {
                "tags": [
                    "hyperflex"
                ],
                "summary": "Read a 'hyperflex.DevicePackageDownloadState' resource.",
                "operationId": "GetHyperflexDevicePackageDownloadStateByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "READ.hyperflex.DevicePackageDownloadState",
                            "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 'hyperflex.DevicePackageDownloadState' 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/hyperflex.DevicePackageDownloadState"
                                }
                            },
                            "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": {
                            "GetHyperflexDevicePackageDownloadStateByMoid": {
                                "operationId": "GetHyperflexDevicePackageDownloadStateByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/hyperflex/DevicePackageDownloadStates/{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/hyperflex/Drives": {
            "get": {
                "tags": [
                    "hyperflex"
                ],
                "summary": "Read a 'hyperflex.Drive' resource.",
                "operationId": "GetHyperflexDriveList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Storage Arrays",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only HyperFlex clusters",
                            "PRIVSET.View Storage Arrays",
                            "READ.hyperflex.Drive",
                            "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 'hyperflex.Drive' 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/hyperflex.Drive.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/hyperflex/Drives/{Moid}": {
            "get": {
                "tags": [
                    "hyperflex"
                ],
                "summary": "Read a 'hyperflex.Drive' resource.",
                "operationId": "GetHyperflexDriveByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Storage Arrays",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only HyperFlex clusters",
                            "PRIVSET.View Storage Arrays",
                            "READ.hyperflex.Drive",
                            "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 'hyperflex.Drive' 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/hyperflex.Drive"
                                }
                            },
                            "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": {
                            "GetHyperflexDriveByMoid": {
                                "operationId": "GetHyperflexDriveByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/hyperflex/Drives/{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": [
                    "hyperflex"
                ],
                "summary": "Update a 'hyperflex.Drive' resource.",
                "operationId": "UpdateHyperflexDrive",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage HyperFlex Clusters",
                            "ROLE.Account Administrator",
                            "UPDATE.hyperflex.Drive"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'hyperflex.Drive' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/hyperflex.Drive"
                            }
                        },
                        "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 'hyperflex.Drive' resource was modified as requested. The 'hyperflex.Drive' 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/hyperflex.Drive"
                                }
                            }
                        },
                        "links": {
                            "GetHyperflexDriveByMoid": {
                                "operationId": "GetHyperflexDriveByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/hyperflex/Drives/{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": [
                    "hyperflex"
                ],
                "summary": "Update a 'hyperflex.Drive' resource.",
                "operationId": "PatchHyperflexDrive",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage HyperFlex Clusters",
                            "ROLE.Account Administrator",
                            "UPDATE.hyperflex.Drive"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'hyperflex.Drive' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/hyperflex.Drive"
                            }
                        },
                        "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 'hyperflex.Drive' resource was patched as requested. The 'hyperflex.Drive' 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/hyperflex.Drive"
                                }
                            }
                        },
                        "links": {
                            "GetHyperflexDriveByMoid": {
                                "operationId": "GetHyperflexDriveByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/hyperflex/Drives/{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/hyperflex/Encryptions": {
            "get": {
                "tags": [
                    "hyperflex"
                ],
                "summary": "Read a 'hyperflex.Encryption' resource.",
                "operationId": "GetHyperflexEncryptionList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage HyperFlex Clusters",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only HyperFlex clusters",
                            "PRIVSET.View HyperFlex Clusters",
                            "READ.hyperflex.Encryption",
                            "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 'hyperflex.Encryption' 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/hyperflex.Encryption.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/hyperflex/Encryptions/{Moid}": {
            "get": {
                "tags": [
                    "hyperflex"
                ],
                "summary": "Read a 'hyperflex.Encryption' resource.",
                "operationId": "GetHyperflexEncryptionByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage HyperFlex Clusters",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only HyperFlex clusters",
                            "PRIVSET.View HyperFlex Clusters",
                            "READ.hyperflex.Encryption",
                            "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 'hyperflex.Encryption' 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/hyperflex.Encryption"
                                }
                            },
                            "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": {
                            "GetHyperflexEncryptionByMoid": {
                                "operationId": "GetHyperflexEncryptionByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/hyperflex/Encryptions/{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/hyperflex/ExtFcStoragePolicies": {
            "get": {
                "tags": [
                    "hyperflex"
                ],
                "summary": "Read a 'hyperflex.ExtFcStoragePolicy' resource.",
                "operationId": "GetHyperflexExtFcStoragePolicyList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage HyperFlex Cluster Profiles",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only HyperFlex cluster profiles",
                            "PRIVSET.View HyperFlex Cluster Profiles",
                            "READ.hyperflex.ExtFcStoragePolicy",
                            "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 'hyperflex.ExtFcStoragePolicy' 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/hyperflex.ExtFcStoragePolicy.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": [
                    "hyperflex"
                ],
                "summary": "Create a 'hyperflex.ExtFcStoragePolicy' resource.",
                "operationId": "CreateHyperflexExtFcStoragePolicy",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "CREATE.hyperflex.ExtFcStoragePolicy",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage HyperFlex Cluster Profiles",
                            "ROLE.Account Administrator"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    },
                    {
                        "$ref": "#/components/parameters/IfNoneMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'hyperflex.ExtFcStoragePolicy' resource to create.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/hyperflex.ExtFcStoragePolicy"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'hyperflex.ExtFcStoragePolicy' resource was created as requested. The 'hyperflex.ExtFcStoragePolicy' 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/hyperflex.ExtFcStoragePolicy"
                                }
                            }
                        },
                        "links": {
                            "GetHyperflexExtFcStoragePolicyByMoid": {
                                "operationId": "GetHyperflexExtFcStoragePolicyByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/hyperflex/ExtFcStoragePolicies/{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/hyperflex/ExtFcStoragePolicies/{Moid}": {
            "get": {
                "tags": [
                    "hyperflex"
                ],
                "summary": "Read a 'hyperflex.ExtFcStoragePolicy' resource.",
                "operationId": "GetHyperflexExtFcStoragePolicyByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage HyperFlex Cluster Profiles",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only HyperFlex cluster profiles",
                            "PRIVSET.View HyperFlex Cluster Profiles",
                            "READ.hyperflex.ExtFcStoragePolicy",
                            "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 'hyperflex.ExtFcStoragePolicy' 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/hyperflex.ExtFcStoragePolicy"
                                }
                            },
                            "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": {
                            "GetHyperflexExtFcStoragePolicyByMoid": {
                                "operationId": "GetHyperflexExtFcStoragePolicyByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/hyperflex/ExtFcStoragePolicies/{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": [
                    "hyperflex"
                ],
                "summary": "Update a 'hyperflex.ExtFcStoragePolicy' resource.",
                "operationId": "UpdateHyperflexExtFcStoragePolicy",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage HyperFlex Cluster Profiles",
                            "ROLE.Account Administrator",
                            "UPDATE.hyperflex.ExtFcStoragePolicy"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'hyperflex.ExtFcStoragePolicy' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/hyperflex.ExtFcStoragePolicy"
                            }
                        },
                        "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 'hyperflex.ExtFcStoragePolicy' resource was modified as requested. The 'hyperflex.ExtFcStoragePolicy' 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/hyperflex.ExtFcStoragePolicy"
                                }
                            }
                        },
                        "links": {
                            "GetHyperflexExtFcStoragePolicyByMoid": {
                                "operationId": "GetHyperflexExtFcStoragePolicyByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/hyperflex/ExtFcStoragePolicies/{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": [
                    "hyperflex"
                ],
                "summary": "Update a 'hyperflex.ExtFcStoragePolicy' resource.",
                "operationId": "PatchHyperflexExtFcStoragePolicy",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage HyperFlex Cluster Profiles",
                            "ROLE.Account Administrator",
                            "UPDATE.hyperflex.ExtFcStoragePolicy"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'hyperflex.ExtFcStoragePolicy' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/hyperflex.ExtFcStoragePolicy"
                            }
                        },
                        "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 'hyperflex.ExtFcStoragePolicy' resource was patched as requested. The 'hyperflex.ExtFcStoragePolicy' 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/hyperflex.ExtFcStoragePolicy"
                                }
                            }
                        },
                        "links": {
                            "GetHyperflexExtFcStoragePolicyByMoid": {
                                "operationId": "GetHyperflexExtFcStoragePolicyByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/hyperflex/ExtFcStoragePolicies/{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": [
                    "hyperflex"
                ],
                "summary": "Delete a 'hyperflex.ExtFcStoragePolicy' resource.",
                "operationId": "DeleteHyperflexExtFcStoragePolicy",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "DELETE.hyperflex.ExtFcStoragePolicy",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage HyperFlex Cluster Profiles",
                            "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/hyperflex/ExtIscsiStoragePolicies": {
            "get": {
                "tags": [
                    "hyperflex"
                ],
                "summary": "Read a 'hyperflex.ExtIscsiStoragePolicy' resource.",
                "operationId": "GetHyperflexExtIscsiStoragePolicyList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage HyperFlex Cluster Profiles",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only HyperFlex cluster profiles",
                            "PRIVSET.View HyperFlex Cluster Profiles",
                            "READ.hyperflex.ExtIscsiStoragePolicy",
                            "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 'hyperflex.ExtIscsiStoragePolicy' 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/hyperflex.ExtIscsiStoragePolicy.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": [
                    "hyperflex"
                ],
                "summary": "Create a 'hyperflex.ExtIscsiStoragePolicy' resource.",
                "operationId": "CreateHyperflexExtIscsiStoragePolicy",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "CREATE.hyperflex.ExtIscsiStoragePolicy",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage HyperFlex Cluster Profiles",
                            "ROLE.Account Administrator"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    },
                    {
                        "$ref": "#/components/parameters/IfNoneMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'hyperflex.ExtIscsiStoragePolicy' resource to create.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/hyperflex.ExtIscsiStoragePolicy"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'hyperflex.ExtIscsiStoragePolicy' resource was created as requested. The 'hyperflex.ExtIscsiStoragePolicy' 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/hyperflex.ExtIscsiStoragePolicy"
                                }
                            }
                        },
                        "links": {
                            "GetHyperflexExtIscsiStoragePolicyByMoid": {
                                "operationId": "GetHyperflexExtIscsiStoragePolicyByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/hyperflex/ExtIscsiStoragePolicies/{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/hyperflex/ExtIscsiStoragePolicies/{Moid}": {
            "get": {
                "tags": [
                    "hyperflex"
                ],
                "summary": "Read a 'hyperflex.ExtIscsiStoragePolicy' resource.",
                "operationId": "GetHyperflexExtIscsiStoragePolicyByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage HyperFlex Cluster Profiles",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only HyperFlex cluster profiles",
                            "PRIVSET.View HyperFlex Cluster Profiles",
                            "READ.hyperflex.ExtIscsiStoragePolicy",
                            "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 'hyperflex.ExtIscsiStoragePolicy' 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/hyperflex.ExtIscsiStoragePolicy"
                                }
                            },
                            "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": {
                            "GetHyperflexExtIscsiStoragePolicyByMoid": {
                                "operationId": "GetHyperflexExtIscsiStoragePolicyByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/hyperflex/ExtIscsiStoragePolicies/{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": [
                    "hyperflex"
                ],
                "summary": "Update a 'hyperflex.ExtIscsiStoragePolicy' resource.",
                "operationId": "UpdateHyperflexExtIscsiStoragePolicy",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage HyperFlex Cluster Profiles",
                            "ROLE.Account Administrator",
                            "UPDATE.hyperflex.ExtIscsiStoragePolicy"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'hyperflex.ExtIscsiStoragePolicy' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/hyperflex.ExtIscsiStoragePolicy"
                            }
                        },
                        "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 'hyperflex.ExtIscsiStoragePolicy' resource was modified as requested. The 'hyperflex.ExtIscsiStoragePolicy' 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/hyperflex.ExtIscsiStoragePolicy"
                                }
                            }
                        },
                        "links": {
                            "GetHyperflexExtIscsiStoragePolicyByMoid": {
                                "operationId": "GetHyperflexExtIscsiStoragePolicyByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/hyperflex/ExtIscsiStoragePolicies/{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": [
                    "hyperflex"
                ],
                "summary": "Update a 'hyperflex.ExtIscsiStoragePolicy' resource.",
                "operationId": "PatchHyperflexExtIscsiStoragePolicy",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage HyperFlex Cluster Profiles",
                            "ROLE.Account Administrator",
                            "UPDATE.hyperflex.ExtIscsiStoragePolicy"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'hyperflex.ExtIscsiStoragePolicy' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/hyperflex.ExtIscsiStoragePolicy"
                            }
                        },
                        "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 'hyperflex.ExtIscsiStoragePolicy' resource was patched as requested. The 'hyperflex.ExtIscsiStoragePolicy' 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/hyperflex.ExtIscsiStoragePolicy"
                                }
                            }
                        },
                        "links": {
                            "GetHyperflexExtIscsiStoragePolicyByMoid": {
                                "operationId": "GetHyperflexExtIscsiStoragePolicyByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/hyperflex/ExtIscsiStoragePolicies/{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": [
                    "hyperflex"
                ],
                "summary": "Delete a 'hyperflex.ExtIscsiStoragePolicy' resource.",
                "operationId": "DeleteHyperflexExtIscsiStoragePolicy",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "DELETE.hyperflex.ExtIscsiStoragePolicy",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage HyperFlex Cluster Profiles",
                            "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/hyperflex/FeatureLimitExternals": {
            "get": {
                "tags": [
                    "hyperflex"
                ],
                "summary": "Read a 'hyperflex.FeatureLimitExternal' resource.",
                "operationId": "GetHyperflexFeatureLimitExternalList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage HyperFlex Cluster Profiles",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only HyperFlex cluster profiles",
                            "PRIVSET.View HyperFlex Cluster Profiles",
                            "READ.hyperflex.FeatureLimitExternal",
                            "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 'hyperflex.FeatureLimitExternal' 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/hyperflex.FeatureLimitExternal.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/hyperflex/FeatureLimitExternals/{Moid}": {
            "get": {
                "tags": [
                    "hyperflex"
                ],
                "summary": "Read a 'hyperflex.FeatureLimitExternal' resource.",
                "operationId": "GetHyperflexFeatureLimitExternalByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage HyperFlex Cluster Profiles",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only HyperFlex cluster profiles",
                            "PRIVSET.View HyperFlex Cluster Profiles",
                            "READ.hyperflex.FeatureLimitExternal",
                            "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 'hyperflex.FeatureLimitExternal' 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/hyperflex.FeatureLimitExternal"
                                }
                            },
                            "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": {
                            "GetHyperflexFeatureLimitExternalByMoid": {
                                "operationId": "GetHyperflexFeatureLimitExternalByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/hyperflex/FeatureLimitExternals/{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/hyperflex/FeatureLimitInternals": {
            "get": {
                "tags": [
                    "hyperflex"
                ],
                "summary": "Read a 'hyperflex.FeatureLimitInternal' resource.",
                "operationId": "GetHyperflexFeatureLimitInternalList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage HyperFlex Cluster Profiles",
                            "PRIVSET.Read-only HyperFlex cluster profiles",
                            "PRIVSET.View HyperFlex Cluster Profiles",
                            "READ.hyperflex.FeatureLimitInternal",
                            "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 'hyperflex.FeatureLimitInternal' 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/hyperflex.FeatureLimitInternal.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/hyperflex/FeatureLimitInternals/{Moid}": {
            "get": {
                "tags": [
                    "hyperflex"
                ],
                "summary": "Read a 'hyperflex.FeatureLimitInternal' resource.",
                "operationId": "GetHyperflexFeatureLimitInternalByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage HyperFlex Cluster Profiles",
                            "PRIVSET.Read-only HyperFlex cluster profiles",
                            "PRIVSET.View HyperFlex Cluster Profiles",
                            "READ.hyperflex.FeatureLimitInternal",
                            "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 'hyperflex.FeatureLimitInternal' 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/hyperflex.FeatureLimitInternal"
                                }
                            },
                            "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": {
                            "GetHyperflexFeatureLimitInternalByMoid": {
                                "operationId": "GetHyperflexFeatureLimitInternalByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/hyperflex/FeatureLimitInternals/{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/hyperflex/Healths": {
            "get": {
                "tags": [
                    "hyperflex"
                ],
                "summary": "Read a 'hyperflex.Health' resource.",
                "operationId": "GetHyperflexHealthList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage HyperFlex Clusters",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only HyperFlex clusters",
                            "PRIVSET.View HyperFlex Clusters",
                            "READ.hyperflex.Health",
                            "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 'hyperflex.Health' 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/hyperflex.Health.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/hyperflex/Healths/{Moid}": {
            "get": {
                "tags": [
                    "hyperflex"
                ],
                "summary": "Read a 'hyperflex.Health' resource.",
                "operationId": "GetHyperflexHealthByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage HyperFlex Clusters",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only HyperFlex clusters",
                            "PRIVSET.View HyperFlex Clusters",
                            "READ.hyperflex.Health",
                            "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 'hyperflex.Health' 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/hyperflex.Health"
                                }
                            },
                            "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": {
                            "GetHyperflexHealthByMoid": {
                                "operationId": "GetHyperflexHealthByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/hyperflex/Healths/{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/hyperflex/HealthCheckDefinitions": {
            "get": {
                "tags": [
                    "hyperflex"
                ],
                "summary": "Read a 'hyperflex.HealthCheckDefinition' resource.",
                "operationId": "GetHyperflexHealthCheckDefinitionList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage HyperFlex Clusters",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only HyperFlex clusters",
                            "PRIVSET.View HyperFlex Clusters",
                            "READ.hyperflex.HealthCheckDefinition",
                            "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 'hyperflex.HealthCheckDefinition' 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/hyperflex.HealthCheckDefinition.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/hyperflex/HealthCheckDefinitions/{Moid}": {
            "get": {
                "tags": [
                    "hyperflex"
                ],
                "summary": "Read a 'hyperflex.HealthCheckDefinition' resource.",
                "operationId": "GetHyperflexHealthCheckDefinitionByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage HyperFlex Clusters",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only HyperFlex clusters",
                            "PRIVSET.View HyperFlex Clusters",
                            "READ.hyperflex.HealthCheckDefinition",
                            "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 'hyperflex.HealthCheckDefinition' 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/hyperflex.HealthCheckDefinition"
                                }
                            },
                            "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": {
                            "GetHyperflexHealthCheckDefinitionByMoid": {
                                "operationId": "GetHyperflexHealthCheckDefinitionByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/hyperflex/HealthCheckDefinitions/{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/hyperflex/HealthCheckExecutions": {
            "get": {
                "tags": [
                    "hyperflex"
                ],
                "summary": "Read a 'hyperflex.HealthCheckExecution' resource.",
                "operationId": "GetHyperflexHealthCheckExecutionList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage HyperFlex Clusters",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only HyperFlex clusters",
                            "PRIVSET.View HyperFlex Clusters",
                            "READ.hyperflex.HealthCheckExecution",
                            "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 'hyperflex.HealthCheckExecution' 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/hyperflex.HealthCheckExecution.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/hyperflex/HealthCheckExecutions/{Moid}": {
            "get": {
                "tags": [
                    "hyperflex"
                ],
                "summary": "Read a 'hyperflex.HealthCheckExecution' resource.",
                "operationId": "GetHyperflexHealthCheckExecutionByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage HyperFlex Clusters",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only HyperFlex clusters",
                            "PRIVSET.View HyperFlex Clusters",
                            "READ.hyperflex.HealthCheckExecution",
                            "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 'hyperflex.HealthCheckExecution' 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/hyperflex.HealthCheckExecution"
                                }
                            },
                            "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": {
                            "GetHyperflexHealthCheckExecutionByMoid": {
                                "operationId": "GetHyperflexHealthCheckExecutionByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/hyperflex/HealthCheckExecutions/{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/hyperflex/HealthCheckExecutionSnapshots": {
            "get": {
                "tags": [
                    "hyperflex"
                ],
                "summary": "Read a 'hyperflex.HealthCheckExecutionSnapshot' resource.",
                "operationId": "GetHyperflexHealthCheckExecutionSnapshotList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage HyperFlex Clusters",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only HyperFlex clusters",
                            "PRIVSET.View HyperFlex Clusters",
                            "READ.hyperflex.HealthCheckExecutionSnapshot",
                            "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 'hyperflex.HealthCheckExecutionSnapshot' 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/hyperflex.HealthCheckExecutionSnapshot.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/hyperflex/HealthCheckExecutionSnapshots/{Moid}": {
            "get": {
                "tags": [
                    "hyperflex"
                ],
                "summary": "Read a 'hyperflex.HealthCheckExecutionSnapshot' resource.",
                "operationId": "GetHyperflexHealthCheckExecutionSnapshotByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage HyperFlex Clusters",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only HyperFlex clusters",
                            "PRIVSET.View HyperFlex Clusters",
                            "READ.hyperflex.HealthCheckExecutionSnapshot",
                            "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 'hyperflex.HealthCheckExecutionSnapshot' 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/hyperflex.HealthCheckExecutionSnapshot"
                                }
                            },
                            "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": {
                            "GetHyperflexHealthCheckExecutionSnapshotByMoid": {
                                "operationId": "GetHyperflexHealthCheckExecutionSnapshotByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/hyperflex/HealthCheckExecutionSnapshots/{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/hyperflex/HealthCheckPackageChecksums": {
            "get": {
                "tags": [
                    "hyperflex"
                ],
                "summary": "Read a 'hyperflex.HealthCheckPackageChecksum' resource.",
                "operationId": "GetHyperflexHealthCheckPackageChecksumList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "READ.hyperflex.HealthCheckPackageChecksum",
                            "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 'hyperflex.HealthCheckPackageChecksum' 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/hyperflex.HealthCheckPackageChecksum.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/hyperflex/HealthCheckPackageChecksums/{Moid}": {
            "get": {
                "tags": [
                    "hyperflex"
                ],
                "summary": "Read a 'hyperflex.HealthCheckPackageChecksum' resource.",
                "operationId": "GetHyperflexHealthCheckPackageChecksumByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "READ.hyperflex.HealthCheckPackageChecksum",
                            "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 'hyperflex.HealthCheckPackageChecksum' 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/hyperflex.HealthCheckPackageChecksum"
                                }
                            },
                            "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": {
                            "GetHyperflexHealthCheckPackageChecksumByMoid": {
                                "operationId": "GetHyperflexHealthCheckPackageChecksumByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/hyperflex/HealthCheckPackageChecksums/{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/hyperflex/HealthCheckSchedulePolicies": {
            "get": {
                "tags": [
                    "hyperflex"
                ],
                "summary": "Read a 'hyperflex.HealthCheckSchedulePolicy' resource.",
                "operationId": "GetHyperflexHealthCheckSchedulePolicyList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage HyperFlex Clusters",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only HyperFlex clusters",
                            "PRIVSET.View HyperFlex Clusters",
                            "READ.hyperflex.HealthCheckSchedulePolicy",
                            "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 'hyperflex.HealthCheckSchedulePolicy' 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/hyperflex.HealthCheckSchedulePolicy.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/hyperflex/HealthCheckSchedulePolicies/{Moid}": {
            "get": {
                "tags": [
                    "hyperflex"
                ],
                "summary": "Read a 'hyperflex.HealthCheckSchedulePolicy' resource.",
                "operationId": "GetHyperflexHealthCheckSchedulePolicyByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage HyperFlex Clusters",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only HyperFlex clusters",
                            "PRIVSET.View HyperFlex Clusters",
                            "READ.hyperflex.HealthCheckSchedulePolicy",
                            "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 'hyperflex.HealthCheckSchedulePolicy' 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/hyperflex.HealthCheckSchedulePolicy"
                                }
                            },
                            "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": {
                            "GetHyperflexHealthCheckSchedulePolicyByMoid": {
                                "operationId": "GetHyperflexHealthCheckSchedulePolicyByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/hyperflex/HealthCheckSchedulePolicies/{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/hyperflex/HwCatalogs": {
            "get": {
                "tags": [
                    "hyperflex"
                ],
                "summary": "Read a 'hyperflex.HwCatalog' resource.",
                "operationId": "GetHyperflexHwCatalogList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage HyperFlex Cluster Profiles",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only HyperFlex cluster profiles",
                            "PRIVSET.View HyperFlex Cluster Profiles",
                            "READ.hyperflex.HwCatalog",
                            "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 'hyperflex.HwCatalog' 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/hyperflex.HwCatalog.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/hyperflex/HwCatalogs/{Moid}": {
            "get": {
                "tags": [
                    "hyperflex"
                ],
                "summary": "Read a 'hyperflex.HwCatalog' resource.",
                "operationId": "GetHyperflexHwCatalogByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage HyperFlex Cluster Profiles",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only HyperFlex cluster profiles",
                            "PRIVSET.View HyperFlex Cluster Profiles",
                            "READ.hyperflex.HwCatalog",
                            "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 'hyperflex.HwCatalog' 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/hyperflex.HwCatalog"
                                }
                            },
                            "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": {
                            "GetHyperflexHwCatalogByMoid": {
                                "operationId": "GetHyperflexHwCatalogByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/hyperflex/HwCatalogs/{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/hyperflex/HxdpVersions": {
            "get": {
                "tags": [
                    "hyperflex"
                ],
                "summary": "Read a 'hyperflex.HxdpVersion' resource.",
                "operationId": "GetHyperflexHxdpVersionList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage HyperFlex Cluster Profiles",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only HyperFlex cluster profiles",
                            "PRIVSET.View HyperFlex Cluster Profiles",
                            "READ.hyperflex.HxdpVersion",
                            "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 'hyperflex.HxdpVersion' 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/hyperflex.HxdpVersion.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/hyperflex/HxdpVersions/{Moid}": {
            "get": {
                "tags": [
                    "hyperflex"
                ],
                "summary": "Read a 'hyperflex.HxdpVersion' resource.",
                "operationId": "GetHyperflexHxdpVersionByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage HyperFlex Cluster Profiles",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only HyperFlex cluster profiles",
                            "PRIVSET.View HyperFlex Cluster Profiles",
                            "READ.hyperflex.HxdpVersion",
                            "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 'hyperflex.HxdpVersion' 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/hyperflex.HxdpVersion"
                                }
                            },
                            "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": {
                            "GetHyperflexHxdpVersionByMoid": {
                                "operationId": "GetHyperflexHxdpVersionByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/hyperflex/HxdpVersions/{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/hyperflex/HypervisorHosts": {
            "get": {
                "tags": [
                    "hyperflex"
                ],
                "summary": "Read a 'hyperflex.HypervisorHost' resource.",
                "operationId": "GetHyperflexHypervisorHostList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage HyperFlex Clusters",
                            "PRIVSET.Manage Storage Arrays",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only HyperFlex clusters",
                            "PRIVSET.View Storage Arrays",
                            "READ.hyperflex.HypervisorHost",
                            "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 'hyperflex.HypervisorHost' 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/hyperflex.HypervisorHost.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/hyperflex/HypervisorHosts/{Moid}": {
            "get": {
                "tags": [
                    "hyperflex"
                ],
                "summary": "Read a 'hyperflex.HypervisorHost' resource.",
                "operationId": "GetHyperflexHypervisorHostByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage HyperFlex Clusters",
                            "PRIVSET.Manage Storage Arrays",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only HyperFlex clusters",
                            "PRIVSET.View Storage Arrays",
                            "READ.hyperflex.HypervisorHost",
                            "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 'hyperflex.HypervisorHost' 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/hyperflex.HypervisorHost"
                                }
                            },
                            "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": {
                            "GetHyperflexHypervisorHostByMoid": {
                                "operationId": "GetHyperflexHypervisorHostByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/hyperflex/HypervisorHosts/{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": [
                    "hyperflex"
                ],
                "summary": "Update a 'hyperflex.HypervisorHost' resource.",
                "operationId": "UpdateHyperflexHypervisorHost",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage HyperFlex Clusters",
                            "ROLE.Account Administrator",
                            "UPDATE.hyperflex.HypervisorHost"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'hyperflex.HypervisorHost' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/hyperflex.HypervisorHost"
                            }
                        },
                        "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 'hyperflex.HypervisorHost' resource was modified as requested. The 'hyperflex.HypervisorHost' 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/hyperflex.HypervisorHost"
                                }
                            }
                        },
                        "links": {
                            "GetHyperflexHypervisorHostByMoid": {
                                "operationId": "GetHyperflexHypervisorHostByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/hyperflex/HypervisorHosts/{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": [
                    "hyperflex"
                ],
                "summary": "Update a 'hyperflex.HypervisorHost' resource.",
                "operationId": "PatchHyperflexHypervisorHost",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage HyperFlex Clusters",
                            "ROLE.Account Administrator",
                            "UPDATE.hyperflex.HypervisorHost"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'hyperflex.HypervisorHost' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/hyperflex.HypervisorHost"
                            }
                        },
                        "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 'hyperflex.HypervisorHost' resource was patched as requested. The 'hyperflex.HypervisorHost' 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/hyperflex.HypervisorHost"
                                }
                            }
                        },
                        "links": {
                            "GetHyperflexHypervisorHostByMoid": {
                                "operationId": "GetHyperflexHypervisorHostByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/hyperflex/HypervisorHosts/{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/hyperflex/HypervisorVirtualMachines": {
            "get": {
                "tags": [
                    "hyperflex"
                ],
                "summary": "Read a 'hyperflex.HypervisorVirtualMachine' resource.",
                "operationId": "GetHyperflexHypervisorVirtualMachineList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage HyperFlex Clusters",
                            "PRIVSET.Manage Storage Arrays",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only HyperFlex clusters",
                            "PRIVSET.View Storage Arrays",
                            "READ.hyperflex.HypervisorVirtualMachine",
                            "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 'hyperflex.HypervisorVirtualMachine' 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/hyperflex.HypervisorVirtualMachine.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/hyperflex/HypervisorVirtualMachines/{Moid}": {
            "get": {
                "tags": [
                    "hyperflex"
                ],
                "summary": "Read a 'hyperflex.HypervisorVirtualMachine' resource.",
                "operationId": "GetHyperflexHypervisorVirtualMachineByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage HyperFlex Clusters",
                            "PRIVSET.Manage Storage Arrays",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only HyperFlex clusters",
                            "PRIVSET.View Storage Arrays",
                            "READ.hyperflex.HypervisorVirtualMachine",
                            "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 'hyperflex.HypervisorVirtualMachine' 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/hyperflex.HypervisorVirtualMachine"
                                }
                            },
                            "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": {
                            "GetHyperflexHypervisorVirtualMachineByMoid": {
                                "operationId": "GetHyperflexHypervisorVirtualMachineByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/hyperflex/HypervisorVirtualMachines/{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": [
                    "hyperflex"
                ],
                "summary": "Update a 'hyperflex.HypervisorVirtualMachine' resource.",
                "operationId": "UpdateHyperflexHypervisorVirtualMachine",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage HyperFlex Clusters",
                            "ROLE.Account Administrator",
                            "UPDATE.hyperflex.HypervisorVirtualMachine"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'hyperflex.HypervisorVirtualMachine' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/hyperflex.HypervisorVirtualMachine"
                            }
                        },
                        "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 'hyperflex.HypervisorVirtualMachine' resource was modified as requested. The 'hyperflex.HypervisorVirtualMachine' 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/hyperflex.HypervisorVirtualMachine"
                                }
                            }
                        },
                        "links": {
                            "GetHyperflexHypervisorVirtualMachineByMoid": {
                                "operationId": "GetHyperflexHypervisorVirtualMachineByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/hyperflex/HypervisorVirtualMachines/{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": [
                    "hyperflex"
                ],
                "summary": "Update a 'hyperflex.HypervisorVirtualMachine' resource.",
                "operationId": "PatchHyperflexHypervisorVirtualMachine",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage HyperFlex Clusters",
                            "ROLE.Account Administrator",
                            "UPDATE.hyperflex.HypervisorVirtualMachine"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'hyperflex.HypervisorVirtualMachine' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/hyperflex.HypervisorVirtualMachine"
                            }
                        },
                        "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 'hyperflex.HypervisorVirtualMachine' resource was patched as requested. The 'hyperflex.HypervisorVirtualMachine' 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/hyperflex.HypervisorVirtualMachine"
                                }
                            }
                        },
                        "links": {
                            "GetHyperflexHypervisorVirtualMachineByMoid": {
                                "operationId": "GetHyperflexHypervisorVirtualMachineByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/hyperflex/HypervisorVirtualMachines/{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/hyperflex/InitiatorGroups": {
            "get": {
                "tags": [
                    "hyperflex"
                ],
                "summary": "Read a 'hyperflex.InitiatorGroup' resource.",
                "operationId": "GetHyperflexInitiatorGroupList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage HyperFlex Clusters",
                            "PRIVSET.Manage Storage Arrays",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only HyperFlex clusters",
                            "PRIVSET.View Storage Arrays",
                            "READ.hyperflex.InitiatorGroup",
                            "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 'hyperflex.InitiatorGroup' 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/hyperflex.InitiatorGroup.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/hyperflex/InitiatorGroups/{Moid}": {
            "get": {
                "tags": [
                    "hyperflex"
                ],
                "summary": "Read a 'hyperflex.InitiatorGroup' resource.",
                "operationId": "GetHyperflexInitiatorGroupByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage HyperFlex Clusters",
                            "PRIVSET.Manage Storage Arrays",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only HyperFlex clusters",
                            "PRIVSET.View Storage Arrays",
                            "READ.hyperflex.InitiatorGroup",
                            "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 'hyperflex.InitiatorGroup' 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/hyperflex.InitiatorGroup"
                                }
                            },
                            "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": {
                            "GetHyperflexInitiatorGroupByMoid": {
                                "operationId": "GetHyperflexInitiatorGroupByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/hyperflex/InitiatorGroups/{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": [
                    "hyperflex"
                ],
                "summary": "Update a 'hyperflex.InitiatorGroup' resource.",
                "operationId": "UpdateHyperflexInitiatorGroup",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage HyperFlex Clusters",
                            "ROLE.Account Administrator",
                            "UPDATE.hyperflex.InitiatorGroup"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'hyperflex.InitiatorGroup' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/hyperflex.InitiatorGroup"
                            }
                        },
                        "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 'hyperflex.InitiatorGroup' resource was modified as requested. The 'hyperflex.InitiatorGroup' 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/hyperflex.InitiatorGroup"
                                }
                            }
                        },
                        "links": {
                            "GetHyperflexInitiatorGroupByMoid": {
                                "operationId": "GetHyperflexInitiatorGroupByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/hyperflex/InitiatorGroups/{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": [
                    "hyperflex"
                ],
                "summary": "Update a 'hyperflex.InitiatorGroup' resource.",
                "operationId": "PatchHyperflexInitiatorGroup",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage HyperFlex Clusters",
                            "ROLE.Account Administrator",
                            "UPDATE.hyperflex.InitiatorGroup"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'hyperflex.InitiatorGroup' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/hyperflex.InitiatorGroup"
                            }
                        },
                        "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 'hyperflex.InitiatorGroup' resource was patched as requested. The 'hyperflex.InitiatorGroup' 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/hyperflex.InitiatorGroup"
                                }
                            }
                        },
                        "links": {
                            "GetHyperflexInitiatorGroupByMoid": {
                                "operationId": "GetHyperflexInitiatorGroupByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/hyperflex/InitiatorGroups/{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/hyperflex/IscsiNetworks": {
            "get": {
                "tags": [
                    "hyperflex"
                ],
                "summary": "Read a 'hyperflex.IscsiNetwork' resource.",
                "operationId": "GetHyperflexIscsiNetworkList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage HyperFlex Clusters",
                            "PRIVSET.Manage Storage Arrays",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only HyperFlex clusters",
                            "PRIVSET.View Storage Arrays",
                            "READ.hyperflex.IscsiNetwork",
                            "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 'hyperflex.IscsiNetwork' 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/hyperflex.IscsiNetwork.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/hyperflex/IscsiNetworks/{Moid}": {
            "get": {
                "tags": [
                    "hyperflex"
                ],
                "summary": "Read a 'hyperflex.IscsiNetwork' resource.",
                "operationId": "GetHyperflexIscsiNetworkByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage HyperFlex Clusters",
                            "PRIVSET.Manage Storage Arrays",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only HyperFlex clusters",
                            "PRIVSET.View Storage Arrays",
                            "READ.hyperflex.IscsiNetwork",
                            "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 'hyperflex.IscsiNetwork' 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/hyperflex.IscsiNetwork"
                                }
                            },
                            "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": {
                            "GetHyperflexIscsiNetworkByMoid": {
                                "operationId": "GetHyperflexIscsiNetworkByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/hyperflex/IscsiNetworks/{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": [
                    "hyperflex"
                ],
                "summary": "Update a 'hyperflex.IscsiNetwork' resource.",
                "operationId": "UpdateHyperflexIscsiNetwork",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage HyperFlex Clusters",
                            "ROLE.Account Administrator",
                            "UPDATE.hyperflex.IscsiNetwork"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'hyperflex.IscsiNetwork' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/hyperflex.IscsiNetwork"
                            }
                        },
                        "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 'hyperflex.IscsiNetwork' resource was modified as requested. The 'hyperflex.IscsiNetwork' 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/hyperflex.IscsiNetwork"
                                }
                            }
                        },
                        "links": {
                            "GetHyperflexIscsiNetworkByMoid": {
                                "operationId": "GetHyperflexIscsiNetworkByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/hyperflex/IscsiNetworks/{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": [
                    "hyperflex"
                ],
                "summary": "Update a 'hyperflex.IscsiNetwork' resource.",
                "operationId": "PatchHyperflexIscsiNetwork",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage HyperFlex Clusters",
                            "ROLE.Account Administrator",
                            "UPDATE.hyperflex.IscsiNetwork"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'hyperflex.IscsiNetwork' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/hyperflex.IscsiNetwork"
                            }
                        },
                        "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 'hyperflex.IscsiNetwork' resource was patched as requested. The 'hyperflex.IscsiNetwork' 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/hyperflex.IscsiNetwork"
                                }
                            }
                        },
                        "links": {
                            "GetHyperflexIscsiNetworkByMoid": {
                                "operationId": "GetHyperflexIscsiNetworkByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/hyperflex/IscsiNetworks/{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/hyperflex/KeyEncryptionKeys": {
            "post": {
                "tags": [
                    "hyperflex"
                ],
                "summary": "Create a 'hyperflex.KeyEncryptionKey' resource.",
                "operationId": "CreateHyperflexKeyEncryptionKey",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "CREATE.hyperflex.KeyEncryptionKey",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.HyperFlex Key Encryption",
                            "ROLE.Account Administrator"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    },
                    {
                        "$ref": "#/components/parameters/IfNoneMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'hyperflex.KeyEncryptionKey' resource to create.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/hyperflex.KeyEncryptionKey"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'hyperflex.KeyEncryptionKey' resource was created as requested. The 'hyperflex.KeyEncryptionKey' 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/hyperflex.KeyEncryptionKey"
                                }
                            }
                        },
                        "links": {
                            "GetHyperflexKeyEncryptionKeyByMoid": {
                                "operationId": "GetHyperflexKeyEncryptionKeyByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/hyperflex/KeyEncryptionKeys/{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"
                    }
                }
            },
            "get": {
                "tags": [
                    "hyperflex"
                ],
                "summary": "Read a 'hyperflex.KeyEncryptionKey' resource.",
                "operationId": "GetHyperflexKeyEncryptionKeyList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.HyperFlex Key Encryption",
                            "READ.hyperflex.KeyEncryptionKey",
                            "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 'hyperflex.KeyEncryptionKey' 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/hyperflex.KeyEncryptionKey.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/hyperflex/KeyEncryptionKeys/{Moid}": {
            "get": {
                "tags": [
                    "hyperflex"
                ],
                "summary": "Read a 'hyperflex.KeyEncryptionKey' resource.",
                "operationId": "GetHyperflexKeyEncryptionKeyByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.HyperFlex Key Encryption",
                            "READ.hyperflex.KeyEncryptionKey",
                            "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 'hyperflex.KeyEncryptionKey' 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/hyperflex.KeyEncryptionKey"
                                }
                            },
                            "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": {
                            "GetHyperflexKeyEncryptionKeyByMoid": {
                                "operationId": "GetHyperflexKeyEncryptionKeyByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/hyperflex/KeyEncryptionKeys/{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": [
                    "hyperflex"
                ],
                "summary": "Update a 'hyperflex.KeyEncryptionKey' resource.",
                "operationId": "UpdateHyperflexKeyEncryptionKey",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Global System Privileges",
                            "UPDATE.hyperflex.KeyEncryptionKey"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'hyperflex.KeyEncryptionKey' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/hyperflex.KeyEncryptionKey"
                            }
                        },
                        "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 'hyperflex.KeyEncryptionKey' resource was modified as requested. The 'hyperflex.KeyEncryptionKey' 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/hyperflex.KeyEncryptionKey"
                                }
                            }
                        },
                        "links": {
                            "GetHyperflexKeyEncryptionKeyByMoid": {
                                "operationId": "GetHyperflexKeyEncryptionKeyByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/hyperflex/KeyEncryptionKeys/{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": [
                    "hyperflex"
                ],
                "summary": "Update a 'hyperflex.KeyEncryptionKey' resource.",
                "operationId": "PatchHyperflexKeyEncryptionKey",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Global System Privileges",
                            "UPDATE.hyperflex.KeyEncryptionKey"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'hyperflex.KeyEncryptionKey' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/hyperflex.KeyEncryptionKey"
                            }
                        },
                        "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 'hyperflex.KeyEncryptionKey' resource was patched as requested. The 'hyperflex.KeyEncryptionKey' 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/hyperflex.KeyEncryptionKey"
                                }
                            }
                        },
                        "links": {
                            "GetHyperflexKeyEncryptionKeyByMoid": {
                                "operationId": "GetHyperflexKeyEncryptionKeyByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/hyperflex/KeyEncryptionKeys/{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": [
                    "hyperflex"
                ],
                "summary": "Delete a 'hyperflex.KeyEncryptionKey' resource.",
                "operationId": "DeleteHyperflexKeyEncryptionKey",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "DELETE.hyperflex.KeyEncryptionKey",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.HyperFlex Key Encryption",
                            "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/hyperflex/Licenses": {
            "get": {
                "tags": [
                    "hyperflex"
                ],
                "summary": "Read a 'hyperflex.License' resource.",
                "operationId": "GetHyperflexLicenseList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage HyperFlex Clusters",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only HyperFlex clusters",
                            "PRIVSET.View HyperFlex Clusters",
                            "READ.hyperflex.License",
                            "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 'hyperflex.License' 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/hyperflex.License.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/hyperflex/Licenses/{Moid}": {
            "get": {
                "tags": [
                    "hyperflex"
                ],
                "summary": "Read a 'hyperflex.License' resource.",
                "operationId": "GetHyperflexLicenseByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage HyperFlex Clusters",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only HyperFlex clusters",
                            "PRIVSET.View HyperFlex Clusters",
                            "READ.hyperflex.License",
                            "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 'hyperflex.License' 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/hyperflex.License"
                                }
                            },
                            "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": {
                            "GetHyperflexLicenseByMoid": {
                                "operationId": "GetHyperflexLicenseByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/hyperflex/Licenses/{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/hyperflex/LocalCredentialPolicies": {
            "get": {
                "tags": [
                    "hyperflex"
                ],
                "summary": "Read a 'hyperflex.LocalCredentialPolicy' resource.",
                "operationId": "GetHyperflexLocalCredentialPolicyList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage HyperFlex Cluster Profiles",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only HyperFlex cluster profiles",
                            "PRIVSET.View HyperFlex Cluster Profiles",
                            "READ.hyperflex.LocalCredentialPolicy",
                            "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 'hyperflex.LocalCredentialPolicy' 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/hyperflex.LocalCredentialPolicy.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": [
                    "hyperflex"
                ],
                "summary": "Create a 'hyperflex.LocalCredentialPolicy' resource.",
                "operationId": "CreateHyperflexLocalCredentialPolicy",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "CREATE.hyperflex.LocalCredentialPolicy",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage HyperFlex Cluster Profiles",
                            "ROLE.Account Administrator"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    },
                    {
                        "$ref": "#/components/parameters/IfNoneMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'hyperflex.LocalCredentialPolicy' resource to create.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/hyperflex.LocalCredentialPolicy"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'hyperflex.LocalCredentialPolicy' resource was created as requested. The 'hyperflex.LocalCredentialPolicy' 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/hyperflex.LocalCredentialPolicy"
                                }
                            }
                        },
                        "links": {
                            "GetHyperflexLocalCredentialPolicyByMoid": {
                                "operationId": "GetHyperflexLocalCredentialPolicyByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/hyperflex/LocalCredentialPolicies/{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/hyperflex/LocalCredentialPolicies/{Moid}": {
            "get": {
                "tags": [
                    "hyperflex"
                ],
                "summary": "Read a 'hyperflex.LocalCredentialPolicy' resource.",
                "operationId": "GetHyperflexLocalCredentialPolicyByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage HyperFlex Cluster Profiles",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only HyperFlex cluster profiles",
                            "PRIVSET.View HyperFlex Cluster Profiles",
                            "READ.hyperflex.LocalCredentialPolicy",
                            "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 'hyperflex.LocalCredentialPolicy' 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/hyperflex.LocalCredentialPolicy"
                                }
                            },
                            "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": {
                            "GetHyperflexLocalCredentialPolicyByMoid": {
                                "operationId": "GetHyperflexLocalCredentialPolicyByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/hyperflex/LocalCredentialPolicies/{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": [
                    "hyperflex"
                ],
                "summary": "Update a 'hyperflex.LocalCredentialPolicy' resource.",
                "operationId": "UpdateHyperflexLocalCredentialPolicy",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage HyperFlex Cluster Profiles",
                            "ROLE.Account Administrator",
                            "UPDATE.hyperflex.LocalCredentialPolicy"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'hyperflex.LocalCredentialPolicy' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/hyperflex.LocalCredentialPolicy"
                            }
                        },
                        "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 'hyperflex.LocalCredentialPolicy' resource was modified as requested. The 'hyperflex.LocalCredentialPolicy' 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/hyperflex.LocalCredentialPolicy"
                                }
                            }
                        },
                        "links": {
                            "GetHyperflexLocalCredentialPolicyByMoid": {
                                "operationId": "GetHyperflexLocalCredentialPolicyByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/hyperflex/LocalCredentialPolicies/{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": [
                    "hyperflex"
                ],
                "summary": "Update a 'hyperflex.LocalCredentialPolicy' resource.",
                "operationId": "PatchHyperflexLocalCredentialPolicy",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage HyperFlex Cluster Profiles",
                            "ROLE.Account Administrator",
                            "UPDATE.hyperflex.LocalCredentialPolicy"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'hyperflex.LocalCredentialPolicy' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/hyperflex.LocalCredentialPolicy"
                            }
                        },
                        "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 'hyperflex.LocalCredentialPolicy' resource was patched as requested. The 'hyperflex.LocalCredentialPolicy' 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/hyperflex.LocalCredentialPolicy"
                                }
                            }
                        },
                        "links": {
                            "GetHyperflexLocalCredentialPolicyByMoid": {
                                "operationId": "GetHyperflexLocalCredentialPolicyByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/hyperflex/LocalCredentialPolicies/{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": [
                    "hyperflex"
                ],
                "summary": "Delete a 'hyperflex.LocalCredentialPolicy' resource.",
                "operationId": "DeleteHyperflexLocalCredentialPolicy",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "DELETE.hyperflex.LocalCredentialPolicy",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage HyperFlex Cluster Profiles",
                            "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/hyperflex/Luns": {
            "get": {
                "tags": [
                    "hyperflex"
                ],
                "summary": "Read a 'hyperflex.Lun' resource.",
                "operationId": "GetHyperflexLunList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage HyperFlex Clusters",
                            "PRIVSET.Manage Storage Arrays",
                            "PRIVSET.Read-Only",
                            "PRIVSET.View Storage Arrays",
                            "READ.hyperflex.Lun",
                            "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 'hyperflex.Lun' 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/hyperflex.Lun.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/hyperflex/Luns/{Moid}": {
            "get": {
                "tags": [
                    "hyperflex"
                ],
                "summary": "Read a 'hyperflex.Lun' resource.",
                "operationId": "GetHyperflexLunByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage HyperFlex Clusters",
                            "PRIVSET.Manage Storage Arrays",
                            "PRIVSET.Read-Only",
                            "PRIVSET.View Storage Arrays",
                            "READ.hyperflex.Lun",
                            "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 'hyperflex.Lun' 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/hyperflex.Lun"
                                }
                            },
                            "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": {
                            "GetHyperflexLunByMoid": {
                                "operationId": "GetHyperflexLunByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/hyperflex/Luns/{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": [
                    "hyperflex"
                ],
                "summary": "Update a 'hyperflex.Lun' resource.",
                "operationId": "UpdateHyperflexLun",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage HyperFlex Clusters",
                            "ROLE.Account Administrator",
                            "UPDATE.hyperflex.Lun"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'hyperflex.Lun' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/hyperflex.Lun"
                            }
                        },
                        "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 'hyperflex.Lun' resource was modified as requested. The 'hyperflex.Lun' 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/hyperflex.Lun"
                                }
                            }
                        },
                        "links": {
                            "GetHyperflexLunByMoid": {
                                "operationId": "GetHyperflexLunByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/hyperflex/Luns/{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": [
                    "hyperflex"
                ],
                "summary": "Update a 'hyperflex.Lun' resource.",
                "operationId": "PatchHyperflexLun",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage HyperFlex Clusters",
                            "ROLE.Account Administrator",
                            "UPDATE.hyperflex.Lun"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'hyperflex.Lun' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/hyperflex.Lun"
                            }
                        },
                        "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 'hyperflex.Lun' resource was patched as requested. The 'hyperflex.Lun' 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/hyperflex.Lun"
                                }
                            }
                        },
                        "links": {
                            "GetHyperflexLunByMoid": {
                                "operationId": "GetHyperflexLunByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/hyperflex/Luns/{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/hyperflex/Nodes": {
            "get": {
                "tags": [
                    "hyperflex"
                ],
                "summary": "Read a 'hyperflex.Node' resource.",
                "operationId": "GetHyperflexNodeList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage HyperFlex Clusters",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only HyperFlex clusters",
                            "PRIVSET.View HyperFlex Clusters",
                            "PRIVSET.View Hypervisors",
                            "READ.hyperflex.Node",
                            "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 'hyperflex.Node' 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/hyperflex.Node.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/hyperflex/Nodes/{Moid}": {
            "get": {
                "tags": [
                    "hyperflex"
                ],
                "summary": "Read a 'hyperflex.Node' resource.",
                "operationId": "GetHyperflexNodeByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage HyperFlex Clusters",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only HyperFlex clusters",
                            "PRIVSET.View HyperFlex Clusters",
                            "PRIVSET.View Hypervisors",
                            "READ.hyperflex.Node",
                            "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 'hyperflex.Node' 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/hyperflex.Node"
                                }
                            },
                            "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": {
                            "GetHyperflexNodeByMoid": {
                                "operationId": "GetHyperflexNodeByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/hyperflex/Nodes/{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/hyperflex/NodeConfigPolicies": {
            "get": {
                "tags": [
                    "hyperflex"
                ],
                "summary": "Read a 'hyperflex.NodeConfigPolicy' resource.",
                "operationId": "GetHyperflexNodeConfigPolicyList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage HyperFlex Cluster Profiles",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only HyperFlex cluster profiles",
                            "PRIVSET.View HyperFlex Cluster Profiles",
                            "READ.hyperflex.NodeConfigPolicy",
                            "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 'hyperflex.NodeConfigPolicy' 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/hyperflex.NodeConfigPolicy.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": [
                    "hyperflex"
                ],
                "summary": "Create a 'hyperflex.NodeConfigPolicy' resource.",
                "operationId": "CreateHyperflexNodeConfigPolicy",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "CREATE.hyperflex.NodeConfigPolicy",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage HyperFlex Cluster Profiles",
                            "ROLE.Account Administrator"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    },
                    {
                        "$ref": "#/components/parameters/IfNoneMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'hyperflex.NodeConfigPolicy' resource to create.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/hyperflex.NodeConfigPolicy"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'hyperflex.NodeConfigPolicy' resource was created as requested. The 'hyperflex.NodeConfigPolicy' 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/hyperflex.NodeConfigPolicy"
                                }
                            }
                        },
                        "links": {
                            "GetHyperflexNodeConfigPolicyByMoid": {
                                "operationId": "GetHyperflexNodeConfigPolicyByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/hyperflex/NodeConfigPolicies/{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/hyperflex/NodeConfigPolicies/{Moid}": {
            "get": {
                "tags": [
                    "hyperflex"
                ],
                "summary": "Read a 'hyperflex.NodeConfigPolicy' resource.",
                "operationId": "GetHyperflexNodeConfigPolicyByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage HyperFlex Cluster Profiles",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only HyperFlex cluster profiles",
                            "PRIVSET.View HyperFlex Cluster Profiles",
                            "READ.hyperflex.NodeConfigPolicy",
                            "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 'hyperflex.NodeConfigPolicy' 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/hyperflex.NodeConfigPolicy"
                                }
                            },
                            "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": {
                            "GetHyperflexNodeConfigPolicyByMoid": {
                                "operationId": "GetHyperflexNodeConfigPolicyByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/hyperflex/NodeConfigPolicies/{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": [
                    "hyperflex"
                ],
                "summary": "Update a 'hyperflex.NodeConfigPolicy' resource.",
                "operationId": "UpdateHyperflexNodeConfigPolicy",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage HyperFlex Cluster Profiles",
                            "ROLE.Account Administrator",
                            "UPDATE.hyperflex.NodeConfigPolicy"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'hyperflex.NodeConfigPolicy' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/hyperflex.NodeConfigPolicy"
                            }
                        },
                        "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 'hyperflex.NodeConfigPolicy' resource was modified as requested. The 'hyperflex.NodeConfigPolicy' 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/hyperflex.NodeConfigPolicy"
                                }
                            }
                        },
                        "links": {
                            "GetHyperflexNodeConfigPolicyByMoid": {
                                "operationId": "GetHyperflexNodeConfigPolicyByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/hyperflex/NodeConfigPolicies/{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": [
                    "hyperflex"
                ],
                "summary": "Update a 'hyperflex.NodeConfigPolicy' resource.",
                "operationId": "PatchHyperflexNodeConfigPolicy",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage HyperFlex Cluster Profiles",
                            "ROLE.Account Administrator",
                            "UPDATE.hyperflex.NodeConfigPolicy"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'hyperflex.NodeConfigPolicy' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/hyperflex.NodeConfigPolicy"
                            }
                        },
                        "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 'hyperflex.NodeConfigPolicy' resource was patched as requested. The 'hyperflex.NodeConfigPolicy' 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/hyperflex.NodeConfigPolicy"
                                }
                            }
                        },
                        "links": {
                            "GetHyperflexNodeConfigPolicyByMoid": {
                                "operationId": "GetHyperflexNodeConfigPolicyByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/hyperflex/NodeConfigPolicies/{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": [
                    "hyperflex"
                ],
                "summary": "Delete a 'hyperflex.NodeConfigPolicy' resource.",
                "operationId": "DeleteHyperflexNodeConfigPolicy",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "DELETE.hyperflex.NodeConfigPolicy",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage HyperFlex Cluster Profiles",
                            "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/hyperflex/NodeProfiles": {
            "get": {
                "tags": [
                    "hyperflex"
                ],
                "summary": "Read a 'hyperflex.NodeProfile' resource.",
                "operationId": "GetHyperflexNodeProfileList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage HyperFlex Cluster Profiles",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only HyperFlex cluster profiles",
                            "PRIVSET.View HyperFlex Cluster Profiles",
                            "READ.hyperflex.NodeProfile",
                            "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 'hyperflex.NodeProfile' 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/hyperflex.NodeProfile.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": [
                    "hyperflex"
                ],
                "summary": "Create a 'hyperflex.NodeProfile' resource.",
                "operationId": "CreateHyperflexNodeProfile",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "CREATE.hyperflex.NodeProfile",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage HyperFlex Cluster Profiles",
                            "ROLE.Account Administrator"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    },
                    {
                        "$ref": "#/components/parameters/IfNoneMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'hyperflex.NodeProfile' resource to create.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/hyperflex.NodeProfile"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'hyperflex.NodeProfile' resource was created as requested. The 'hyperflex.NodeProfile' 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/hyperflex.NodeProfile"
                                }
                            }
                        },
                        "links": {
                            "GetHyperflexNodeProfileByMoid": {
                                "operationId": "GetHyperflexNodeProfileByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/hyperflex/NodeProfiles/{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/hyperflex/NodeProfiles/{Moid}": {
            "get": {
                "tags": [
                    "hyperflex"
                ],
                "summary": "Read a 'hyperflex.NodeProfile' resource.",
                "operationId": "GetHyperflexNodeProfileByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage HyperFlex Cluster Profiles",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only HyperFlex cluster profiles",
                            "PRIVSET.View HyperFlex Cluster Profiles",
                            "READ.hyperflex.NodeProfile",
                            "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 'hyperflex.NodeProfile' 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/hyperflex.NodeProfile"
                                }
                            },
                            "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": {
                            "GetHyperflexNodeProfileByMoid": {
                                "operationId": "GetHyperflexNodeProfileByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/hyperflex/NodeProfiles/{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": [
                    "hyperflex"
                ],
                "summary": "Update a 'hyperflex.NodeProfile' resource.",
                "operationId": "UpdateHyperflexNodeProfile",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage HyperFlex Cluster Profiles",
                            "ROLE.Account Administrator",
                            "UPDATE.hyperflex.NodeProfile"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'hyperflex.NodeProfile' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/hyperflex.NodeProfile"
                            }
                        },
                        "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 'hyperflex.NodeProfile' resource was modified as requested. The 'hyperflex.NodeProfile' 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/hyperflex.NodeProfile"
                                }
                            }
                        },
                        "links": {
                            "GetHyperflexNodeProfileByMoid": {
                                "operationId": "GetHyperflexNodeProfileByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/hyperflex/NodeProfiles/{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": [
                    "hyperflex"
                ],
                "summary": "Update a 'hyperflex.NodeProfile' resource.",
                "operationId": "PatchHyperflexNodeProfile",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage HyperFlex Cluster Profiles",
                            "ROLE.Account Administrator",
                            "UPDATE.hyperflex.NodeProfile"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'hyperflex.NodeProfile' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/hyperflex.NodeProfile"
                            }
                        },
                        "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 'hyperflex.NodeProfile' resource was patched as requested. The 'hyperflex.NodeProfile' 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/hyperflex.NodeProfile"
                                }
                            }
                        },
                        "links": {
                            "GetHyperflexNodeProfileByMoid": {
                                "operationId": "GetHyperflexNodeProfileByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/hyperflex/NodeProfiles/{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": [
                    "hyperflex"
                ],
                "summary": "Delete a 'hyperflex.NodeProfile' resource.",
                "operationId": "DeleteHyperflexNodeProfile",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "DELETE.hyperflex.NodeProfile",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage HyperFlex Cluster Profiles",
                            "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/hyperflex/ProtectedClusters": {
            "get": {
                "tags": [
                    "hyperflex"
                ],
                "summary": "Read a 'hyperflex.ProtectedCluster' resource.",
                "operationId": "GetHyperflexProtectedClusterList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage HyperFlex Cluster Profiles",
                            "PRIVSET.Manage HyperFlex Clusters",
                            "PRIVSET.Read-Only",
                            "PRIVSET.View HyperFlex Cluster Profiles",
                            "PRIVSET.View HyperFlex Clusters",
                            "READ.hyperflex.ProtectedCluster",
                            "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 'hyperflex.ProtectedCluster' 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/hyperflex.ProtectedCluster.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/hyperflex/ProtectedClusters/{Moid}": {
            "get": {
                "tags": [
                    "hyperflex"
                ],
                "summary": "Read a 'hyperflex.ProtectedCluster' resource.",
                "operationId": "GetHyperflexProtectedClusterByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage HyperFlex Cluster Profiles",
                            "PRIVSET.Manage HyperFlex Clusters",
                            "PRIVSET.Read-Only",
                            "PRIVSET.View HyperFlex Cluster Profiles",
                            "PRIVSET.View HyperFlex Clusters",
                            "READ.hyperflex.ProtectedCluster",
                            "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 'hyperflex.ProtectedCluster' 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/hyperflex.ProtectedCluster"
                                }
                            },
                            "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": {
                            "GetHyperflexProtectedClusterByMoid": {
                                "operationId": "GetHyperflexProtectedClusterByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/hyperflex/ProtectedClusters/{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/hyperflex/ProxySettingPolicies": {
            "get": {
                "tags": [
                    "hyperflex"
                ],
                "summary": "Read a 'hyperflex.ProxySettingPolicy' resource.",
                "operationId": "GetHyperflexProxySettingPolicyList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage HyperFlex Cluster Profiles",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only HyperFlex cluster profiles",
                            "PRIVSET.View HyperFlex Cluster Profiles",
                            "READ.hyperflex.ProxySettingPolicy",
                            "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 'hyperflex.ProxySettingPolicy' 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/hyperflex.ProxySettingPolicy.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": [
                    "hyperflex"
                ],
                "summary": "Create a 'hyperflex.ProxySettingPolicy' resource.",
                "operationId": "CreateHyperflexProxySettingPolicy",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "CREATE.hyperflex.ProxySettingPolicy",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage HyperFlex Cluster Profiles",
                            "ROLE.Account Administrator"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    },
                    {
                        "$ref": "#/components/parameters/IfNoneMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'hyperflex.ProxySettingPolicy' resource to create.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/hyperflex.ProxySettingPolicy"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'hyperflex.ProxySettingPolicy' resource was created as requested. The 'hyperflex.ProxySettingPolicy' 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/hyperflex.ProxySettingPolicy"
                                }
                            }
                        },
                        "links": {
                            "GetHyperflexProxySettingPolicyByMoid": {
                                "operationId": "GetHyperflexProxySettingPolicyByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/hyperflex/ProxySettingPolicies/{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/hyperflex/ProxySettingPolicies/{Moid}": {
            "get": {
                "tags": [
                    "hyperflex"
                ],
                "summary": "Read a 'hyperflex.ProxySettingPolicy' resource.",
                "operationId": "GetHyperflexProxySettingPolicyByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage HyperFlex Cluster Profiles",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only HyperFlex cluster profiles",
                            "PRIVSET.View HyperFlex Cluster Profiles",
                            "READ.hyperflex.ProxySettingPolicy",
                            "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 'hyperflex.ProxySettingPolicy' 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/hyperflex.ProxySettingPolicy"
                                }
                            },
                            "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": {
                            "GetHyperflexProxySettingPolicyByMoid": {
                                "operationId": "GetHyperflexProxySettingPolicyByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/hyperflex/ProxySettingPolicies/{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": [
                    "hyperflex"
                ],
                "summary": "Update a 'hyperflex.ProxySettingPolicy' resource.",
                "operationId": "UpdateHyperflexProxySettingPolicy",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage HyperFlex Cluster Profiles",
                            "ROLE.Account Administrator",
                            "UPDATE.hyperflex.ProxySettingPolicy"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'hyperflex.ProxySettingPolicy' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/hyperflex.ProxySettingPolicy"
                            }
                        },
                        "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 'hyperflex.ProxySettingPolicy' resource was modified as requested. The 'hyperflex.ProxySettingPolicy' 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/hyperflex.ProxySettingPolicy"
                                }
                            }
                        },
                        "links": {
                            "GetHyperflexProxySettingPolicyByMoid": {
                                "operationId": "GetHyperflexProxySettingPolicyByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/hyperflex/ProxySettingPolicies/{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": [
                    "hyperflex"
                ],
                "summary": "Update a 'hyperflex.ProxySettingPolicy' resource.",
                "operationId": "PatchHyperflexProxySettingPolicy",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage HyperFlex Cluster Profiles",
                            "ROLE.Account Administrator",
                            "UPDATE.hyperflex.ProxySettingPolicy"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'hyperflex.ProxySettingPolicy' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/hyperflex.ProxySettingPolicy"
                            }
                        },
                        "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 'hyperflex.ProxySettingPolicy' resource was patched as requested. The 'hyperflex.ProxySettingPolicy' 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/hyperflex.ProxySettingPolicy"
                                }
                            }
                        },
                        "links": {
                            "GetHyperflexProxySettingPolicyByMoid": {
                                "operationId": "GetHyperflexProxySettingPolicyByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/hyperflex/ProxySettingPolicies/{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": [
                    "hyperflex"
                ],
                "summary": "Delete a 'hyperflex.ProxySettingPolicy' resource.",
                "operationId": "DeleteHyperflexProxySettingPolicy",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "DELETE.hyperflex.ProxySettingPolicy",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage HyperFlex Cluster Profiles",
                            "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/hyperflex/ReduceReSyncs": {
            "get": {
                "tags": [
                    "hyperflex"
                ],
                "summary": "Read a 'hyperflex.ReduceReSync' resource.",
                "operationId": "GetHyperflexReduceReSyncList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage HyperFlex Cluster Profiles",
                            "PRIVSET.Manage HyperFlex Clusters",
                            "PRIVSET.Read-Only",
                            "PRIVSET.View HyperFlex Cluster Profiles",
                            "PRIVSET.View HyperFlex Clusters",
                            "READ.hyperflex.ReduceReSync",
                            "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 'hyperflex.ReduceReSync' 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/hyperflex.ReduceReSync.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": [
                    "hyperflex"
                ],
                "summary": "Create a 'hyperflex.ReduceReSync' resource.",
                "operationId": "CreateHyperflexReduceReSync",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "CREATE.hyperflex.ReduceReSync",
                            "PRIVSET.Account Administrator",
                            "ROLE.Account Administrator"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    },
                    {
                        "$ref": "#/components/parameters/IfNoneMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'hyperflex.ReduceReSync' resource to create.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/hyperflex.ReduceReSync"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'hyperflex.ReduceReSync' resource was created as requested. The 'hyperflex.ReduceReSync' 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/hyperflex.ReduceReSync"
                                }
                            }
                        },
                        "links": {
                            "GetHyperflexReduceReSyncByMoid": {
                                "operationId": "GetHyperflexReduceReSyncByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/hyperflex/ReduceReSyncs/{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/hyperflex/ReduceReSyncs/{Moid}": {
            "get": {
                "tags": [
                    "hyperflex"
                ],
                "summary": "Read a 'hyperflex.ReduceReSync' resource.",
                "operationId": "GetHyperflexReduceReSyncByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage HyperFlex Cluster Profiles",
                            "PRIVSET.Manage HyperFlex Clusters",
                            "PRIVSET.Read-Only",
                            "PRIVSET.View HyperFlex Cluster Profiles",
                            "PRIVSET.View HyperFlex Clusters",
                            "READ.hyperflex.ReduceReSync",
                            "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 'hyperflex.ReduceReSync' 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/hyperflex.ReduceReSync"
                                }
                            },
                            "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": {
                            "GetHyperflexReduceReSyncByMoid": {
                                "operationId": "GetHyperflexReduceReSyncByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/hyperflex/ReduceReSyncs/{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": [
                    "hyperflex"
                ],
                "summary": "Update a 'hyperflex.ReduceReSync' resource.",
                "operationId": "UpdateHyperflexReduceReSync",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "ROLE.Account Administrator",
                            "UPDATE.hyperflex.ReduceReSync"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'hyperflex.ReduceReSync' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/hyperflex.ReduceReSync"
                            }
                        },
                        "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 'hyperflex.ReduceReSync' resource was modified as requested. The 'hyperflex.ReduceReSync' 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/hyperflex.ReduceReSync"
                                }
                            }
                        },
                        "links": {
                            "GetHyperflexReduceReSyncByMoid": {
                                "operationId": "GetHyperflexReduceReSyncByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/hyperflex/ReduceReSyncs/{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": [
                    "hyperflex"
                ],
                "summary": "Update a 'hyperflex.ReduceReSync' resource.",
                "operationId": "PatchHyperflexReduceReSync",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "ROLE.Account Administrator",
                            "UPDATE.hyperflex.ReduceReSync"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'hyperflex.ReduceReSync' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/hyperflex.ReduceReSync"
                            }
                        },
                        "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 'hyperflex.ReduceReSync' resource was patched as requested. The 'hyperflex.ReduceReSync' 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/hyperflex.ReduceReSync"
                                }
                            }
                        },
                        "links": {
                            "GetHyperflexReduceReSyncByMoid": {
                                "operationId": "GetHyperflexReduceReSyncByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/hyperflex/ReduceReSyncs/{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/hyperflex/ServerFirmwareVersions": {
            "get": {
                "tags": [
                    "hyperflex"
                ],
                "summary": "Read a 'hyperflex.ServerFirmwareVersion' resource.",
                "operationId": "GetHyperflexServerFirmwareVersionList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage HyperFlex Cluster Profiles",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only HyperFlex cluster profiles",
                            "PRIVSET.View HyperFlex Cluster Profiles",
                            "READ.hyperflex.ServerFirmwareVersion",
                            "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 'hyperflex.ServerFirmwareVersion' 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/hyperflex.ServerFirmwareVersion.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/hyperflex/ServerFirmwareVersions/{Moid}": {
            "get": {
                "tags": [
                    "hyperflex"
                ],
                "summary": "Read a 'hyperflex.ServerFirmwareVersion' resource.",
                "operationId": "GetHyperflexServerFirmwareVersionByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage HyperFlex Cluster Profiles",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only HyperFlex cluster profiles",
                            "PRIVSET.View HyperFlex Cluster Profiles",
                            "READ.hyperflex.ServerFirmwareVersion",
                            "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 'hyperflex.ServerFirmwareVersion' 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/hyperflex.ServerFirmwareVersion"
                                }
                            },
                            "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": {
                            "GetHyperflexServerFirmwareVersionByMoid": {
                                "operationId": "GetHyperflexServerFirmwareVersionByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/hyperflex/ServerFirmwareVersions/{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/hyperflex/ServerFirmwareVersionEntries": {
            "get": {
                "tags": [
                    "hyperflex"
                ],
                "summary": "Read a 'hyperflex.ServerFirmwareVersionEntry' resource.",
                "operationId": "GetHyperflexServerFirmwareVersionEntryList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage HyperFlex Cluster Profiles",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only HyperFlex cluster profiles",
                            "PRIVSET.View HyperFlex Cluster Profiles",
                            "READ.hyperflex.ServerFirmwareVersionEntry",
                            "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 'hyperflex.ServerFirmwareVersionEntry' 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/hyperflex.ServerFirmwareVersionEntry.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/hyperflex/ServerFirmwareVersionEntries/{Moid}": {
            "get": {
                "tags": [
                    "hyperflex"
                ],
                "summary": "Read a 'hyperflex.ServerFirmwareVersionEntry' resource.",
                "operationId": "GetHyperflexServerFirmwareVersionEntryByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage HyperFlex Cluster Profiles",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only HyperFlex cluster profiles",
                            "PRIVSET.View HyperFlex Cluster Profiles",
                            "READ.hyperflex.ServerFirmwareVersionEntry",
                            "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 'hyperflex.ServerFirmwareVersionEntry' 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/hyperflex.ServerFirmwareVersionEntry"
                                }
                            },
                            "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": {
                            "GetHyperflexServerFirmwareVersionEntryByMoid": {
                                "operationId": "GetHyperflexServerFirmwareVersionEntryByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/hyperflex/ServerFirmwareVersionEntries/{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/hyperflex/ServerModels": {
            "get": {
                "tags": [
                    "hyperflex"
                ],
                "summary": "Read a 'hyperflex.ServerModel' resource.",
                "operationId": "GetHyperflexServerModelList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage HyperFlex Cluster Profiles",
                            "PRIVSET.Read-only HyperFlex cluster profiles",
                            "PRIVSET.View HyperFlex Cluster Profiles",
                            "READ.hyperflex.ServerModel",
                            "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 'hyperflex.ServerModel' 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/hyperflex.ServerModel.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/hyperflex/ServerModels/{Moid}": {
            "get": {
                "tags": [
                    "hyperflex"
                ],
                "summary": "Read a 'hyperflex.ServerModel' resource.",
                "operationId": "GetHyperflexServerModelByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage HyperFlex Cluster Profiles",
                            "PRIVSET.Read-only HyperFlex cluster profiles",
                            "PRIVSET.View HyperFlex Cluster Profiles",
                            "READ.hyperflex.ServerModel",
                            "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 'hyperflex.ServerModel' 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/hyperflex.ServerModel"
                                }
                            },
                            "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": {
                            "GetHyperflexServerModelByMoid": {
                                "operationId": "GetHyperflexServerModelByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/hyperflex/ServerModels/{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/hyperflex/ServiceAuthTokens": {
            "get": {
                "tags": [
                    "hyperflex"
                ],
                "summary": "Read a 'hyperflex.ServiceAuthToken' resource.",
                "operationId": "GetHyperflexServiceAuthTokenList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.HyperFlex Cluster Administrator",
                            "PRIVSET.Kubernetes Administrator",
                            "PRIVSET.Kubernetes Operator",
                            "PRIVSET.Manage Storage Arrays",
                            "PRIVSET.Read-Only",
                            "PRIVSET.View Storage Arrays",
                            "READ.hyperflex.ServiceAuthToken",
                            "ROLE.Account Administrator",
                            "ROLE.HyperFlex Cluster Administrator",
                            "ROLE.Kubernetes Administrator",
                            "ROLE.Kubernetes 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 'hyperflex.ServiceAuthToken' 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/hyperflex.ServiceAuthToken.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": [
                    "hyperflex"
                ],
                "summary": "Create a 'hyperflex.ServiceAuthToken' resource.",
                "operationId": "CreateHyperflexServiceAuthToken",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "CREATE.hyperflex.ServiceAuthToken",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.HyperFlex Cluster Administrator",
                            "PRIVSET.Kubernetes Administrator",
                            "PRIVSET.Kubernetes Operator",
                            "ROLE.Account Administrator",
                            "ROLE.HyperFlex Cluster Administrator",
                            "ROLE.Kubernetes Administrator",
                            "ROLE.Kubernetes Operator"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    },
                    {
                        "$ref": "#/components/parameters/IfNoneMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'hyperflex.ServiceAuthToken' resource to create.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/hyperflex.ServiceAuthToken"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'hyperflex.ServiceAuthToken' resource was created as requested. The 'hyperflex.ServiceAuthToken' 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/hyperflex.ServiceAuthToken"
                                }
                            }
                        },
                        "links": {
                            "GetHyperflexServiceAuthTokenByMoid": {
                                "operationId": "GetHyperflexServiceAuthTokenByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/hyperflex/ServiceAuthTokens/{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/hyperflex/ServiceAuthTokens/{Moid}": {
            "get": {
                "tags": [
                    "hyperflex"
                ],
                "summary": "Read a 'hyperflex.ServiceAuthToken' resource.",
                "operationId": "GetHyperflexServiceAuthTokenByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.HyperFlex Cluster Administrator",
                            "PRIVSET.Kubernetes Administrator",
                            "PRIVSET.Kubernetes Operator",
                            "PRIVSET.Manage Storage Arrays",
                            "PRIVSET.Read-Only",
                            "PRIVSET.View Storage Arrays",
                            "READ.hyperflex.ServiceAuthToken",
                            "ROLE.Account Administrator",
                            "ROLE.HyperFlex Cluster Administrator",
                            "ROLE.Kubernetes Administrator",
                            "ROLE.Kubernetes 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 'hyperflex.ServiceAuthToken' 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/hyperflex.ServiceAuthToken"
                                }
                            },
                            "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": {
                            "GetHyperflexServiceAuthTokenByMoid": {
                                "operationId": "GetHyperflexServiceAuthTokenByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/hyperflex/ServiceAuthTokens/{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": [
                    "hyperflex"
                ],
                "summary": "Update a 'hyperflex.ServiceAuthToken' resource.",
                "operationId": "UpdateHyperflexServiceAuthToken",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.HyperFlex Cluster Administrator",
                            "PRIVSET.Kubernetes Administrator",
                            "PRIVSET.Kubernetes Operator",
                            "ROLE.Account Administrator",
                            "ROLE.HyperFlex Cluster Administrator",
                            "ROLE.Kubernetes Administrator",
                            "ROLE.Kubernetes Operator",
                            "UPDATE.hyperflex.ServiceAuthToken"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'hyperflex.ServiceAuthToken' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/hyperflex.ServiceAuthToken"
                            }
                        },
                        "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 'hyperflex.ServiceAuthToken' resource was modified as requested. The 'hyperflex.ServiceAuthToken' 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/hyperflex.ServiceAuthToken"
                                }
                            }
                        },
                        "links": {
                            "GetHyperflexServiceAuthTokenByMoid": {
                                "operationId": "GetHyperflexServiceAuthTokenByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/hyperflex/ServiceAuthTokens/{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": [
                    "hyperflex"
                ],
                "summary": "Update a 'hyperflex.ServiceAuthToken' resource.",
                "operationId": "PatchHyperflexServiceAuthToken",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.HyperFlex Cluster Administrator",
                            "PRIVSET.Kubernetes Administrator",
                            "PRIVSET.Kubernetes Operator",
                            "ROLE.Account Administrator",
                            "ROLE.HyperFlex Cluster Administrator",
                            "ROLE.Kubernetes Administrator",
                            "ROLE.Kubernetes Operator",
                            "UPDATE.hyperflex.ServiceAuthToken"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'hyperflex.ServiceAuthToken' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/hyperflex.ServiceAuthToken"
                            }
                        },
                        "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 'hyperflex.ServiceAuthToken' resource was patched as requested. The 'hyperflex.ServiceAuthToken' 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/hyperflex.ServiceAuthToken"
                                }
                            }
                        },
                        "links": {
                            "GetHyperflexServiceAuthTokenByMoid": {
                                "operationId": "GetHyperflexServiceAuthTokenByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/hyperflex/ServiceAuthTokens/{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": [
                    "hyperflex"
                ],
                "summary": "Delete a 'hyperflex.ServiceAuthToken' resource.",
                "operationId": "DeleteHyperflexServiceAuthToken",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "DELETE.hyperflex.ServiceAuthToken",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.HyperFlex Cluster Administrator",
                            "PRIVSET.Kubernetes Administrator",
                            "PRIVSET.Kubernetes Operator",
                            "ROLE.Account Administrator",
                            "ROLE.HyperFlex Cluster Administrator",
                            "ROLE.Kubernetes Administrator",
                            "ROLE.Kubernetes 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/hyperflex/SoftwareDistributionComponents": {
            "get": {
                "tags": [
                    "hyperflex"
                ],
                "summary": "Read a 'hyperflex.SoftwareDistributionComponent' resource.",
                "operationId": "GetHyperflexSoftwareDistributionComponentList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage HyperFlex Cluster Profiles",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only HyperFlex cluster profiles",
                            "PRIVSET.View HyperFlex Cluster Profiles",
                            "READ.hyperflex.SoftwareDistributionComponent",
                            "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 'hyperflex.SoftwareDistributionComponent' 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/hyperflex.SoftwareDistributionComponent.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/hyperflex/SoftwareDistributionComponents/{Moid}": {
            "get": {
                "tags": [
                    "hyperflex"
                ],
                "summary": "Read a 'hyperflex.SoftwareDistributionComponent' resource.",
                "operationId": "GetHyperflexSoftwareDistributionComponentByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage HyperFlex Cluster Profiles",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only HyperFlex cluster profiles",
                            "PRIVSET.View HyperFlex Cluster Profiles",
                            "READ.hyperflex.SoftwareDistributionComponent",
                            "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 'hyperflex.SoftwareDistributionComponent' 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/hyperflex.SoftwareDistributionComponent"
                                }
                            },
                            "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": {
                            "GetHyperflexSoftwareDistributionComponentByMoid": {
                                "operationId": "GetHyperflexSoftwareDistributionComponentByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/hyperflex/SoftwareDistributionComponents/{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/hyperflex/SoftwareDistributionEntries": {
            "get": {
                "tags": [
                    "hyperflex"
                ],
                "summary": "Read a 'hyperflex.SoftwareDistributionEntry' resource.",
                "operationId": "GetHyperflexSoftwareDistributionEntryList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage HyperFlex Cluster Profiles",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only HyperFlex cluster profiles",
                            "PRIVSET.View HyperFlex Cluster Profiles",
                            "READ.hyperflex.SoftwareDistributionEntry",
                            "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 'hyperflex.SoftwareDistributionEntry' 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/hyperflex.SoftwareDistributionEntry.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/hyperflex/SoftwareDistributionEntries/{Moid}": {
            "get": {
                "tags": [
                    "hyperflex"
                ],
                "summary": "Read a 'hyperflex.SoftwareDistributionEntry' resource.",
                "operationId": "GetHyperflexSoftwareDistributionEntryByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage HyperFlex Cluster Profiles",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only HyperFlex cluster profiles",
                            "PRIVSET.View HyperFlex Cluster Profiles",
                            "READ.hyperflex.SoftwareDistributionEntry",
                            "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 'hyperflex.SoftwareDistributionEntry' 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/hyperflex.SoftwareDistributionEntry"
                                }
                            },
                            "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": {
                            "GetHyperflexSoftwareDistributionEntryByMoid": {
                                "operationId": "GetHyperflexSoftwareDistributionEntryByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/hyperflex/SoftwareDistributionEntries/{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/hyperflex/SoftwareDistributionVersions": {
            "get": {
                "tags": [
                    "hyperflex"
                ],
                "summary": "Read a 'hyperflex.SoftwareDistributionVersion' resource.",
                "operationId": "GetHyperflexSoftwareDistributionVersionList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage HyperFlex Cluster Profiles",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only HyperFlex cluster profiles",
                            "PRIVSET.View HyperFlex Cluster Profiles",
                            "READ.hyperflex.SoftwareDistributionVersion",
                            "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 'hyperflex.SoftwareDistributionVersion' 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/hyperflex.SoftwareDistributionVersion.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/hyperflex/SoftwareDistributionVersions/{Moid}": {
            "get": {
                "tags": [
                    "hyperflex"
                ],
                "summary": "Read a 'hyperflex.SoftwareDistributionVersion' resource.",
                "operationId": "GetHyperflexSoftwareDistributionVersionByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage HyperFlex Cluster Profiles",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only HyperFlex cluster profiles",
                            "PRIVSET.View HyperFlex Cluster Profiles",
                            "READ.hyperflex.SoftwareDistributionVersion",
                            "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 'hyperflex.SoftwareDistributionVersion' 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/hyperflex.SoftwareDistributionVersion"
                                }
                            },
                            "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": {
                            "GetHyperflexSoftwareDistributionVersionByMoid": {
                                "operationId": "GetHyperflexSoftwareDistributionVersionByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/hyperflex/SoftwareDistributionVersions/{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/hyperflex/SoftwareVersionPolicies": {
            "get": {
                "tags": [
                    "hyperflex"
                ],
                "summary": "Read a 'hyperflex.SoftwareVersionPolicy' resource.",
                "operationId": "GetHyperflexSoftwareVersionPolicyList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage HyperFlex Cluster Profiles",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only HyperFlex cluster profiles",
                            "PRIVSET.View HyperFlex Cluster Profiles",
                            "READ.hyperflex.SoftwareVersionPolicy",
                            "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 'hyperflex.SoftwareVersionPolicy' 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/hyperflex.SoftwareVersionPolicy.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": [
                    "hyperflex"
                ],
                "summary": "Create a 'hyperflex.SoftwareVersionPolicy' resource.",
                "operationId": "CreateHyperflexSoftwareVersionPolicy",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "CREATE.hyperflex.SoftwareVersionPolicy",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage HyperFlex Cluster Profiles",
                            "ROLE.Account Administrator"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    },
                    {
                        "$ref": "#/components/parameters/IfNoneMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'hyperflex.SoftwareVersionPolicy' resource to create.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/hyperflex.SoftwareVersionPolicy"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'hyperflex.SoftwareVersionPolicy' resource was created as requested. The 'hyperflex.SoftwareVersionPolicy' 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/hyperflex.SoftwareVersionPolicy"
                                }
                            }
                        },
                        "links": {
                            "GetHyperflexSoftwareVersionPolicyByMoid": {
                                "operationId": "GetHyperflexSoftwareVersionPolicyByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/hyperflex/SoftwareVersionPolicies/{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/hyperflex/SoftwareVersionPolicies/{Moid}": {
            "get": {
                "tags": [
                    "hyperflex"
                ],
                "summary": "Read a 'hyperflex.SoftwareVersionPolicy' resource.",
                "operationId": "GetHyperflexSoftwareVersionPolicyByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage HyperFlex Cluster Profiles",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only HyperFlex cluster profiles",
                            "PRIVSET.View HyperFlex Cluster Profiles",
                            "READ.hyperflex.SoftwareVersionPolicy",
                            "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 'hyperflex.SoftwareVersionPolicy' 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/hyperflex.SoftwareVersionPolicy"
                                }
                            },
                            "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": {
                            "GetHyperflexSoftwareVersionPolicyByMoid": {
                                "operationId": "GetHyperflexSoftwareVersionPolicyByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/hyperflex/SoftwareVersionPolicies/{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": [
                    "hyperflex"
                ],
                "summary": "Update a 'hyperflex.SoftwareVersionPolicy' resource.",
                "operationId": "UpdateHyperflexSoftwareVersionPolicy",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage HyperFlex Cluster Profiles",
                            "ROLE.Account Administrator",
                            "UPDATE.hyperflex.SoftwareVersionPolicy"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'hyperflex.SoftwareVersionPolicy' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/hyperflex.SoftwareVersionPolicy"
                            }
                        },
                        "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 'hyperflex.SoftwareVersionPolicy' resource was modified as requested. The 'hyperflex.SoftwareVersionPolicy' 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/hyperflex.SoftwareVersionPolicy"
                                }
                            }
                        },
                        "links": {
                            "GetHyperflexSoftwareVersionPolicyByMoid": {
                                "operationId": "GetHyperflexSoftwareVersionPolicyByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/hyperflex/SoftwareVersionPolicies/{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": [
                    "hyperflex"
                ],
                "summary": "Update a 'hyperflex.SoftwareVersionPolicy' resource.",
                "operationId": "PatchHyperflexSoftwareVersionPolicy",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage HyperFlex Cluster Profiles",
                            "ROLE.Account Administrator",
                            "UPDATE.hyperflex.SoftwareVersionPolicy"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'hyperflex.SoftwareVersionPolicy' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/hyperflex.SoftwareVersionPolicy"
                            }
                        },
                        "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 'hyperflex.SoftwareVersionPolicy' resource was patched as requested. The 'hyperflex.SoftwareVersionPolicy' 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/hyperflex.SoftwareVersionPolicy"
                                }
                            }
                        },
                        "links": {
                            "GetHyperflexSoftwareVersionPolicyByMoid": {
                                "operationId": "GetHyperflexSoftwareVersionPolicyByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/hyperflex/SoftwareVersionPolicies/{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": [
                    "hyperflex"
                ],
                "summary": "Delete a 'hyperflex.SoftwareVersionPolicy' resource.",
                "operationId": "DeleteHyperflexSoftwareVersionPolicy",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "DELETE.hyperflex.SoftwareVersionPolicy",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage HyperFlex Cluster Profiles",
                            "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/hyperflex/StartReduceReSyncs": {
            "get": {
                "tags": [
                    "hyperflex"
                ],
                "summary": "Read a 'hyperflex.StartReduceReSync' resource.",
                "operationId": "GetHyperflexStartReduceReSyncList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "READ.hyperflex.StartReduceReSync",
                            "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 'hyperflex.StartReduceReSync' 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/hyperflex.StartReduceReSync.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": [
                    "hyperflex"
                ],
                "summary": "Create a 'hyperflex.StartReduceReSync' resource.",
                "operationId": "CreateHyperflexStartReduceReSync",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "CREATE.hyperflex.StartReduceReSync",
                            "PRIVSET.Account Administrator",
                            "ROLE.Account Administrator"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    },
                    {
                        "$ref": "#/components/parameters/IfNoneMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'hyperflex.StartReduceReSync' resource to create.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/hyperflex.StartReduceReSync"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'hyperflex.StartReduceReSync' resource was created as requested. The 'hyperflex.StartReduceReSync' 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/hyperflex.StartReduceReSync"
                                }
                            }
                        },
                        "links": {
                            "GetHyperflexStartReduceReSyncByMoid": {
                                "operationId": "GetHyperflexStartReduceReSyncByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/hyperflex/StartReduceReSyncs/{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/hyperflex/StartReduceReSyncs/{Moid}": {
            "get": {
                "tags": [
                    "hyperflex"
                ],
                "summary": "Read a 'hyperflex.StartReduceReSync' resource.",
                "operationId": "GetHyperflexStartReduceReSyncByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "READ.hyperflex.StartReduceReSync",
                            "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 'hyperflex.StartReduceReSync' 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/hyperflex.StartReduceReSync"
                                }
                            },
                            "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": {
                            "GetHyperflexStartReduceReSyncByMoid": {
                                "operationId": "GetHyperflexStartReduceReSyncByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/hyperflex/StartReduceReSyncs/{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/hyperflex/StorageContainers": {
            "get": {
                "tags": [
                    "hyperflex"
                ],
                "summary": "Read a 'hyperflex.StorageContainer' resource.",
                "operationId": "GetHyperflexStorageContainerList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage HyperFlex Clusters",
                            "PRIVSET.Manage Storage Arrays",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only HyperFlex clusters",
                            "PRIVSET.View Storage Arrays",
                            "READ.hyperflex.StorageContainer",
                            "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 'hyperflex.StorageContainer' 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/hyperflex.StorageContainer.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/hyperflex/StorageContainers/{Moid}": {
            "get": {
                "tags": [
                    "hyperflex"
                ],
                "summary": "Read a 'hyperflex.StorageContainer' resource.",
                "operationId": "GetHyperflexStorageContainerByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage HyperFlex Clusters",
                            "PRIVSET.Manage Storage Arrays",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only HyperFlex clusters",
                            "PRIVSET.View Storage Arrays",
                            "READ.hyperflex.StorageContainer",
                            "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 'hyperflex.StorageContainer' 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/hyperflex.StorageContainer"
                                }
                            },
                            "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": {
                            "GetHyperflexStorageContainerByMoid": {
                                "operationId": "GetHyperflexStorageContainerByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/hyperflex/StorageContainers/{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": [
                    "hyperflex"
                ],
                "summary": "Update a 'hyperflex.StorageContainer' resource.",
                "operationId": "UpdateHyperflexStorageContainer",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage HyperFlex Clusters",
                            "ROLE.Account Administrator",
                            "UPDATE.hyperflex.StorageContainer"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'hyperflex.StorageContainer' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/hyperflex.StorageContainer"
                            }
                        },
                        "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 'hyperflex.StorageContainer' resource was modified as requested. The 'hyperflex.StorageContainer' 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/hyperflex.StorageContainer"
                                }
                            }
                        },
                        "links": {
                            "GetHyperflexStorageContainerByMoid": {
                                "operationId": "GetHyperflexStorageContainerByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/hyperflex/StorageContainers/{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": [
                    "hyperflex"
                ],
                "summary": "Update a 'hyperflex.StorageContainer' resource.",
                "operationId": "PatchHyperflexStorageContainer",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage HyperFlex Clusters",
                            "ROLE.Account Administrator",
                            "UPDATE.hyperflex.StorageContainer"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'hyperflex.StorageContainer' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/hyperflex.StorageContainer"
                            }
                        },
                        "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 'hyperflex.StorageContainer' resource was patched as requested. The 'hyperflex.StorageContainer' 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/hyperflex.StorageContainer"
                                }
                            }
                        },
                        "links": {
                            "GetHyperflexStorageContainerByMoid": {
                                "operationId": "GetHyperflexStorageContainerByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/hyperflex/StorageContainers/{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/hyperflex/SysConfigPolicies": {
            "get": {
                "tags": [
                    "hyperflex"
                ],
                "summary": "Read a 'hyperflex.SysConfigPolicy' resource.",
                "operationId": "GetHyperflexSysConfigPolicyList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage HyperFlex Cluster Profiles",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only HyperFlex cluster profiles",
                            "PRIVSET.View HyperFlex Cluster Profiles",
                            "READ.hyperflex.SysConfigPolicy",
                            "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 'hyperflex.SysConfigPolicy' 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/hyperflex.SysConfigPolicy.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": [
                    "hyperflex"
                ],
                "summary": "Create a 'hyperflex.SysConfigPolicy' resource.",
                "operationId": "CreateHyperflexSysConfigPolicy",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "CREATE.hyperflex.SysConfigPolicy",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage HyperFlex Cluster Profiles",
                            "ROLE.Account Administrator"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    },
                    {
                        "$ref": "#/components/parameters/IfNoneMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'hyperflex.SysConfigPolicy' resource to create.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/hyperflex.SysConfigPolicy"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'hyperflex.SysConfigPolicy' resource was created as requested. The 'hyperflex.SysConfigPolicy' 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/hyperflex.SysConfigPolicy"
                                }
                            }
                        },
                        "links": {
                            "GetHyperflexSysConfigPolicyByMoid": {
                                "operationId": "GetHyperflexSysConfigPolicyByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/hyperflex/SysConfigPolicies/{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/hyperflex/SysConfigPolicies/{Moid}": {
            "get": {
                "tags": [
                    "hyperflex"
                ],
                "summary": "Read a 'hyperflex.SysConfigPolicy' resource.",
                "operationId": "GetHyperflexSysConfigPolicyByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage HyperFlex Cluster Profiles",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only HyperFlex cluster profiles",
                            "PRIVSET.View HyperFlex Cluster Profiles",
                            "READ.hyperflex.SysConfigPolicy",
                            "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 'hyperflex.SysConfigPolicy' 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/hyperflex.SysConfigPolicy"
                                }
                            },
                            "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": {
                            "GetHyperflexSysConfigPolicyByMoid": {
                                "operationId": "GetHyperflexSysConfigPolicyByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/hyperflex/SysConfigPolicies/{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": [
                    "hyperflex"
                ],
                "summary": "Update a 'hyperflex.SysConfigPolicy' resource.",
                "operationId": "UpdateHyperflexSysConfigPolicy",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage HyperFlex Cluster Profiles",
                            "ROLE.Account Administrator",
                            "UPDATE.hyperflex.SysConfigPolicy"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'hyperflex.SysConfigPolicy' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/hyperflex.SysConfigPolicy"
                            }
                        },
                        "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 'hyperflex.SysConfigPolicy' resource was modified as requested. The 'hyperflex.SysConfigPolicy' 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/hyperflex.SysConfigPolicy"
                                }
                            }
                        },
                        "links": {
                            "GetHyperflexSysConfigPolicyByMoid": {
                                "operationId": "GetHyperflexSysConfigPolicyByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/hyperflex/SysConfigPolicies/{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": [
                    "hyperflex"
                ],
                "summary": "Update a 'hyperflex.SysConfigPolicy' resource.",
                "operationId": "PatchHyperflexSysConfigPolicy",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage HyperFlex Cluster Profiles",
                            "ROLE.Account Administrator",
                            "UPDATE.hyperflex.SysConfigPolicy"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'hyperflex.SysConfigPolicy' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/hyperflex.SysConfigPolicy"
                            }
                        },
                        "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 'hyperflex.SysConfigPolicy' resource was patched as requested. The 'hyperflex.SysConfigPolicy' 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/hyperflex.SysConfigPolicy"
                                }
                            }
                        },
                        "links": {
                            "GetHyperflexSysConfigPolicyByMoid": {
                                "operationId": "GetHyperflexSysConfigPolicyByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/hyperflex/SysConfigPolicies/{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": [
                    "hyperflex"
                ],
                "summary": "Delete a 'hyperflex.SysConfigPolicy' resource.",
                "operationId": "DeleteHyperflexSysConfigPolicy",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "DELETE.hyperflex.SysConfigPolicy",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage HyperFlex Cluster Profiles",
                            "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/hyperflex/Targets": {
            "get": {
                "tags": [
                    "hyperflex"
                ],
                "summary": "Read a 'hyperflex.Target' resource.",
                "operationId": "GetHyperflexTargetList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage HyperFlex Clusters",
                            "PRIVSET.Manage Storage Arrays",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only HyperFlex clusters",
                            "PRIVSET.View Storage Arrays",
                            "READ.hyperflex.Target",
                            "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 'hyperflex.Target' 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/hyperflex.Target.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/hyperflex/Targets/{Moid}": {
            "get": {
                "tags": [
                    "hyperflex"
                ],
                "summary": "Read a 'hyperflex.Target' resource.",
                "operationId": "GetHyperflexTargetByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage HyperFlex Clusters",
                            "PRIVSET.Manage Storage Arrays",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only HyperFlex clusters",
                            "PRIVSET.View Storage Arrays",
                            "READ.hyperflex.Target",
                            "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 'hyperflex.Target' 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/hyperflex.Target"
                                }
                            },
                            "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": {
                            "GetHyperflexTargetByMoid": {
                                "operationId": "GetHyperflexTargetByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/hyperflex/Targets/{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": [
                    "hyperflex"
                ],
                "summary": "Update a 'hyperflex.Target' resource.",
                "operationId": "UpdateHyperflexTarget",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage HyperFlex Clusters",
                            "ROLE.Account Administrator",
                            "UPDATE.hyperflex.Target"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'hyperflex.Target' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/hyperflex.Target"
                            }
                        },
                        "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 'hyperflex.Target' resource was modified as requested. The 'hyperflex.Target' 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/hyperflex.Target"
                                }
                            }
                        },
                        "links": {
                            "GetHyperflexTargetByMoid": {
                                "operationId": "GetHyperflexTargetByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/hyperflex/Targets/{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": [
                    "hyperflex"
                ],
                "summary": "Update a 'hyperflex.Target' resource.",
                "operationId": "PatchHyperflexTarget",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage HyperFlex Clusters",
                            "ROLE.Account Administrator",
                            "UPDATE.hyperflex.Target"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'hyperflex.Target' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/hyperflex.Target"
                            }
                        },
                        "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 'hyperflex.Target' resource was patched as requested. The 'hyperflex.Target' 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/hyperflex.Target"
                                }
                            }
                        },
                        "links": {
                            "GetHyperflexTargetByMoid": {
                                "operationId": "GetHyperflexTargetByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/hyperflex/Targets/{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/hyperflex/UcsmConfigPolicies": {
            "get": {
                "tags": [
                    "hyperflex"
                ],
                "summary": "Read a 'hyperflex.UcsmConfigPolicy' resource.",
                "operationId": "GetHyperflexUcsmConfigPolicyList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage HyperFlex Cluster Profiles",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only HyperFlex cluster profiles",
                            "PRIVSET.View HyperFlex Cluster Profiles",
                            "READ.hyperflex.UcsmConfigPolicy",
                            "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 'hyperflex.UcsmConfigPolicy' 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/hyperflex.UcsmConfigPolicy.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": [
                    "hyperflex"
                ],
                "summary": "Create a 'hyperflex.UcsmConfigPolicy' resource.",
                "operationId": "CreateHyperflexUcsmConfigPolicy",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "CREATE.hyperflex.UcsmConfigPolicy",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage HyperFlex Cluster Profiles",
                            "ROLE.Account Administrator"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    },
                    {
                        "$ref": "#/components/parameters/IfNoneMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'hyperflex.UcsmConfigPolicy' resource to create.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/hyperflex.UcsmConfigPolicy"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'hyperflex.UcsmConfigPolicy' resource was created as requested. The 'hyperflex.UcsmConfigPolicy' 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/hyperflex.UcsmConfigPolicy"
                                }
                            }
                        },
                        "links": {
                            "GetHyperflexUcsmConfigPolicyByMoid": {
                                "operationId": "GetHyperflexUcsmConfigPolicyByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/hyperflex/UcsmConfigPolicies/{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/hyperflex/UcsmConfigPolicies/{Moid}": {
            "get": {
                "tags": [
                    "hyperflex"
                ],
                "summary": "Read a 'hyperflex.UcsmConfigPolicy' resource.",
                "operationId": "GetHyperflexUcsmConfigPolicyByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage HyperFlex Cluster Profiles",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only HyperFlex cluster profiles",
                            "PRIVSET.View HyperFlex Cluster Profiles",
                            "READ.hyperflex.UcsmConfigPolicy",
                            "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 'hyperflex.UcsmConfigPolicy' 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/hyperflex.UcsmConfigPolicy"
                                }
                            },
                            "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": {
                            "GetHyperflexUcsmConfigPolicyByMoid": {
                                "operationId": "GetHyperflexUcsmConfigPolicyByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/hyperflex/UcsmConfigPolicies/{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": [
                    "hyperflex"
                ],
                "summary": "Update a 'hyperflex.UcsmConfigPolicy' resource.",
                "operationId": "UpdateHyperflexUcsmConfigPolicy",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage HyperFlex Cluster Profiles",
                            "ROLE.Account Administrator",
                            "UPDATE.hyperflex.UcsmConfigPolicy"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'hyperflex.UcsmConfigPolicy' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/hyperflex.UcsmConfigPolicy"
                            }
                        },
                        "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 'hyperflex.UcsmConfigPolicy' resource was modified as requested. The 'hyperflex.UcsmConfigPolicy' 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/hyperflex.UcsmConfigPolicy"
                                }
                            }
                        },
                        "links": {
                            "GetHyperflexUcsmConfigPolicyByMoid": {
                                "operationId": "GetHyperflexUcsmConfigPolicyByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/hyperflex/UcsmConfigPolicies/{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": [
                    "hyperflex"
                ],
                "summary": "Update a 'hyperflex.UcsmConfigPolicy' resource.",
                "operationId": "PatchHyperflexUcsmConfigPolicy",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage HyperFlex Cluster Profiles",
                            "ROLE.Account Administrator",
                            "UPDATE.hyperflex.UcsmConfigPolicy"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'hyperflex.UcsmConfigPolicy' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/hyperflex.UcsmConfigPolicy"
                            }
                        },
                        "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 'hyperflex.UcsmConfigPolicy' resource was patched as requested. The 'hyperflex.UcsmConfigPolicy' 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/hyperflex.UcsmConfigPolicy"
                                }
                            }
                        },
                        "links": {
                            "GetHyperflexUcsmConfigPolicyByMoid": {
                                "operationId": "GetHyperflexUcsmConfigPolicyByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/hyperflex/UcsmConfigPolicies/{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": [
                    "hyperflex"
                ],
                "summary": "Delete a 'hyperflex.UcsmConfigPolicy' resource.",
                "operationId": "DeleteHyperflexUcsmConfigPolicy",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "DELETE.hyperflex.UcsmConfigPolicy",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage HyperFlex Cluster Profiles",
                            "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/hyperflex/VcenterConfigPolicies": {
            "get": {
                "tags": [
                    "hyperflex"
                ],
                "summary": "Read a 'hyperflex.VcenterConfigPolicy' resource.",
                "operationId": "GetHyperflexVcenterConfigPolicyList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage HyperFlex Cluster Profiles",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only HyperFlex cluster profiles",
                            "PRIVSET.View HyperFlex Cluster Profiles",
                            "READ.hyperflex.VcenterConfigPolicy",
                            "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 'hyperflex.VcenterConfigPolicy' 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/hyperflex.VcenterConfigPolicy.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": [
                    "hyperflex"
                ],
                "summary": "Create a 'hyperflex.VcenterConfigPolicy' resource.",
                "operationId": "CreateHyperflexVcenterConfigPolicy",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "CREATE.hyperflex.VcenterConfigPolicy",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage HyperFlex Cluster Profiles",
                            "ROLE.Account Administrator"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    },
                    {
                        "$ref": "#/components/parameters/IfNoneMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'hyperflex.VcenterConfigPolicy' resource to create.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/hyperflex.VcenterConfigPolicy"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'hyperflex.VcenterConfigPolicy' resource was created as requested. The 'hyperflex.VcenterConfigPolicy' 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/hyperflex.VcenterConfigPolicy"
                                }
                            }
                        },
                        "links": {
                            "GetHyperflexVcenterConfigPolicyByMoid": {
                                "operationId": "GetHyperflexVcenterConfigPolicyByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/hyperflex/VcenterConfigPolicies/{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/hyperflex/VcenterConfigPolicies/{Moid}": {
            "get": {
                "tags": [
                    "hyperflex"
                ],
                "summary": "Read a 'hyperflex.VcenterConfigPolicy' resource.",
                "operationId": "GetHyperflexVcenterConfigPolicyByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage HyperFlex Cluster Profiles",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only HyperFlex cluster profiles",
                            "PRIVSET.View HyperFlex Cluster Profiles",
                            "READ.hyperflex.VcenterConfigPolicy",
                            "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 'hyperflex.VcenterConfigPolicy' 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/hyperflex.VcenterConfigPolicy"
                                }
                            },
                            "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": {
                            "GetHyperflexVcenterConfigPolicyByMoid": {
                                "operationId": "GetHyperflexVcenterConfigPolicyByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/hyperflex/VcenterConfigPolicies/{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": [
                    "hyperflex"
                ],
                "summary": "Update a 'hyperflex.VcenterConfigPolicy' resource.",
                "operationId": "UpdateHyperflexVcenterConfigPolicy",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage HyperFlex Cluster Profiles",
                            "ROLE.Account Administrator",
                            "UPDATE.hyperflex.VcenterConfigPolicy"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'hyperflex.VcenterConfigPolicy' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/hyperflex.VcenterConfigPolicy"
                            }
                        },
                        "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 'hyperflex.VcenterConfigPolicy' resource was modified as requested. The 'hyperflex.VcenterConfigPolicy' 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/hyperflex.VcenterConfigPolicy"
                                }
                            }
                        },
                        "links": {
                            "GetHyperflexVcenterConfigPolicyByMoid": {
                                "operationId": "GetHyperflexVcenterConfigPolicyByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/hyperflex/VcenterConfigPolicies/{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": [
                    "hyperflex"
                ],
                "summary": "Update a 'hyperflex.VcenterConfigPolicy' resource.",
                "operationId": "PatchHyperflexVcenterConfigPolicy",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage HyperFlex Cluster Profiles",
                            "ROLE.Account Administrator",
                            "UPDATE.hyperflex.VcenterConfigPolicy"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'hyperflex.VcenterConfigPolicy' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/hyperflex.VcenterConfigPolicy"
                            }
                        },
                        "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 'hyperflex.VcenterConfigPolicy' resource was patched as requested. The 'hyperflex.VcenterConfigPolicy' 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/hyperflex.VcenterConfigPolicy"
                                }
                            }
                        },
                        "links": {
                            "GetHyperflexVcenterConfigPolicyByMoid": {
                                "operationId": "GetHyperflexVcenterConfigPolicyByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/hyperflex/VcenterConfigPolicies/{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": [
                    "hyperflex"
                ],
                "summary": "Delete a 'hyperflex.VcenterConfigPolicy' resource.",
                "operationId": "DeleteHyperflexVcenterConfigPolicy",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "DELETE.hyperflex.VcenterConfigPolicy",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage HyperFlex Cluster Profiles",
                            "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/hyperflex/VmBackupInfos": {
            "get": {
                "tags": [
                    "hyperflex"
                ],
                "summary": "Read a 'hyperflex.VmBackupInfo' resource.",
                "operationId": "GetHyperflexVmBackupInfoList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage HyperFlex Clusters",
                            "PRIVSET.Read-Only",
                            "PRIVSET.View HyperFlex Clusters",
                            "READ.hyperflex.VmBackupInfo",
                            "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 'hyperflex.VmBackupInfo' 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/hyperflex.VmBackupInfo.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/hyperflex/VmBackupInfos/{Moid}": {
            "get": {
                "tags": [
                    "hyperflex"
                ],
                "summary": "Read a 'hyperflex.VmBackupInfo' resource.",
                "operationId": "GetHyperflexVmBackupInfoByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage HyperFlex Clusters",
                            "PRIVSET.Read-Only",
                            "PRIVSET.View HyperFlex Clusters",
                            "READ.hyperflex.VmBackupInfo",
                            "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 'hyperflex.VmBackupInfo' 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/hyperflex.VmBackupInfo"
                                }
                            },
                            "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": {
                            "GetHyperflexVmBackupInfoByMoid": {
                                "operationId": "GetHyperflexVmBackupInfoByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/hyperflex/VmBackupInfos/{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": [
                    "hyperflex"
                ],
                "summary": "Delete a 'hyperflex.VmBackupInfo' resource.",
                "operationId": "DeleteHyperflexVmBackupInfo",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "DELETE.hyperflex.VmBackupInfo",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage HyperFlex Clusters",
                            "PRIVSET.Read-Only",
                            "PRIVSET.View HyperFlex Clusters",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "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/hyperflex/VmImportOperations": {
            "get": {
                "tags": [
                    "hyperflex"
                ],
                "summary": "Read a 'hyperflex.VmImportOperation' resource.",
                "operationId": "GetHyperflexVmImportOperationList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage HyperFlex Cluster Profiles",
                            "PRIVSET.Manage HyperFlex Clusters",
                            "PRIVSET.Read-Only",
                            "PRIVSET.View HyperFlex Cluster Profiles",
                            "PRIVSET.View HyperFlex Clusters",
                            "READ.hyperflex.VmImportOperation",
                            "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 'hyperflex.VmImportOperation' 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/hyperflex.VmImportOperation.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": [
                    "hyperflex"
                ],
                "summary": "Create a 'hyperflex.VmImportOperation' resource.",
                "operationId": "CreateHyperflexVmImportOperation",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "CREATE.hyperflex.VmImportOperation",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage HyperFlex Cluster Profiles",
                            "PRIVSET.Manage HyperFlex Clusters",
                            "ROLE.Account Administrator"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    },
                    {
                        "$ref": "#/components/parameters/IfNoneMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'hyperflex.VmImportOperation' resource to create.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/hyperflex.VmImportOperation"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'hyperflex.VmImportOperation' resource was created as requested. The 'hyperflex.VmImportOperation' 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/hyperflex.VmImportOperation"
                                }
                            }
                        },
                        "links": {
                            "GetHyperflexVmImportOperationByMoid": {
                                "operationId": "GetHyperflexVmImportOperationByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/hyperflex/VmImportOperations/{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/hyperflex/VmImportOperations/{Moid}": {
            "get": {
                "tags": [
                    "hyperflex"
                ],
                "summary": "Read a 'hyperflex.VmImportOperation' resource.",
                "operationId": "GetHyperflexVmImportOperationByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage HyperFlex Cluster Profiles",
                            "PRIVSET.Manage HyperFlex Clusters",
                            "PRIVSET.Read-Only",
                            "PRIVSET.View HyperFlex Cluster Profiles",
                            "PRIVSET.View HyperFlex Clusters",
                            "READ.hyperflex.VmImportOperation",
                            "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 'hyperflex.VmImportOperation' 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/hyperflex.VmImportOperation"
                                }
                            },
                            "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": {
                            "GetHyperflexVmImportOperationByMoid": {
                                "operationId": "GetHyperflexVmImportOperationByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/hyperflex/VmImportOperations/{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": [
                    "hyperflex"
                ],
                "summary": "Delete a 'hyperflex.VmImportOperation' resource.",
                "operationId": "DeleteHyperflexVmImportOperation",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "DELETE.hyperflex.VmImportOperation",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage HyperFlex Cluster Profiles",
                            "PRIVSET.Manage HyperFlex Clusters",
                            "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/hyperflex/VmRestoreOperations": {
            "get": {
                "tags": [
                    "hyperflex"
                ],
                "summary": "Read a 'hyperflex.VmRestoreOperation' resource.",
                "operationId": "GetHyperflexVmRestoreOperationList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.HyperFlex Cluster Backups",
                            "PRIVSET.Manage HyperFlex Cluster Profiles",
                            "PRIVSET.Manage HyperFlex Clusters",
                            "PRIVSET.Read-Only",
                            "PRIVSET.View HyperFlex Cluster Profiles",
                            "PRIVSET.View HyperFlex Clusters",
                            "READ.hyperflex.VmRestoreOperation",
                            "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 'hyperflex.VmRestoreOperation' 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/hyperflex.VmRestoreOperation.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": [
                    "hyperflex"
                ],
                "summary": "Create a 'hyperflex.VmRestoreOperation' resource.",
                "operationId": "CreateHyperflexVmRestoreOperation",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "CREATE.hyperflex.VmRestoreOperation",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.HyperFlex Cluster Backups",
                            "ROLE.Account Administrator"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    },
                    {
                        "$ref": "#/components/parameters/IfNoneMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'hyperflex.VmRestoreOperation' resource to create.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/hyperflex.VmRestoreOperation"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'hyperflex.VmRestoreOperation' resource was created as requested. The 'hyperflex.VmRestoreOperation' 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/hyperflex.VmRestoreOperation"
                                }
                            }
                        },
                        "links": {
                            "GetHyperflexVmRestoreOperationByMoid": {
                                "operationId": "GetHyperflexVmRestoreOperationByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/hyperflex/VmRestoreOperations/{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/hyperflex/VmRestoreOperations/{Moid}": {
            "get": {
                "tags": [
                    "hyperflex"
                ],
                "summary": "Read a 'hyperflex.VmRestoreOperation' resource.",
                "operationId": "GetHyperflexVmRestoreOperationByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.HyperFlex Cluster Backups",
                            "PRIVSET.Manage HyperFlex Cluster Profiles",
                            "PRIVSET.Manage HyperFlex Clusters",
                            "PRIVSET.Read-Only",
                            "PRIVSET.View HyperFlex Cluster Profiles",
                            "PRIVSET.View HyperFlex Clusters",
                            "READ.hyperflex.VmRestoreOperation",
                            "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 'hyperflex.VmRestoreOperation' 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/hyperflex.VmRestoreOperation"
                                }
                            },
                            "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": {
                            "GetHyperflexVmRestoreOperationByMoid": {
                                "operationId": "GetHyperflexVmRestoreOperationByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/hyperflex/VmRestoreOperations/{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": [
                    "hyperflex"
                ],
                "summary": "Delete a 'hyperflex.VmRestoreOperation' resource.",
                "operationId": "DeleteHyperflexVmRestoreOperation",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "DELETE.hyperflex.VmRestoreOperation",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.HyperFlex Cluster Backups",
                            "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/hyperflex/VmSnapshotInfos": {
            "get": {
                "tags": [
                    "hyperflex"
                ],
                "summary": "Read a 'hyperflex.VmSnapshotInfo' resource.",
                "operationId": "GetHyperflexVmSnapshotInfoList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage HyperFlex Clusters",
                            "PRIVSET.Read-Only",
                            "PRIVSET.View HyperFlex Clusters",
                            "READ.hyperflex.VmSnapshotInfo",
                            "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 'hyperflex.VmSnapshotInfo' 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/hyperflex.VmSnapshotInfo.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/hyperflex/VmSnapshotInfos/{Moid}": {
            "get": {
                "tags": [
                    "hyperflex"
                ],
                "summary": "Read a 'hyperflex.VmSnapshotInfo' resource.",
                "operationId": "GetHyperflexVmSnapshotInfoByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage HyperFlex Clusters",
                            "PRIVSET.Read-Only",
                            "PRIVSET.View HyperFlex Clusters",
                            "READ.hyperflex.VmSnapshotInfo",
                            "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 'hyperflex.VmSnapshotInfo' 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/hyperflex.VmSnapshotInfo"
                                }
                            },
                            "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": {
                            "GetHyperflexVmSnapshotInfoByMoid": {
                                "operationId": "GetHyperflexVmSnapshotInfoByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/hyperflex/VmSnapshotInfos/{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": [
                    "hyperflex"
                ],
                "summary": "Delete a 'hyperflex.VmSnapshotInfo' resource.",
                "operationId": "DeleteHyperflexVmSnapshotInfo",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "DELETE.hyperflex.VmSnapshotInfo",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage HyperFlex Clusters",
                            "PRIVSET.Read-Only",
                            "PRIVSET.View HyperFlex Clusters",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "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/hyperflex/Volumes": {
            "get": {
                "tags": [
                    "hyperflex"
                ],
                "summary": "Read a 'hyperflex.Volume' resource.",
                "operationId": "GetHyperflexVolumeList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage HyperFlex Clusters",
                            "PRIVSET.Manage Storage Arrays",
                            "PRIVSET.Read-Only",
                            "PRIVSET.View Storage Arrays",
                            "READ.hyperflex.Volume",
                            "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 'hyperflex.Volume' 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/hyperflex.Volume.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/hyperflex/Volumes/{Moid}": {
            "get": {
                "tags": [
                    "hyperflex"
                ],
                "summary": "Read a 'hyperflex.Volume' resource.",
                "operationId": "GetHyperflexVolumeByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage HyperFlex Clusters",
                            "PRIVSET.Manage Storage Arrays",
                            "PRIVSET.Read-Only",
                            "PRIVSET.View Storage Arrays",
                            "READ.hyperflex.Volume",
                            "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 'hyperflex.Volume' 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/hyperflex.Volume"
                                }
                            },
                            "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": {
                            "GetHyperflexVolumeByMoid": {
                                "operationId": "GetHyperflexVolumeByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/hyperflex/Volumes/{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": [
                    "hyperflex"
                ],
                "summary": "Update a 'hyperflex.Volume' resource.",
                "operationId": "UpdateHyperflexVolume",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage HyperFlex Clusters",
                            "ROLE.Account Administrator",
                            "UPDATE.hyperflex.Volume"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'hyperflex.Volume' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/hyperflex.Volume"
                            }
                        },
                        "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 'hyperflex.Volume' resource was modified as requested. The 'hyperflex.Volume' 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/hyperflex.Volume"
                                }
                            }
                        },
                        "links": {
                            "GetHyperflexVolumeByMoid": {
                                "operationId": "GetHyperflexVolumeByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/hyperflex/Volumes/{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": [
                    "hyperflex"
                ],
                "summary": "Update a 'hyperflex.Volume' resource.",
                "operationId": "PatchHyperflexVolume",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage HyperFlex Clusters",
                            "ROLE.Account Administrator",
                            "UPDATE.hyperflex.Volume"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'hyperflex.Volume' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/hyperflex.Volume"
                            }
                        },
                        "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 'hyperflex.Volume' resource was patched as requested. The 'hyperflex.Volume' 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/hyperflex.Volume"
                                }
                            }
                        },
                        "links": {
                            "GetHyperflexVolumeByMoid": {
                                "operationId": "GetHyperflexVolumeByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/hyperflex/Volumes/{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/hyperflex/WitnessConfigurations": {
            "get": {
                "tags": [
                    "hyperflex"
                ],
                "summary": "Read a 'hyperflex.WitnessConfiguration' resource.",
                "operationId": "GetHyperflexWitnessConfigurationList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage HyperFlex Clusters",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only HyperFlex clusters",
                            "PRIVSET.View HyperFlex Clusters",
                            "READ.hyperflex.WitnessConfiguration",
                            "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 'hyperflex.WitnessConfiguration' 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/hyperflex.WitnessConfiguration.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/hyperflex/WitnessConfigurations/{Moid}": {
            "get": {
                "tags": [
                    "hyperflex"
                ],
                "summary": "Read a 'hyperflex.WitnessConfiguration' resource.",
                "operationId": "GetHyperflexWitnessConfigurationByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage HyperFlex Clusters",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only HyperFlex clusters",
                            "PRIVSET.View HyperFlex Clusters",
                            "READ.hyperflex.WitnessConfiguration",
                            "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 'hyperflex.WitnessConfiguration' 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/hyperflex.WitnessConfiguration"
                                }
                            },
                            "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": {
                            "GetHyperflexWitnessConfigurationByMoid": {
                                "operationId": "GetHyperflexWitnessConfigurationByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/hyperflex/WitnessConfigurations/{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/recommendation/CapacityRunways": {
            "get": {
                "tags": [
                    "recommendation"
                ],
                "summary": "Read a 'recommendation.CapacityRunway' resource.",
                "operationId": "GetRecommendationCapacityRunwayList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage HyperFlex Clusters",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only HyperFlex clusters",
                            "PRIVSET.View HyperFlex Clusters",
                            "READ.recommendation.CapacityRunway",
                            "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 'recommendation.CapacityRunway' 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/recommendation.CapacityRunway.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/recommendation/CapacityRunways/{Moid}": {
            "get": {
                "tags": [
                    "recommendation"
                ],
                "summary": "Read a 'recommendation.CapacityRunway' resource.",
                "operationId": "GetRecommendationCapacityRunwayByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage HyperFlex Clusters",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only HyperFlex clusters",
                            "PRIVSET.View HyperFlex Clusters",
                            "READ.recommendation.CapacityRunway",
                            "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 'recommendation.CapacityRunway' 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/recommendation.CapacityRunway"
                                }
                            },
                            "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": {
                            "GetRecommendationCapacityRunwayByMoid": {
                                "operationId": "GetRecommendationCapacityRunwayByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/recommendation/CapacityRunways/{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/recommendation/ClusterExpansions": {
            "get": {
                "tags": [
                    "recommendation"
                ],
                "summary": "Read a 'recommendation.ClusterExpansion' resource.",
                "operationId": "GetRecommendationClusterExpansionList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage HyperFlex Clusters",
                            "PRIVSET.Read-Only",
                            "PRIVSET.View HyperFlex Clusters",
                            "READ.recommendation.ClusterExpansion",
                            "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 'recommendation.ClusterExpansion' 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/recommendation.ClusterExpansion.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/recommendation/ClusterExpansions/{Moid}": {
            "get": {
                "tags": [
                    "recommendation"
                ],
                "summary": "Read a 'recommendation.ClusterExpansion' resource.",
                "operationId": "GetRecommendationClusterExpansionByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage HyperFlex Clusters",
                            "PRIVSET.Read-Only",
                            "PRIVSET.View HyperFlex Clusters",
                            "READ.recommendation.ClusterExpansion",
                            "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 'recommendation.ClusterExpansion' 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/recommendation.ClusterExpansion"
                                }
                            },
                            "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": {
                            "GetRecommendationClusterExpansionByMoid": {
                                "operationId": "GetRecommendationClusterExpansionByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/recommendation/ClusterExpansions/{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/recommendation/HardwareExpansionRequests": {
            "get": {
                "tags": [
                    "recommendation"
                ],
                "summary": "Read a 'recommendation.HardwareExpansionRequest' resource.",
                "operationId": "GetRecommendationHardwareExpansionRequestList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage HyperFlex Clusters",
                            "PRIVSET.Read-Only",
                            "PRIVSET.View HyperFlex Clusters",
                            "READ.recommendation.HardwareExpansionRequest",
                            "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 'recommendation.HardwareExpansionRequest' 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/recommendation.HardwareExpansionRequest.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": [
                    "recommendation"
                ],
                "summary": "Create a 'recommendation.HardwareExpansionRequest' resource.",
                "operationId": "CreateRecommendationHardwareExpansionRequest",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "CREATE.recommendation.HardwareExpansionRequest",
                            "PRIVSET.Account Administrator",
                            "ROLE.Account Administrator"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    },
                    {
                        "$ref": "#/components/parameters/IfNoneMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'recommendation.HardwareExpansionRequest' resource to create.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/recommendation.HardwareExpansionRequest"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'recommendation.HardwareExpansionRequest' resource was created as requested. The 'recommendation.HardwareExpansionRequest' 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/recommendation.HardwareExpansionRequest"
                                }
                            }
                        },
                        "links": {
                            "GetRecommendationHardwareExpansionRequestByMoid": {
                                "operationId": "GetRecommendationHardwareExpansionRequestByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/recommendation/HardwareExpansionRequests/{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/recommendation/HardwareExpansionRequests/{Moid}": {
            "get": {
                "tags": [
                    "recommendation"
                ],
                "summary": "Read a 'recommendation.HardwareExpansionRequest' resource.",
                "operationId": "GetRecommendationHardwareExpansionRequestByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage HyperFlex Clusters",
                            "PRIVSET.Read-Only",
                            "PRIVSET.View HyperFlex Clusters",
                            "READ.recommendation.HardwareExpansionRequest",
                            "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 'recommendation.HardwareExpansionRequest' 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/recommendation.HardwareExpansionRequest"
                                }
                            },
                            "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": {
                            "GetRecommendationHardwareExpansionRequestByMoid": {
                                "operationId": "GetRecommendationHardwareExpansionRequestByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/recommendation/HardwareExpansionRequests/{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": [
                    "recommendation"
                ],
                "summary": "Update a 'recommendation.HardwareExpansionRequest' resource.",
                "operationId": "UpdateRecommendationHardwareExpansionRequest",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "ROLE.Account Administrator",
                            "UPDATE.recommendation.HardwareExpansionRequest"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'recommendation.HardwareExpansionRequest' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/recommendation.HardwareExpansionRequest"
                            }
                        },
                        "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 'recommendation.HardwareExpansionRequest' resource was modified as requested. The 'recommendation.HardwareExpansionRequest' 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/recommendation.HardwareExpansionRequest"
                                }
                            }
                        },
                        "links": {
                            "GetRecommendationHardwareExpansionRequestByMoid": {
                                "operationId": "GetRecommendationHardwareExpansionRequestByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/recommendation/HardwareExpansionRequests/{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": [
                    "recommendation"
                ],
                "summary": "Update a 'recommendation.HardwareExpansionRequest' resource.",
                "operationId": "PatchRecommendationHardwareExpansionRequest",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "ROLE.Account Administrator",
                            "UPDATE.recommendation.HardwareExpansionRequest"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'recommendation.HardwareExpansionRequest' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/recommendation.HardwareExpansionRequest"
                            }
                        },
                        "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 'recommendation.HardwareExpansionRequest' resource was patched as requested. The 'recommendation.HardwareExpansionRequest' 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/recommendation.HardwareExpansionRequest"
                                }
                            }
                        },
                        "links": {
                            "GetRecommendationHardwareExpansionRequestByMoid": {
                                "operationId": "GetRecommendationHardwareExpansionRequestByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/recommendation/HardwareExpansionRequests/{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/recommendation/HardwareExpansionRequestItems": {
            "get": {
                "tags": [
                    "recommendation"
                ],
                "summary": "Read a 'recommendation.HardwareExpansionRequestItem' resource.",
                "operationId": "GetRecommendationHardwareExpansionRequestItemList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage HyperFlex Clusters",
                            "PRIVSET.Read-Only",
                            "PRIVSET.View HyperFlex Clusters",
                            "READ.recommendation.HardwareExpansionRequestItem",
                            "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 'recommendation.HardwareExpansionRequestItem' 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/recommendation.HardwareExpansionRequestItem.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": [
                    "recommendation"
                ],
                "summary": "Create a 'recommendation.HardwareExpansionRequestItem' resource.",
                "operationId": "CreateRecommendationHardwareExpansionRequestItem",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "CREATE.recommendation.HardwareExpansionRequestItem",
                            "PRIVSET.Account Administrator",
                            "ROLE.Account Administrator"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    },
                    {
                        "$ref": "#/components/parameters/IfNoneMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'recommendation.HardwareExpansionRequestItem' resource to create.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/recommendation.HardwareExpansionRequestItem"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'recommendation.HardwareExpansionRequestItem' resource was created as requested. The 'recommendation.HardwareExpansionRequestItem' 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/recommendation.HardwareExpansionRequestItem"
                                }
                            }
                        },
                        "links": {
                            "GetRecommendationHardwareExpansionRequestItemByMoid": {
                                "operationId": "GetRecommendationHardwareExpansionRequestItemByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/recommendation/HardwareExpansionRequestItems/{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/recommendation/HardwareExpansionRequestItems/{Moid}": {
            "get": {
                "tags": [
                    "recommendation"
                ],
                "summary": "Read a 'recommendation.HardwareExpansionRequestItem' resource.",
                "operationId": "GetRecommendationHardwareExpansionRequestItemByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage HyperFlex Clusters",
                            "PRIVSET.Read-Only",
                            "PRIVSET.View HyperFlex Clusters",
                            "READ.recommendation.HardwareExpansionRequestItem",
                            "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 'recommendation.HardwareExpansionRequestItem' 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/recommendation.HardwareExpansionRequestItem"
                                }
                            },
                            "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": {
                            "GetRecommendationHardwareExpansionRequestItemByMoid": {
                                "operationId": "GetRecommendationHardwareExpansionRequestItemByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/recommendation/HardwareExpansionRequestItems/{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": [
                    "recommendation"
                ],
                "summary": "Update a 'recommendation.HardwareExpansionRequestItem' resource.",
                "operationId": "UpdateRecommendationHardwareExpansionRequestItem",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "ROLE.Account Administrator",
                            "UPDATE.recommendation.HardwareExpansionRequestItem"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'recommendation.HardwareExpansionRequestItem' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/recommendation.HardwareExpansionRequestItem"
                            }
                        },
                        "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 'recommendation.HardwareExpansionRequestItem' resource was modified as requested. The 'recommendation.HardwareExpansionRequestItem' 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/recommendation.HardwareExpansionRequestItem"
                                }
                            }
                        },
                        "links": {
                            "GetRecommendationHardwareExpansionRequestItemByMoid": {
                                "operationId": "GetRecommendationHardwareExpansionRequestItemByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/recommendation/HardwareExpansionRequestItems/{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": [
                    "recommendation"
                ],
                "summary": "Update a 'recommendation.HardwareExpansionRequestItem' resource.",
                "operationId": "PatchRecommendationHardwareExpansionRequestItem",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "ROLE.Account Administrator",
                            "UPDATE.recommendation.HardwareExpansionRequestItem"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'recommendation.HardwareExpansionRequestItem' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/recommendation.HardwareExpansionRequestItem"
                            }
                        },
                        "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 'recommendation.HardwareExpansionRequestItem' resource was patched as requested. The 'recommendation.HardwareExpansionRequestItem' 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/recommendation.HardwareExpansionRequestItem"
                                }
                            }
                        },
                        "links": {
                            "GetRecommendationHardwareExpansionRequestItemByMoid": {
                                "operationId": "GetRecommendationHardwareExpansionRequestItemByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/recommendation/HardwareExpansionRequestItems/{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/recommendation/PhysicalItems": {
            "get": {
                "tags": [
                    "recommendation"
                ],
                "summary": "Read a 'recommendation.PhysicalItem' resource.",
                "operationId": "GetRecommendationPhysicalItemList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage HyperFlex Clusters",
                            "PRIVSET.Read-Only",
                            "PRIVSET.View HyperFlex Clusters",
                            "READ.recommendation.PhysicalItem",
                            "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 'recommendation.PhysicalItem' 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/recommendation.PhysicalItem.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/recommendation/PhysicalItems/{Moid}": {
            "get": {
                "tags": [
                    "recommendation"
                ],
                "summary": "Read a 'recommendation.PhysicalItem' resource.",
                "operationId": "GetRecommendationPhysicalItemByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage HyperFlex Clusters",
                            "PRIVSET.Read-Only",
                            "PRIVSET.View HyperFlex Clusters",
                            "READ.recommendation.PhysicalItem",
                            "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 'recommendation.PhysicalItem' 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/recommendation.PhysicalItem"
                                }
                            },
                            "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": {
                            "GetRecommendationPhysicalItemByMoid": {
                                "operationId": "GetRecommendationPhysicalItemByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/recommendation/PhysicalItems/{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/recommendation/PurchaseOrderEstimates": {
            "get": {
                "tags": [
                    "recommendation"
                ],
                "summary": "Read a 'recommendation.PurchaseOrderEstimate' resource.",
                "operationId": "GetRecommendationPurchaseOrderEstimateList",
                "deprecated": true,
                "x-sunset": "2027-08-07",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage HyperFlex Clusters",
                            "PRIVSET.Read-Only",
                            "PRIVSET.View HyperFlex Clusters",
                            "READ.recommendation.PurchaseOrderEstimate",
                            "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 'recommendation.PurchaseOrderEstimate' 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/recommendation.PurchaseOrderEstimate.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": [
                    "recommendation"
                ],
                "summary": "Create a 'recommendation.PurchaseOrderEstimate' resource.",
                "operationId": "CreateRecommendationPurchaseOrderEstimate",
                "deprecated": true,
                "x-sunset": "2027-08-07",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "CREATE.recommendation.PurchaseOrderEstimate",
                            "PRIVSET.Account Administrator",
                            "ROLE.Account Administrator"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    },
                    {
                        "$ref": "#/components/parameters/IfNoneMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'recommendation.PurchaseOrderEstimate' resource to create.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/recommendation.PurchaseOrderEstimate"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'recommendation.PurchaseOrderEstimate' resource was created as requested. The 'recommendation.PurchaseOrderEstimate' 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/recommendation.PurchaseOrderEstimate"
                                }
                            }
                        },
                        "links": {
                            "GetRecommendationPurchaseOrderEstimateByMoid": {
                                "operationId": "GetRecommendationPurchaseOrderEstimateByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/recommendation/PurchaseOrderEstimates/{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/recommendation/PurchaseOrderEstimates/{Moid}": {
            "get": {
                "tags": [
                    "recommendation"
                ],
                "summary": "Read a 'recommendation.PurchaseOrderEstimate' resource.",
                "operationId": "GetRecommendationPurchaseOrderEstimateByMoid",
                "deprecated": true,
                "x-sunset": "2027-08-07",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage HyperFlex Clusters",
                            "PRIVSET.Read-Only",
                            "PRIVSET.View HyperFlex Clusters",
                            "READ.recommendation.PurchaseOrderEstimate",
                            "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 'recommendation.PurchaseOrderEstimate' 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/recommendation.PurchaseOrderEstimate"
                                }
                            },
                            "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": {
                            "GetRecommendationPurchaseOrderEstimateByMoid": {
                                "operationId": "GetRecommendationPurchaseOrderEstimateByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/recommendation/PurchaseOrderEstimates/{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": [
                    "recommendation"
                ],
                "summary": "Update a 'recommendation.PurchaseOrderEstimate' resource.",
                "operationId": "UpdateRecommendationPurchaseOrderEstimate",
                "deprecated": true,
                "x-sunset": "2027-08-07",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "ROLE.Account Administrator",
                            "UPDATE.recommendation.PurchaseOrderEstimate"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'recommendation.PurchaseOrderEstimate' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/recommendation.PurchaseOrderEstimate"
                            }
                        },
                        "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 'recommendation.PurchaseOrderEstimate' resource was modified as requested. The 'recommendation.PurchaseOrderEstimate' 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/recommendation.PurchaseOrderEstimate"
                                }
                            }
                        },
                        "links": {
                            "GetRecommendationPurchaseOrderEstimateByMoid": {
                                "operationId": "GetRecommendationPurchaseOrderEstimateByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/recommendation/PurchaseOrderEstimates/{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": [
                    "recommendation"
                ],
                "summary": "Update a 'recommendation.PurchaseOrderEstimate' resource.",
                "operationId": "PatchRecommendationPurchaseOrderEstimate",
                "deprecated": true,
                "x-sunset": "2027-08-07",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "ROLE.Account Administrator",
                            "UPDATE.recommendation.PurchaseOrderEstimate"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'recommendation.PurchaseOrderEstimate' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/recommendation.PurchaseOrderEstimate"
                            }
                        },
                        "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 'recommendation.PurchaseOrderEstimate' resource was patched as requested. The 'recommendation.PurchaseOrderEstimate' 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/recommendation.PurchaseOrderEstimate"
                                }
                            }
                        },
                        "links": {
                            "GetRecommendationPurchaseOrderEstimateByMoid": {
                                "operationId": "GetRecommendationPurchaseOrderEstimateByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/recommendation/PurchaseOrderEstimates/{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/recommendation/PurchaseOrderLists": {
            "get": {
                "tags": [
                    "recommendation"
                ],
                "summary": "Read a 'recommendation.PurchaseOrderList' resource.",
                "operationId": "GetRecommendationPurchaseOrderListList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage HyperFlex Clusters",
                            "PRIVSET.Read-Only",
                            "PRIVSET.View HyperFlex Clusters",
                            "READ.recommendation.PurchaseOrderList",
                            "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 'recommendation.PurchaseOrderList' 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/recommendation.PurchaseOrderList.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/recommendation/PurchaseOrderLists/{Moid}": {
            "get": {
                "tags": [
                    "recommendation"
                ],
                "summary": "Read a 'recommendation.PurchaseOrderList' resource.",
                "operationId": "GetRecommendationPurchaseOrderListByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage HyperFlex Clusters",
                            "PRIVSET.Read-Only",
                            "PRIVSET.View HyperFlex Clusters",
                            "READ.recommendation.PurchaseOrderList",
                            "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 'recommendation.PurchaseOrderList' 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/recommendation.PurchaseOrderList"
                                }
                            },
                            "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": {
                            "GetRecommendationPurchaseOrderListByMoid": {
                                "operationId": "GetRecommendationPurchaseOrderListByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/recommendation/PurchaseOrderLists/{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/recommendation/SoftwareItems": {
            "get": {
                "tags": [
                    "recommendation"
                ],
                "summary": "Read a 'recommendation.SoftwareItem' resource.",
                "operationId": "GetRecommendationSoftwareItemList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage HyperFlex Clusters",
                            "PRIVSET.Read-Only",
                            "PRIVSET.View HyperFlex Clusters",
                            "READ.recommendation.SoftwareItem",
                            "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 'recommendation.SoftwareItem' 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/recommendation.SoftwareItem.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/recommendation/SoftwareItems/{Moid}": {
            "get": {
                "tags": [
                    "recommendation"
                ],
                "summary": "Read a 'recommendation.SoftwareItem' resource.",
                "operationId": "GetRecommendationSoftwareItemByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage HyperFlex Clusters",
                            "PRIVSET.Read-Only",
                            "PRIVSET.View HyperFlex Clusters",
                            "READ.recommendation.SoftwareItem",
                            "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 'recommendation.SoftwareItem' 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/recommendation.SoftwareItem"
                                }
                            },
                            "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": {
                            "GetRecommendationSoftwareItemByMoid": {
                                "operationId": "GetRecommendationSoftwareItemByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/recommendation/SoftwareItems/{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": {
            "comm.AbstractHttpProxyPolicy": {
                "title": "Abstract HTTP Proxy Policy",
                "description": "An Abstract policy specifying the HTTP proxy settings.",
                "x-allOf-name": "comm.AbstractHttpProxyPolicy",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/policy.AbstractPolicy"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'comm.AbstractHttpProxyPolicy', 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": [
                                    "comm.HttpProxyPolicy"
                                ],
                                "default": "comm.HttpProxyPolicy",
                                "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": [
                                    "comm.HttpProxyPolicy"
                                ],
                                "default": "comm.HttpProxyPolicy",
                                "x-enum-as-string": true
                            },
                            "Hostname": {
                                "description": "HTTP Proxy server FQDN or IP.",
                                "type": "string",
                                "pattern": "^[A-Za-z]([A-Za-z0-9-]*[A-Za-z0-9])?$|^[A-Za-z0-9]([A-Za-z0-9-]*[A-Za-z0-9])?(\\.[A-Za-z0-9]([A-Za-z0-9-]*[A-Za-z0-9])?)*(\\.[A-Za-z]([A-Za-z0-9-]*[A-Za-z0-9])?)$|^([1-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])\\.([0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])\\.([0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])\\.([0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])$",
                                "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
                            },
                            "Password": {
                                "description": "The password for the HTTP Proxy.",
                                "type": "string",
                                "writeOnly": true,
                                "x-omitempty": true
                            },
                            "Port": {
                                "description": "The HTTP Proxy port number.\nThe port number of the HTTP proxy must be between 1 and 65535, inclusive.",
                                "type": "integer",
                                "format": "int64",
                                "minimum": 1,
                                "maximum": 65535,
                                "x-omitempty": true
                            },
                            "Username": {
                                "description": "The username for the HTTP Proxy.",
                                "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
                            }
                        }
                    }
                ]
            },
            "comm.GeoLocationDetails": {
                "title": "Comm:Geo Location Details",
                "description": "GeoLocationDetails is a geographical location with a street address and latitude/longitude coordinates.  When a target is assigned to a location, the location details are automatically populated in certain related  managed objects such as servers, profiles, alarms and metrics. The location details are stored as a  GeoLocationDetails nested property named LocationDetails in the related managed objects.",
                "x-allOf-name": "comm.GeoLocationDetails",
                "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 'comm.GeoLocationDetails', 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": [
                                    "comm.GeoLocationDetails"
                                ],
                                "default": "comm.GeoLocationDetails",
                                "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": [
                                    "comm.GeoLocationDetails"
                                ],
                                "default": "comm.GeoLocationDetails",
                                "x-enum-as-string": true
                            },
                            "Address": {
                                "description": "The location's street address.",
                                "$ref": "#/components/schemas/comm.PhysicalAddress",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Coordinates": {
                                "description": "The location's longitude and latitude coordinates.",
                                "$ref": "#/components/schemas/comm.GeoPoint",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Name": {
                                "description": "A user provided name for the location.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "comm.GeoPoint": {
                "title": "Comm:Geo Point",
                "description": "GeoPoint is a geographical point with longitude/latitude coordinates. MO properties of this type may be used for Rest queries with geospatial filters such as geo.distance and geo.intersects.",
                "x-allOf-name": "comm.GeoPoint",
                "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 'comm.GeoPoint', 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": [
                                    "comm.GeoPoint"
                                ],
                                "default": "comm.GeoPoint",
                                "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": [
                                    "comm.GeoPoint"
                                ],
                                "default": "comm.GeoPoint",
                                "x-enum-as-string": true
                            },
                            "Latitude": {
                                "description": "The latitude coordinate value.",
                                "type": "number",
                                "format": "float",
                                "minimum": -90,
                                "maximum": 90,
                                "x-omitempty": true
                            },
                            "Longitude": {
                                "description": "The longitude coordinate value.",
                                "type": "number",
                                "format": "float",
                                "minimum": -180,
                                "maximum": 180,
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "comm.HttpProxyPolicy.Response": {
                "description": "The response body of a HTTP GET request for the 'comm.HttpProxyPolicy' 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 'comm.HttpProxyPolicy' resources.",
                "x-one-of-name": "comm.HttpProxyPolicy.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/comm.HttpProxyPolicy.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"
                }
            },
            "comm.HttpProxyPolicy.Relationship": {
                "description": "A relationship to the 'comm.HttpProxyPolicy' resource, or the expanded 'comm.HttpProxyPolicy' resource, or the 'null' value.",
                "x-one-of-name": "comm.HttpProxyPolicy.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/comm.HttpProxyPolicy"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "comm.HttpProxyPolicy": {
                "title": "HTTP Proxy",
                "description": "A policy specifying the HTTP proxy settings to be used by the HyperFlex installation process and HyperFlex storage controller VMs. This policy is required when the internet access of your servers including CIMC and HyperFlex storage controller VMs is secured by a HTTP proxy.",
                "x-allOf-name": "comm.HttpProxyPolicy",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/comm.AbstractHttpProxyPolicy"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'comm.HttpProxyPolicy', 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": [
                                    "comm.HttpProxyPolicy"
                                ],
                                "default": "comm.HttpProxyPolicy",
                                "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": [
                                    "comm.HttpProxyPolicy"
                                ],
                                "default": "comm.HttpProxyPolicy",
                                "x-enum-as-string": true
                            },
                            "ClusterProfiles": {
                                "description": "An array of relationships to hyperflexClusterProfile resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/hyperflex.ClusterProfile.Relationship"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "comm.HttpProxyPolicy.List": {
                "title": "List of 'comm.HttpProxyPolicy' 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 'comm.HttpProxyPolicy' 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 'comm.HttpProxyPolicy' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/comm.HttpProxyPolicy"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "comm.IpV4AddressBlock": {
                "title": "Comm:Ip V4 Address Block",
                "description": "A block of IPv4 addresses that consists of a start address and end address.",
                "x-allOf-name": "comm.IpV4AddressBlock",
                "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 'comm.IpV4AddressBlock', 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": [
                                    "comm.IpV4AddressBlock"
                                ],
                                "default": "comm.IpV4AddressBlock",
                                "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": [
                                    "comm.IpV4AddressBlock"
                                ],
                                "default": "comm.IpV4AddressBlock",
                                "x-enum-as-string": true
                            },
                            "EndAddress": {
                                "description": "The end address of the IPv4 block.",
                                "type": "string",
                                "pattern": "^$|^([1-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])\\.([0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])\\.([0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])\\.([0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])$",
                                "x-omitempty": true
                            },
                            "StartAddress": {
                                "description": "The start address of the IPv4 block.",
                                "type": "string",
                                "pattern": "^$|^([1-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])\\.([0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])\\.([0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])\\.([0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])$",
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "comm.IpV4Interface": {
                "title": "Comm:Ip V4 Interface",
                "description": "The configuration data of a single IPv4 interface, including IP address, netmask, and default gateway.",
                "x-allOf-name": "comm.IpV4Interface",
                "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 'comm.IpV4Interface', 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": [
                                    "comm.IpV4Interface"
                                ],
                                "default": "comm.IpV4Interface",
                                "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": [
                                    "comm.IpV4Interface"
                                ],
                                "default": "comm.IpV4Interface",
                                "x-enum-as-string": true
                            },
                            "Gateway": {
                                "description": "The IPv4 address of the default gateway.",
                                "type": "string",
                                "pattern": "^$|^([1-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])\\.([0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])\\.([0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])\\.([0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])$",
                                "x-omitempty": true
                            },
                            "IpAddress": {
                                "description": "The IPv4 Address, represented in the standard dot-decimal notation, e.g. 192.168.1.3.",
                                "type": "string",
                                "pattern": "^$|^([1-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])\\.([0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])\\.([0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])\\.([0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])$",
                                "x-omitempty": true
                            },
                            "Netmask": {
                                "description": "The IPv4 Netmask, represented in the standard dot-decimal notation, e.g. 255.255.255.0.",
                                "type": "string",
                                "pattern": "^$|^(((255.){3}(255|254|252|248|240|224|192|128|0+))|((255.){2}(255|254|252|248|240|224|192|128|0+).0)|((255.)(255|254|252|248|240|224|192|128|0+)(.0+){2})|((255|254|252|248|240|224|192|128|0+)(.0+){3}))$",
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "comm.IpV6Interface": {
                "title": "Comm:Ip V6 Interface",
                "description": "The configuration data of a single IPv6 interface, including IP address, IPv6 prefix and default gateway.",
                "x-allOf-name": "comm.IpV6Interface",
                "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 'comm.IpV6Interface', 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": [
                                    "comm.IpV6Interface"
                                ],
                                "default": "comm.IpV6Interface",
                                "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": [
                                    "comm.IpV6Interface"
                                ],
                                "default": "comm.IpV6Interface",
                                "x-enum-as-string": true
                            },
                            "Gateway": {
                                "description": "The IPv6 address of the default gateway.",
                                "type": "string",
                                "pattern": "^$|^(([0-9A-Fa-f]{1,4}:([0-9A-Fa-f]{1,4}:([0-9A-Fa-f]{1,4}:([0-9A-Fa-f]{1,4}:([0-9A-Fa-f]{1,4}:[0-9A-Fa-f]{0,4}|:[0-9A-Fa-f]{1,4})?|(:[0-9A-Fa-f]{1,4}){0,2})|(:[0-9A-Fa-f]{1,4}){0,3})|(:[0-9A-Fa-f]{1,4}){0,4})|:(:[0-9A-Fa-f]{1,4}){0,5})((:[0-9A-Fa-f]{1,4}){2}|:(25[0-5]|(2[0-4]|1[0-9]|[1-9])?[0-9])(\\.(25[0-5]|(2[0-4]|1[0-9]|[1-9])?[0-9])){3})|(([0-9A-Fa-f]{1,4}:){1,6}|:):[0-9A-Fa-f]{0,4}|([0-9A-Fa-f]{1,4}:){7}:)$",
                                "x-omitempty": true
                            },
                            "IpAddress": {
                                "description": "The IPv6 Address, represented as eight groups of four hexadecimal digits, separated by colons.",
                                "type": "string",
                                "pattern": "^$|^(([0-9A-Fa-f]{1,4}:([0-9A-Fa-f]{1,4}:([0-9A-Fa-f]{1,4}:([0-9A-Fa-f]{1,4}:([0-9A-Fa-f]{1,4}:[0-9A-Fa-f]{0,4}|:[0-9A-Fa-f]{1,4})?|(:[0-9A-Fa-f]{1,4}){0,2})|(:[0-9A-Fa-f]{1,4}){0,3})|(:[0-9A-Fa-f]{1,4}){0,4})|:(:[0-9A-Fa-f]{1,4}){0,5})((:[0-9A-Fa-f]{1,4}){2}|:(25[0-5]|(2[0-4]|1[0-9]|[1-9])?[0-9])(\\.(25[0-5]|(2[0-4]|1[0-9]|[1-9])?[0-9])){3})|(([0-9A-Fa-f]{1,4}:){1,6}|:):[0-9A-Fa-f]{0,4}|([0-9A-Fa-f]{1,4}:){7}:)$",
                                "x-omitempty": true
                            },
                            "Prefix": {
                                "description": "The IPv6 Prefix, represented as eight groups of four hexadecimal digits, separated by colons.",
                                "type": "string",
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "comm.PhysicalAddress": {
                "title": "Comm:Physical Address",
                "description": "The description of a physical address, including street address, city, state/province, postal code, and country.",
                "x-allOf-name": "comm.PhysicalAddress",
                "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 'comm.PhysicalAddress', 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": [
                                    "comm.PhysicalAddress"
                                ],
                                "default": "comm.PhysicalAddress",
                                "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": [
                                    "comm.PhysicalAddress"
                                ],
                                "default": "comm.PhysicalAddress",
                                "x-enum-as-string": true
                            },
                            "Address1": {
                                "description": "The primary street address.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "Address2": {
                                "description": "Additional address information, such as suite number or floor.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "City": {
                                "description": "The city where the address is located.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "Country": {
                                "description": "The country code in ISO 3166-1 alpha-2 format.\n* `Unknown` - The value Unknown is used when the country code is not known or applicable.\n* `AD` - The country code for Andorra.\n* `AE` - The country code for United Arab Emirates.\n* `AF` - The country code for Afghanistan.\n* `AG` - The country code for Antigua and Barbuda.\n* `AI` - The country code for Anguilla.\n* `AL` - The country code for Albania.\n* `AM` - The country code for Armenia.\n* `AO` - The country code for Angola.\n* `AQ` - The country code for Antarctica.\n* `AR` - The country code for Argentina.\n* `AS` - The country code for American Samoa.\n* `AT` - The country code for Austria.\n* `AU` - The country code for Australia.\n* `AW` - The country code for Aruba.\n* `AX` - The country code for \u00c5land Islands.\n* `AZ` - The country code for Azerbaijan.\n* `BA` - The country code for Bosnia and Herzegovina.\n* `BB` - The country code for Barbados.\n* `BD` - The country code for Bangladesh.\n* `BE` - The country code for Belgium.\n* `BF` - The country code for Burkina Faso.\n* `BG` - The country code for Bulgaria.\n* `BH` - The country code for Bahrain.\n* `BI` - The country code for Burundi.\n* `BJ` - The country code for Benin.\n* `BL` - The country code for Saint Barth\u00e9lemy.\n* `BM` - The country code for Bermuda.\n* `BN` - The country code for Brunei Darussalam.\n* `BO` - The country code for Plurinational State of Bolivia.\n* `BQ` - The country code for Sint Eustatius and Saba Bonaire.\n* `BR` - The country code for Brazil.\n* `BS` - The country code for Bahamas.\n* `BT` - The country code for Bhutan.\n* `BV` - The country code for Bouvet Island.\n* `BW` - The country code for Botswana.\n* `BZ` - The country code for Belize.\n* `CA` - The country code for Canada.\n* `CC` - The country code for Cocos (Keeling) Islands.\n* `CD` - The country code for Democratic Republic of the Congo.\n* `CF` - The country code for Central African Republic.\n* `CG` - The country code for Congo.\n* `CH` - The country code for Switzerland.\n* `CI` - The country code for C\u00f4te d'Ivoire.\n* `CK` - The country code for Cook Islands.\n* `CL` - The country code for Chile.\n* `CM` - The country code for Cameroon.\n* `CN` - The country code for China.\n* `CO` - The country code for Colombia.\n* `CR` - The country code for Costa Rica.\n* `CV` - The country code for Cabo Verde.\n* `CW` - The country code for Cura\u00e7ao.\n* `CX` - The country code for Christmas Island.\n* `CY` - The country code for Cyprus.\n* `CZ` - The country code for Czechia.\n* `DE` - The country code for Germany.\n* `DJ` - The country code for Djibouti.\n* `DK` - The country code for Denmark.\n* `DM` - The country code for Dominica.\n* `DO` - The country code for Dominican Republic.\n* `DZ` - The country code for Algeria.\n* `EC` - The country code for Ecuador.\n* `EE` - The country code for Estonia.\n* `EG` - The country code for Egypt.\n* `EH` - The country code for Western Sahara.\n* `ER` - The country code for Eritrea.\n* `ES` - The country code for Spain.\n* `ET` - The country code for Ethiopia.\n* `FI` - The country code for Finland.\n* `FJ` - The country code for Fiji.\n* `FK` - The country code for Falkland Islands (Malvinas).\n* `FM` - The country code for Federated States of Micronesia.\n* `FO` - The country code for Faroe Islands.\n* `FR` - The country code for France.\n* `GA` - The country code for Gabon.\n* `GB` - The country code for United Kingdom of Great Britain and Northern Ireland.\n* `GD` - The country code for Grenada.\n* `GE` - The country code for Georgia.\n* `GF` - The country code for French Guiana.\n* `GG` - The country code for Guernsey.\n* `GH` - The country code for Ghana.\n* `GI` - The country code for Gibraltar.\n* `GL` - The country code for Greenland.\n* `GM` - The country code for Gambia.\n* `GN` - The country code for Guinea.\n* `GP` - The country code for Guadeloupe.\n* `GQ` - The country code for Equatorial Guinea.\n* `GR` - The country code for Greece.\n* `GS` - The country code for South Georgia and the South Sandwich Islands.\n* `GT` - The country code for Guatemala.\n* `GU` - The country code for Guam.\n* `GW` - The country code for Guinea-Bissau.\n* `GY` - The country code for Guyana.\n* `HK` - The country code for Hong Kong.\n* `HM` - The country code for Heard Island and McDonald Islands.\n* `HN` - The country code for Honduras.\n* `HR` - The country code for Croatia.\n* `HT` - The country code for Haiti.\n* `HU` - The country code for Hungary.\n* `ID` - The country code for Indonesia.\n* `IE` - The country code for Ireland.\n* `IL` - The country code for Israel.\n* `IM` - The country code for Isle of Man.\n* `IN` - The country code for India.\n* `IO` - The country code for British Indian Ocean Territory.\n* `IQ` - The country code for Iraq.\n* `IS` - The country code for Iceland.\n* `IT` - The country code for Italy.\n* `JE` - The country code for Jersey.\n* `JM` - The country code for Jamaica.\n* `JO` - The country code for Jordan.\n* `JP` - The country code for Japan.\n* `KE` - The country code for Kenya.\n* `KG` - The country code for Kyrgyzstan.\n* `KH` - The country code for Cambodia.\n* `KI` - The country code for Kiribati.\n* `KM` - The country code for Comoros.\n* `KN` - The country code for Saint Kitts and Nevis.\n* `KR` - The country code for Republic of Korea.\n* `KW` - The country code for Kuwait.\n* `KY` - The country code for Cayman Islands.\n* `KZ` - The country code for Kazakhstan.\n* `LA` - The country code for Lao People's Democratic Republic.\n* `LB` - The country code for Lebanon.\n* `LC` - The country code for Saint Lucia.\n* `LI` - The country code for Liechtenstein.\n* `LK` - The country code for Sri Lanka.\n* `LR` - The country code for Liberia.\n* `LS` - The country code for Lesotho.\n* `LT` - The country code for Lithuania.\n* `LU` - The country code for Luxembourg.\n* `LV` - The country code for Latvia.\n* `LY` - The country code for Libya.\n* `MA` - The country code for Morocco.\n* `MC` - The country code for Monaco.\n* `MD` - The country code for Republic of Moldova.\n* `ME` - The country code for Montenegro.\n* `MF` - The country code for Saint Martin (French part).\n* `MG` - The country code for Madagascar.\n* `MH` - The country code for Marshall Islands.\n* `MK` - The country code for North Macedonia.\n* `ML` - The country code for Mali.\n* `MM` - The country code for Myanmar.\n* `MN` - The country code for Mongolia.\n* `MO` - The country code for Macao.\n* `MP` - The country code for Northern Mariana Islands.\n* `MQ` - The country code for Martinique.\n* `MR` - The country code for Mauritania.\n* `MS` - The country code for Montserrat.\n* `MT` - The country code for Malta.\n* `MU` - The country code for Mauritius.\n* `MV` - The country code for Maldives.\n* `MW` - The country code for Malawi.\n* `MX` - The country code for Mexico.\n* `MY` - The country code for Malaysia.\n* `MZ` - The country code for Mozambique.\n* `NA` - The country code for Namibia.\n* `NC` - The country code for New Caledonia.\n* `NE` - The country code for Niger.\n* `NF` - The country code for Norfolk Island.\n* `NG` - The country code for Nigeria.\n* `NI` - The country code for Nicaragua.\n* `NL` - The country code for Kingdom of the Netherlands.\n* `NO` - The country code for Norway.\n* `NP` - The country code for Nepal.\n* `NR` - The country code for Nauru.\n* `NU` - The country code for Niue.\n* `NZ` - The country code for New Zealand.\n* `OM` - The country code for Oman.\n* `PA` - The country code for Panama.\n* `PE` - The country code for Peru.\n* `PF` - The country code for French Polynesia.\n* `PG` - The country code for Papua New Guinea.\n* `PH` - The country code for Philippines.\n* `PK` - The country code for Pakistan.\n* `PL` - The country code for Poland.\n* `PM` - The country code for Saint Pierre and Miquelon.\n* `PN` - The country code for Pitcairn.\n* `PR` - The country code for Puerto Rico.\n* `PS` - The country code for State of Palestine.\n* `PT` - The country code for Portugal.\n* `PW` - The country code for Palau.\n* `PY` - The country code for Paraguay.\n* `QA` - The country code for Qatar.\n* `RE` - The country code for R\u00e9union.\n* `RO` - The country code for Romania.\n* `RS` - The country code for Serbia.\n* `RW` - The country code for Rwanda.\n* `SA` - The country code for Saudi Arabia.\n* `SB` - The country code for Solomon Islands.\n* `SC` - The country code for Seychelles.\n* `SD` - The country code for Sudan.\n* `SE` - The country code for Sweden.\n* `SG` - The country code for Singapore.\n* `SH` - The country code for Ascension and Tristan da Cunha Saint Helena.\n* `SI` - The country code for Slovenia.\n* `SJ` - The country code for Svalbard and Jan Mayen.\n* `SK` - The country code for Slovakia.\n* `SL` - The country code for Sierra Leone.\n* `SM` - The country code for San Marino.\n* `SN` - The country code for Senegal.\n* `SO` - The country code for Somalia.\n* `SR` - The country code for Suriname.\n* `SS` - The country code for South Sudan.\n* `ST` - The country code for Sao Tome and Principe.\n* `SV` - The country code for El Salvador.\n* `SX` - The country code for Sint Maarten (Dutch part).\n* `SZ` - The country code for Eswatini.\n* `TC` - The country code for Turks and Caicos Islands.\n* `TD` - The country code for Chad.\n* `TF` - The country code for French Southern Territories.\n* `TG` - The country code for Togo.\n* `TH` - The country code for Thailand.\n* `TJ` - The country code for Tajikistan.\n* `TK` - The country code for Tokelau.\n* `TL` - The country code for Timor-Leste.\n* `TM` - The country code for Turkmenistan.\n* `TN` - The country code for Tunisia.\n* `TO` - The country code for Tonga.\n* `TR` - The country code for T\u00fcrkiye.\n* `TT` - The country code for Trinidad and Tobago.\n* `TV` - The country code for Tuvalu.\n* `TW` - The country code for Province of China Taiwan.\n* `TZ` - The country code for United Republic of Tanzania.\n* `UA` - The country code for Ukraine.\n* `UG` - The country code for Uganda.\n* `UM` - The country code for United States Minor Outlying Islands.\n* `US` - The country code for United States of America.\n* `UY` - The country code for Uruguay.\n* `UZ` - The country code for Uzbekistan.\n* `VA` - The country code for Holy See.\n* `VC` - The country code for Saint Vincent and the Grenadines.\n* `VE` - The country code for Bolivarian Republic of Venezuela.\n* `VG` - The country code for Virgin Islands (British).\n* `VI` - The country code for Virgin Islands (U.S.).\n* `VN` - The country code for Viet Nam.\n* `VU` - The country code for Vanuatu.\n* `WF` - The country code for Wallis and Futuna.\n* `WS` - The country code for Samoa.\n* `YE` - The country code for Yemen.\n* `YT` - The country code for Mayotte.\n* `ZA` - The country code for South Africa.\n* `ZM` - The country code for Zambia.\n* `ZW` - The country code for Zimbabwe.",
                                "type": "string",
                                "enum": [
                                    "Unknown",
                                    "AD",
                                    "AE",
                                    "AF",
                                    "AG",
                                    "AI",
                                    "AL",
                                    "AM",
                                    "AO",
                                    "AQ",
                                    "AR",
                                    "AS",
                                    "AT",
                                    "AU",
                                    "AW",
                                    "AX",
                                    "AZ",
                                    "BA",
                                    "BB",
                                    "BD",
                                    "BE",
                                    "BF",
                                    "BG",
                                    "BH",
                                    "BI",
                                    "BJ",
                                    "BL",
                                    "BM",
                                    "BN",
                                    "BO",
                                    "BQ",
                                    "BR",
                                    "BS",
                                    "BT",
                                    "BV",
                                    "BW",
                                    "BZ",
                                    "CA",
                                    "CC",
                                    "CD",
                                    "CF",
                                    "CG",
                                    "CH",
                                    "CI",
                                    "CK",
                                    "CL",
                                    "CM",
                                    "CN",
                                    "CO",
                                    "CR",
                                    "CV",
                                    "CW",
                                    "CX",
                                    "CY",
                                    "CZ",
                                    "DE",
                                    "DJ",
                                    "DK",
                                    "DM",
                                    "DO",
                                    "DZ",
                                    "EC",
                                    "EE",
                                    "EG",
                                    "EH",
                                    "ER",
                                    "ES",
                                    "ET",
                                    "FI",
                                    "FJ",
                                    "FK",
                                    "FM",
                                    "FO",
                                    "FR",
                                    "GA",
                                    "GB",
                                    "GD",
                                    "GE",
                                    "GF",
                                    "GG",
                                    "GH",
                                    "GI",
                                    "GL",
                                    "GM",
                                    "GN",
                                    "GP",
                                    "GQ",
                                    "GR",
                                    "GS",
                                    "GT",
                                    "GU",
                                    "GW",
                                    "GY",
                                    "HK",
                                    "HM",
                                    "HN",
                                    "HR",
                                    "HT",
                                    "HU",
                                    "ID",
                                    "IE",
                                    "IL",
                                    "IM",
                                    "IN",
                                    "IO",
                                    "IQ",
                                    "IS",
                                    "IT",
                                    "JE",
                                    "JM",
                                    "JO",
                                    "JP",
                                    "KE",
                                    "KG",
                                    "KH",
                                    "KI",
                                    "KM",
                                    "KN",
                                    "KR",
                                    "KW",
                                    "KY",
                                    "KZ",
                                    "LA",
                                    "LB",
                                    "LC",
                                    "LI",
                                    "LK",
                                    "LR",
                                    "LS",
                                    "LT",
                                    "LU",
                                    "LV",
                                    "LY",
                                    "MA",
                                    "MC",
                                    "MD",
                                    "ME",
                                    "MF",
                                    "MG",
                                    "MH",
                                    "MK",
                                    "ML",
                                    "MM",
                                    "MN",
                                    "MO",
                                    "MP",
                                    "MQ",
                                    "MR",
                                    "MS",
                                    "MT",
                                    "MU",
                                    "MV",
                                    "MW",
                                    "MX",
                                    "MY",
                                    "MZ",
                                    "NA",
                                    "NC",
                                    "NE",
                                    "NF",
                                    "NG",
                                    "NI",
                                    "NL",
                                    "NO",
                                    "NP",
                                    "NR",
                                    "NU",
                                    "NZ",
                                    "OM",
                                    "PA",
                                    "PE",
                                    "PF",
                                    "PG",
                                    "PH",
                                    "PK",
                                    "PL",
                                    "PM",
                                    "PN",
                                    "PR",
                                    "PS",
                                    "PT",
                                    "PW",
                                    "PY",
                                    "QA",
                                    "RE",
                                    "RO",
                                    "RS",
                                    "RW",
                                    "SA",
                                    "SB",
                                    "SC",
                                    "SD",
                                    "SE",
                                    "SG",
                                    "SH",
                                    "SI",
                                    "SJ",
                                    "SK",
                                    "SL",
                                    "SM",
                                    "SN",
                                    "SO",
                                    "SR",
                                    "SS",
                                    "ST",
                                    "SV",
                                    "SX",
                                    "SZ",
                                    "TC",
                                    "TD",
                                    "TF",
                                    "TG",
                                    "TH",
                                    "TJ",
                                    "TK",
                                    "TL",
                                    "TM",
                                    "TN",
                                    "TO",
                                    "TR",
                                    "TT",
                                    "TV",
                                    "TW",
                                    "TZ",
                                    "UA",
                                    "UG",
                                    "UM",
                                    "US",
                                    "UY",
                                    "UZ",
                                    "VA",
                                    "VC",
                                    "VE",
                                    "VG",
                                    "VI",
                                    "VN",
                                    "VU",
                                    "WF",
                                    "WS",
                                    "YE",
                                    "YT",
                                    "ZA",
                                    "ZM",
                                    "ZW"
                                ],
                                "default": "Unknown",
                                "x-omitempty": true
                            },
                            "PostalCode": {
                                "description": "The postal or ZIP code for the address.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "StateProvince": {
                                "description": "The state or province where the address is located.",
                                "type": "string",
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "comm.TagDefinition.Response": {
                "description": "The response body of a HTTP GET request for the 'comm.TagDefinition' 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 'comm.TagDefinition' resources.",
                "x-one-of-name": "comm.TagDefinition.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/comm.TagDefinition.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"
                }
            },
            "comm.TagDefinition.Relationship": {
                "description": "A relationship to the 'comm.TagDefinition' resource, or the expanded 'comm.TagDefinition' resource, or the 'null' value.",
                "x-one-of-name": "comm.TagDefinition.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/comm.TagDefinition"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "comm.TagDefinition": {
                "title": "Comm:Tag Definition",
                "description": "An arbitrary string. Tag can be assigned to any managed object. The key will be copied to the managed object.\nThe tag key is a string representation of the tag. The tag key can be hierarchical or key-value pair.",
                "x-allOf-name": "comm.TagDefinition",
                "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 'comm.TagDefinition', 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": [
                                    "comm.TagDefinition"
                                ],
                                "default": "comm.TagDefinition",
                                "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": [
                                    "comm.TagDefinition"
                                ],
                                "default": "comm.TagDefinition",
                                "x-enum-as-string": true
                            },
                            "AllowedValues": {
                                "type": "array",
                                "items": {
                                    "description": "In case of KeyValue tags, values can be restricted to certain values. If this property is set, then the tag value can be only one of the values in this collection.\nAllowedValues is not applicable for path tags.",
                                    "type": "string",
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "EnablePropagation": {
                                "description": "If this flag is enabled, the tag will be propagated to related managed objects.\nPropagation is supported in a limited manner for path tags and it is not supported for key value. Rules for propagation are\nconfigured by Intersight and cannot be configured by user.",
                                "type": "boolean",
                                "x-createOnly": true,
                                "x-omitempty": true
                            },
                            "Key": {
                                "description": "The string representation of the tag key. If the tag is of path type, then \"/\" will be interpreted as path delimiters.\nThe tag key must be unique within the account. The tag key is case sensitive and must not be empty.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "RestrictValues": {
                                "description": "If this flag is enabled, then values of the KeyValue tag is restricted to values present in the allowedValues list. RestrictValues is not applicable to path tags.",
                                "type": "boolean",
                                "x-omitempty": true
                            },
                            "SysTag": {
                                "description": "Specifies whether the tag is user-defined or owned by the system.",
                                "type": "boolean",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Type": {
                                "description": "An enum type that defines the type of tag. Only path tags are supported for now, and the type is set to path by default.\n* `KeyValue` - KeyValue type of tag. Key is required for these tags. Value is optional.\n* `PathTag` - Key contain path information. Value is not present for these tags. The path is created by using the '/' character as a delimiter.For example, if the tag is \"A/B/C\", then \"A\" is the parent tag, \"B\" is the child tag of \"A\" and \"C\" is the child tag of \"B\".",
                                "type": "string",
                                "enum": [
                                    "KeyValue",
                                    "PathTag"
                                ],
                                "default": "KeyValue",
                                "x-createOnly": true,
                                "x-omitempty": true
                            },
                            "Usage": {
                                "description": "Indicates whether the tag is used in the system or not.",
                                "$ref": "#/components/schemas/comm.TagUsage",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Account": {
                                "$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.",
                                "readOnly": true
                            },
                            "ParentTag": {
                                "$ref": "#/components/schemas/comm.TagDefinition.Relationship",
                                "description": "A reference to a commTagDefinition resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            }
                        }
                    }
                ]
            },
            "comm.TagDefinition.List": {
                "title": "List of 'comm.TagDefinition' 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 'comm.TagDefinition' 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 'comm.TagDefinition' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/comm.TagDefinition"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "comm.TagUsage": {
                "title": "Comm:Tag Usage",
                "description": "Indicates whether the tag is used in the system or not.",
                "x-allOf-name": "comm.TagUsage",
                "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 'comm.TagUsage', 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": [
                                    "comm.TagUsage"
                                ],
                                "default": "comm.TagUsage",
                                "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": [
                                    "comm.TagUsage"
                                ],
                                "default": "comm.TagUsage",
                                "x-enum-as-string": true
                            },
                            "Count": {
                                "description": "Total count of managed objects that are tagged with this tag. For path tags, this will be a cumulative count. By default, this property is not returned.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "TaggedObjectTypes": {
                                "type": "array",
                                "items": {
                                    "description": "Unique List of Managed Object types that are tagged with this tag.",
                                    "type": "string",
                                    "readOnly": true,
                                    "x-omitempty": true
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "forecast.Catalog.Response": {
                "description": "The response body of a HTTP GET request for the 'forecast.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 'forecast.Catalog' resources.",
                "x-one-of-name": "forecast.Catalog.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/forecast.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"
                }
            },
            "forecast.Catalog.Relationship": {
                "description": "A relationship to the 'forecast.Catalog' resource, or the expanded 'forecast.Catalog' resource, or the 'null' value.",
                "x-one-of-name": "forecast.Catalog.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/forecast.Catalog"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "forecast.Catalog": {
                "title": "Forecast:Catalog",
                "description": "A catalog for managing forecast settings.",
                "x-allOf-name": "forecast.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 'forecast.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": [
                                    "forecast.Catalog"
                                ],
                                "default": "forecast.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": [
                                    "forecast.Catalog"
                                ],
                                "default": "forecast.Catalog",
                                "x-enum-as-string": true
                            },
                            "SchedTime": {
                                "description": "The time at which the regression model needs to run for all the metrics specified in catalog.",
                                "type": "string",
                                "pattern": "^$|^[0-9]{2}:[0-9]{2}:[0-9]{2}",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Version": {
                                "description": "The catalog version used in forecast configuration service.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Definition": {
                                "description": "An array of relationships to forecastDefinition resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/forecast.Definition.Relationship"
                                },
                                "nullable": true,
                                "readOnly": true
                            }
                        }
                    }
                ]
            },
            "forecast.Catalog.List": {
                "title": "List of 'forecast.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 'forecast.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 'forecast.Catalog' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/forecast.Catalog"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "forecast.Definition.Response": {
                "description": "The response body of a HTTP GET request for the 'forecast.Definition' 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 'forecast.Definition' resources.",
                "x-one-of-name": "forecast.Definition.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/forecast.Definition.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"
                }
            },
            "forecast.Definition.Relationship": {
                "description": "A relationship to the 'forecast.Definition' resource, or the expanded 'forecast.Definition' resource, or the 'null' value.",
                "x-one-of-name": "forecast.Definition.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/forecast.Definition"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "forecast.Definition": {
                "title": "Forecast:Definition",
                "description": "Definition for forecast metric settings.",
                "x-allOf-name": "forecast.Definition",
                "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 'forecast.Definition', 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": [
                                    "forecast.Definition"
                                ],
                                "default": "forecast.Definition",
                                "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": [
                                    "forecast.Definition"
                                ],
                                "default": "forecast.Definition",
                                "x-enum-as-string": true
                            },
                            "AlertThresholdInPercentage": {
                                "description": "Threshold above which user needs to be indicated through alarm/alert.",
                                "type": "integer",
                                "format": "int64",
                                "minimum": 1,
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "DataSource": {
                                "description": "Data source from where we get the data for the metrics to compute regression model. For example Druid.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "MetricName": {
                                "description": "Metric for which forecast prediction is done. Metrics are defined in the catalog file. Currently its only HyperFlex cluster storage capacity usage.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "MinNumOfDaysOfData": {
                                "description": "Minimum number of days of data required for computing forecast model.",
                                "type": "integer",
                                "format": "int64",
                                "minimum": 3,
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "NumOfDaysOfHistoricalData": {
                                "description": "Number of days of data queried from the data source (example Druid ) which is used as input data for computing forecast model.",
                                "type": "integer",
                                "format": "int64",
                                "minimum": 14,
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "PlatformType": {
                                "description": "The platform type for which we want to compute forecast. For example HyperFlex, NetworkElement.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Catalog": {
                                "$ref": "#/components/schemas/forecast.Catalog.Relationship",
                                "description": "A reference to a forecastCatalog resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            }
                        }
                    }
                ]
            },
            "forecast.Definition.List": {
                "title": "List of 'forecast.Definition' 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 'forecast.Definition' 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 'forecast.Definition' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/forecast.Definition"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "forecast.Instance.Response": {
                "description": "The response body of a HTTP GET request for the 'forecast.Instance' 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 'forecast.Instance' resources.",
                "x-one-of-name": "forecast.Instance.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/forecast.Instance.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"
                }
            },
            "forecast.Instance.Relationship": {
                "description": "A relationship to the 'forecast.Instance' resource, or the expanded 'forecast.Instance' resource, or the 'null' value.",
                "x-one-of-name": "forecast.Instance.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/forecast.Instance"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "forecast.Instance": {
                "title": "Forecast:Instance",
                "description": "Entity representing forecast result for instance of managed object, ie, data source.",
                "x-allOf-name": "forecast.Instance",
                "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 'forecast.Instance', 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": [
                                    "forecast.Instance"
                                ],
                                "default": "forecast.Instance",
                                "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": [
                                    "forecast.Instance"
                                ],
                                "default": "forecast.Instance",
                                "x-enum-as-string": true
                            },
                            "Action": {
                                "description": "Action to be triggered on forecast instance. Default value is None.\n* `None` - The Enum value None represents that no action is triggered on the forecast Instance managed object.\n* `Evaluate` - The Enum value Evaluate represents that a re-evaluation of the forecast needs to be triggered.",
                                "type": "string",
                                "enum": [
                                    "None",
                                    "Evaluate"
                                ],
                                "default": "None",
                                "x-omitempty": true
                            },
                            "AltModel": {
                                "type": "array",
                                "items": {
                                    "description": "Experimental predictive model generated from the historical data using experimental algorithm. The two models are used to plot and do a comparision.",
                                    "type": "number",
                                    "readOnly": true,
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "DataInterval": {
                                "description": "The time interval (in days) for the data to be used for computing forecast model.",
                                "type": "integer",
                                "format": "int64",
                                "default": 180,
                                "minimum": 60,
                                "maximum": 365,
                                "x-omitempty": true
                            },
                            "DataStartDate": {
                                "description": "The start date from when the data should be used for computing forecast model.",
                                "type": "string",
                                "format": "date-time",
                                "x-omitempty": true
                            },
                            "DeviceId": {
                                "description": "The Moid of the Intersight managed device instance for which regression model is derived.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "FullCapDays": {
                                "description": "The number of days remaining before the device reaches its full functional capacity.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "LastModelUpdateTime": {
                                "description": "The time when the forecast model was last updated.",
                                "type": "string",
                                "format": "date-time",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "MetricName": {
                                "description": "The name of the metric for which regression model is generated.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "MinDaysForForecast": {
                                "description": "The minimum number of days the HyperFlex cluster should be up for computing forecast.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Model": {
                                "description": "Predictive model generated from the historical data of a device or source.",
                                "$ref": "#/components/schemas/forecast.Model",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ThresholdDays": {
                                "description": "The number of days remaining before the device reaches the specified threshold for the metric as defined in definition.",
                                "type": "integer",
                                "format": "int64",
                                "default": 2147483647,
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ForecastDef": {
                                "$ref": "#/components/schemas/forecast.Definition.Relationship",
                                "description": "A reference to a forecastDefinition resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "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
                            }
                        }
                    }
                ]
            },
            "forecast.Instance.List": {
                "title": "List of 'forecast.Instance' 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 'forecast.Instance' 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 'forecast.Instance' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/forecast.Instance"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "forecast.Model": {
                "title": "Forecast:Model",
                "description": "Model encapsulates model type and the model generated based on the type for computing forecast. For example if linear regression predictive modeling is used then the model data contains slope, coefficient and RMSE.",
                "x-allOf-name": "forecast.Model",
                "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 'forecast.Model', 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": [
                                    "forecast.Model"
                                ],
                                "default": "forecast.Model",
                                "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": [
                                    "forecast.Model"
                                ],
                                "default": "forecast.Model",
                                "x-enum-as-string": true
                            },
                            "Accuracy": {
                                "description": "The standard error of the estimate is a measure of the accuracy of predictions from predictive modeling.",
                                "type": "number",
                                "format": "float",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ModelData": {
                                "type": "array",
                                "items": {
                                    "description": "The collection of model data returned by running a predictive modeling. Data can range from slope, coefficient and more depending on the type of model used.",
                                    "type": "number",
                                    "readOnly": true,
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "ModelType": {
                                "description": "Model type indicating type of predictive model used for computing forecast.\n* `Linear` - The Enum value Linear represents that the predictive model type used for forecast computation is linear regression.",
                                "type": "string",
                                "enum": [
                                    "Linear"
                                ],
                                "default": "Linear",
                                "readOnly": true,
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "hyperflex.AbstractAppSetting": {
                "title": "Hyperflex:Abstract App Setting",
                "description": "An application setting as a key/value pair.",
                "x-allOf-name": "hyperflex.AbstractAppSetting",
                "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 'hyperflex.AbstractAppSetting', 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": [
                                    "hyperflex.FeatureLimitEntry",
                                    "hyperflex.ServerModelEntry"
                                ],
                                "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": [
                                    "hyperflex.FeatureLimitEntry",
                                    "hyperflex.ServerModelEntry"
                                ],
                                "x-enum-as-string": true
                            },
                            "Name": {
                                "description": "The application setting identifier.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "Value": {
                                "description": "The application setting value.",
                                "type": "string",
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "hyperflex.Alarm.Response": {
                "description": "The response body of a HTTP GET request for the 'hyperflex.Alarm' 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 'hyperflex.Alarm' resources.",
                "x-one-of-name": "hyperflex.Alarm.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/hyperflex.Alarm.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"
                }
            },
            "hyperflex.Alarm.Relationship": {
                "description": "A relationship to the 'hyperflex.Alarm' resource, or the expanded 'hyperflex.Alarm' resource, or the 'null' value.",
                "x-one-of-name": "hyperflex.Alarm.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/hyperflex.Alarm"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "hyperflex.Alarm": {
                "title": "Hyperflex:Alarm",
                "description": "An alarm representing a fault in the HyperFlex cluster configuration or hardware.",
                "x-allOf-name": "hyperflex.Alarm",
                "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 'hyperflex.Alarm', 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": [
                                    "hyperflex.Alarm"
                                ],
                                "default": "hyperflex.Alarm",
                                "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": [
                                    "hyperflex.Alarm"
                                ],
                                "default": "hyperflex.Alarm",
                                "x-enum-as-string": true
                            },
                            "Acknowledged": {
                                "description": "The acknowledgement state of the alarm. It is 'true' when the alarm is acknowledged and false otherwise.",
                                "type": "boolean",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "AcknowledgedBy": {
                                "description": "The username of the user who acknowledged the alarm.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "AcknowledgedTime": {
                                "description": "The time when the alarm was acknowledged, represented as a Unix timestamp.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "AcknowledgedTimeAsUtc": {
                                "description": "The time when the alarm was acknowledged in ISO 6801 format.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Description": {
                                "description": "The description of the alarm which includes information about the fault that triggered the alarm.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "EntityData": {
                                "description": "The data pertaining to this entity.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "EntityName": {
                                "description": "The name of entity which triggered the alarm.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "EntityType": {
                                "description": "The type of entity which triggered the alarm. For example, this can be the cluster, a node, or VM running on the cluster.\n* `UNKNOWN` - The type of entity is not known.\n* `DISK` - The entity is a physical storage device.\n* `NODE` - The entity is a HyperFlex cluster node.\n* `CLUSTER` - The entity is the HyperFlex cluster itself.\n* `DATASTORE` - The entity is a logical datastore configured on the HyperFlex cluster.\n* `ZONE` - The entity is a logical or physical zone configured on the HyperFlex cluster.\n* `VIRTUALMACHINE` - The entity is a virtual machine running on the HyperFlex cluster.",
                                "type": "string",
                                "enum": [
                                    "UNKNOWN",
                                    "DISK",
                                    "NODE",
                                    "CLUSTER",
                                    "DATASTORE",
                                    "ZONE",
                                    "VIRTUALMACHINE"
                                ],
                                "default": "UNKNOWN",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "EntityUuId": {
                                "description": "The unique identifier of the entity which triggered the alarm.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Message": {
                                "description": "The localized message displayed to the user which describes the alarm.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Name": {
                                "description": "The name of the alarm. This name identifies the type of alarm that was triggered.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Status": {
                                "description": "The severity of the alarm.\n* `UNKNOWN` - The alarm status is not known.\n* `CLEARED` - The event that triggered the alarm has been remedied and no longer requires the user's attention.\n* `INFO` - The alarm represents a message that does not require the user's immediate attention.\n* `WARNING` - The alarm represents a moderate fault.\n* `CRITICAL` - The alarm represents a critical fault.",
                                "type": "string",
                                "enum": [
                                    "UNKNOWN",
                                    "CLEARED",
                                    "INFO",
                                    "WARNING",
                                    "CRITICAL"
                                ],
                                "default": "UNKNOWN",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "TriggeredTime": {
                                "description": "The time when alarm was triggered as a Unix timestamp.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "TriggeredTimeAsUtc": {
                                "description": "The time when alarm was triggered in ISO 6801 UTC format.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Uuid": {
                                "description": "The unique identifier for this alarm instance.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "AncestorMos": {
                                "description": "An array of relationships to infraBaseCluster resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/infra.BaseCluster.Relationship"
                                },
                                "nullable": true,
                                "readOnly": true
                            },
                            "Cluster": {
                                "$ref": "#/components/schemas/hyperflex.Cluster.Relationship",
                                "description": "A reference to a hyperflexCluster resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            }
                        }
                    }
                ]
            },
            "hyperflex.Alarm.List": {
                "title": "List of 'hyperflex.Alarm' 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 'hyperflex.Alarm' 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 'hyperflex.Alarm' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/hyperflex.Alarm"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "hyperflex.AlarmSummary": {
                "title": "Hyperflex:Alarm Summary",
                "description": "The summary of alarm counts based on alarm severity.",
                "x-allOf-name": "hyperflex.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 'hyperflex.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": [
                                    "hyperflex.AlarmSummary"
                                ],
                                "default": "hyperflex.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": [
                                    "hyperflex.AlarmSummary"
                                ],
                                "default": "hyperflex.AlarmSummary",
                                "x-enum-as-string": true
                            },
                            "Critical": {
                                "description": "The count of alarms that have severity type Critical.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Health": {
                                "description": "The health of the managed endpoint. The health is computed from the highest-severity alarm raised on the endpoint.\n* `Healthy` - The Enum value represents that the entity is healthy.\n* `Warning` - The Enum value Warning represents that the entity has one or more active warnings on it.\n* `Critical` - The Enum value Critical represents that the entity is in a critical state.",
                                "type": "string",
                                "enum": [
                                    "Healthy",
                                    "Warning",
                                    "Critical"
                                ],
                                "default": "Healthy",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Info": {
                                "description": "The count of alarms that have severity type Info.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Warning": {
                                "description": "The count of alarms that have severity type Warning.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "hyperflex.AppCatalog.Response": {
                "description": "The response body of a HTTP GET request for the 'hyperflex.AppCatalog' 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 'hyperflex.AppCatalog' resources.",
                "x-one-of-name": "hyperflex.AppCatalog.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/hyperflex.AppCatalog.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"
                }
            },
            "hyperflex.AppCatalog.Relationship": {
                "description": "A relationship to the 'hyperflex.AppCatalog' resource, or the expanded 'hyperflex.AppCatalog' resource, or the 'null' value.",
                "x-one-of-name": "hyperflex.AppCatalog.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/hyperflex.AppCatalog"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "hyperflex.AppCatalog": {
                "title": "HyperFlex application settings",
                "description": "A catalog for managing application settings for HyperFlex cluster configuration service.",
                "x-allOf-name": "hyperflex.AppCatalog",
                "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 'hyperflex.AppCatalog', 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": [
                                    "hyperflex.AppCatalog"
                                ],
                                "default": "hyperflex.AppCatalog",
                                "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": [
                                    "hyperflex.AppCatalog"
                                ],
                                "default": "hyperflex.AppCatalog",
                                "x-enum-as-string": true
                            },
                            "Version": {
                                "description": "The catalog version used in HyperFlex cluster configuration service.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "FeatureLimitExternal": {
                                "$ref": "#/components/schemas/hyperflex.FeatureLimitExternal.Relationship",
                                "description": "A reference to a hyperflexFeatureLimitExternal resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline."
                            },
                            "FeatureLimitInternal": {
                                "$ref": "#/components/schemas/hyperflex.FeatureLimitInternal.Relationship",
                                "description": "A reference to a hyperflexFeatureLimitInternal resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline."
                            },
                            "HxdpVersions": {
                                "description": "An array of relationships to hyperflexHxdpVersion resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/hyperflex.HxdpVersion.Relationship"
                                },
                                "nullable": true
                            },
                            "HyperflexCapabilityInfos": {
                                "description": "An array of relationships to hyperflexCapabilityInfo resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/hyperflex.CapabilityInfo.Relationship"
                                },
                                "nullable": true
                            },
                            "HyperflexSoftwareCompatibilityInfos": {
                                "description": "An array of relationships to hclHyperflexSoftwareCompatibilityInfo resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/hcl.HyperflexSoftwareCompatibilityInfo.Relationship"
                                },
                                "nullable": true
                            },
                            "ServerFirmwareVersion": {
                                "$ref": "#/components/schemas/hyperflex.ServerFirmwareVersion.Relationship",
                                "description": "A reference to a hyperflexServerFirmwareVersion resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline."
                            },
                            "ServerModel": {
                                "$ref": "#/components/schemas/hyperflex.ServerModel.Relationship",
                                "description": "A reference to a hyperflexServerModel resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline."
                            },
                            "SoftwareDistributions": {
                                "description": "An array of relationships to hyperflexSoftwareDistributionEntry resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/hyperflex.SoftwareDistributionEntry.Relationship"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "hyperflex.AppCatalog.List": {
                "title": "List of 'hyperflex.AppCatalog' 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 'hyperflex.AppCatalog' 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 'hyperflex.AppCatalog' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/hyperflex.AppCatalog"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "hyperflex.AppSettingConstraint": {
                "title": "Hyperflex:App Setting Constraint",
                "description": "A constraint that can be used to qualify an application setting.",
                "x-allOf-name": "hyperflex.AppSettingConstraint",
                "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 'hyperflex.AppSettingConstraint', 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": [
                                    "hyperflex.AppSettingConstraint"
                                ],
                                "default": "hyperflex.AppSettingConstraint",
                                "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": [
                                    "hyperflex.AppSettingConstraint"
                                ],
                                "default": "hyperflex.AppSettingConstraint",
                                "x-enum-as-string": true
                            },
                            "DeploymentType": {
                                "description": "The deployment type of the cluster.\n* `NA` - The deployment type of the HyperFlex cluster is not available.\n* `Datacenter` - The deployment type of a HyperFlex cluster consisting of UCS Fabric Interconnect-attached nodes on the same site.\n* `Stretched Cluster` - The deployment type of a HyperFlex cluster consisting of UCS Fabric Interconnect-attached nodes across different sites.\n* `Edge` - The deployment type of a HyperFlex cluster consisting of 2 or more standalone nodes.\n* `DC-No-FI` - The deployment type of a HyperFlex cluster consisting of 3 or more standalone nodes with the required Datacenter license.",
                                "type": "string",
                                "enum": [
                                    "NA",
                                    "Datacenter",
                                    "Stretched Cluster",
                                    "Edge",
                                    "DC-No-FI"
                                ],
                                "default": "NA",
                                "x-omitempty": true
                            },
                            "HxdpVersion": {
                                "description": "The supported HyperFlex Data Platform version in regex format.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "HypervisorType": {
                                "description": "The hypervisor type for the HyperFlex cluster.\n* `ESXi` - The hypervisor running on the HyperFlex cluster is a Vmware ESXi hypervisor of any version.\n* `Hyper-V` - The hypervisor running on the HyperFlex cluster is Microsoft Hyper-V.\n* `Unknown` - The hypervisor running on the HyperFlex cluster is not known.",
                                "type": "string",
                                "enum": [
                                    "ESXi",
                                    "Hyper-V",
                                    "Unknown"
                                ],
                                "default": "ESXi",
                                "x-omitempty": true
                            },
                            "MgmtPlatform": {
                                "description": "The supported management platform for the HyperFlex Cluster.\n* `FI` - The host servers used in the cluster deployment are managed by a UCS Fabric Interconnect.\n* `EDGE` - The host servers used in the cluster deployment are standalone severs.\n* `DC-No-FI` - The host servers used in the cluster deployment are standalone servers with the DC Advantage license.",
                                "type": "string",
                                "enum": [
                                    "FI",
                                    "EDGE",
                                    "DC-No-FI"
                                ],
                                "default": "FI",
                                "x-omitempty": true
                            },
                            "ServerModel": {
                                "description": "The supported server models in regex format.",
                                "type": "string",
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "hyperflex.AutoSupportPolicy.Response": {
                "description": "The response body of a HTTP GET request for the 'hyperflex.AutoSupportPolicy' 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 'hyperflex.AutoSupportPolicy' resources.",
                "x-one-of-name": "hyperflex.AutoSupportPolicy.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/hyperflex.AutoSupportPolicy.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"
                }
            },
            "hyperflex.AutoSupportPolicy.Relationship": {
                "description": "A relationship to the 'hyperflex.AutoSupportPolicy' resource, or the expanded 'hyperflex.AutoSupportPolicy' resource, or the 'null' value.",
                "x-one-of-name": "hyperflex.AutoSupportPolicy.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/hyperflex.AutoSupportPolicy"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "hyperflex.AutoSupportPolicy": {
                "title": "Auto Support",
                "description": "A policy specifying the configuration to automatically generate support tickets with Cisco TAC.",
                "x-allOf-name": "hyperflex.AutoSupportPolicy",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/policy.AbstractPolicy"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'hyperflex.AutoSupportPolicy', 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": [
                                    "hyperflex.AutoSupportPolicy"
                                ],
                                "default": "hyperflex.AutoSupportPolicy",
                                "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": [
                                    "hyperflex.AutoSupportPolicy"
                                ],
                                "default": "hyperflex.AutoSupportPolicy",
                                "x-enum-as-string": true
                            },
                            "AdminState": {
                                "description": "Enable or disable Auto-Support.",
                                "type": "boolean",
                                "default": true,
                                "x-omitempty": true
                            },
                            "ServiceTicketReceipient": {
                                "description": "The recipient email address for support tickets.",
                                "type": "string",
                                "pattern": "^$|^[a-zA-Z0-9.!#$%&'*+/=?^_`{|}~-]+@[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)*$",
                                "x-omitempty": true
                            },
                            "ClusterProfiles": {
                                "description": "An array of relationships to hyperflexClusterProfile resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/hyperflex.ClusterProfile.Relationship"
                                },
                                "nullable": 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
                            }
                        }
                    }
                ]
            },
            "hyperflex.AutoSupportPolicy.List": {
                "title": "List of 'hyperflex.AutoSupportPolicy' 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 'hyperflex.AutoSupportPolicy' 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 'hyperflex.AutoSupportPolicy' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/hyperflex.AutoSupportPolicy"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "hyperflex.BackupCluster.Response": {
                "description": "The response body of a HTTP GET request for the 'hyperflex.BackupCluster' 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 'hyperflex.BackupCluster' resources.",
                "x-one-of-name": "hyperflex.BackupCluster.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/hyperflex.BackupCluster.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"
                }
            },
            "hyperflex.BackupCluster.Relationship": {
                "description": "A relationship to the 'hyperflex.BackupCluster' resource, or the expanded 'hyperflex.BackupCluster' resource, or the 'null' value.",
                "x-one-of-name": "hyperflex.BackupCluster.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/hyperflex.BackupCluster"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "hyperflex.BackupCluster": {
                "title": "Hyperflex:Backup Cluster",
                "description": "The BackupCluster object is central to managing backup-related operations for HyperFlex clusters, providing comprehensive information about the backup source and target clusters.\n#### Purpose\nBackupCluster is designed to offer insights into the backup processes associated with HyperFlex clusters. It outlines the relationships and UUIDs pertinent to backup operations, facilitating seamless tracking and management of backup activities.\n#### Key Concepts\n- **Cluster Associations:** Establishes connections between source and target clusters, ensuring clarity in backup operations.\n- **Protection Details:** Describes backup sources and references, aiding in the management and validation of backup integrity.\n- **Access Control:** Utilizes privilege sets to regulate access to backup information, maintaining security and data protection standards.",
                "x-allOf-name": "hyperflex.BackupCluster",
                "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 'hyperflex.BackupCluster', 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": [
                                    "hyperflex.BackupCluster"
                                ],
                                "default": "hyperflex.BackupCluster",
                                "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": [
                                    "hyperflex.BackupCluster"
                                ],
                                "default": "hyperflex.BackupCluster",
                                "x-enum-as-string": true
                            },
                            "BackupDataStore": {
                                "description": "Defines the backup source cluster and its references.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "SrcClusterUuid": {
                                "description": "UUID for the cluster to allow lookups across unclaim/reclaim.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "SrcCluster": {
                                "$ref": "#/components/schemas/hyperflex.Cluster.Relationship",
                                "description": "A reference to a hyperflexCluster resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "TgtCluster": {
                                "$ref": "#/components/schemas/hyperflex.Cluster.Relationship",
                                "description": "A reference to a hyperflexCluster resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            }
                        }
                    }
                ]
            },
            "hyperflex.BackupCluster.List": {
                "title": "List of 'hyperflex.BackupCluster' 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 'hyperflex.BackupCluster' 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 'hyperflex.BackupCluster' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/hyperflex.BackupCluster"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "hyperflex.BackupPolicySettings": {
                "title": "Hyperflex:Backup Policy Settings",
                "description": "HyperFlex Backup Policy settings definition.",
                "x-allOf-name": "hyperflex.BackupPolicySettings",
                "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 'hyperflex.BackupPolicySettings', 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": [
                                    "hyperflex.BackupPolicySettings"
                                ],
                                "default": "hyperflex.BackupPolicySettings",
                                "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": [
                                    "hyperflex.BackupPolicySettings"
                                ],
                                "default": "hyperflex.BackupPolicySettings",
                                "x-enum-as-string": true
                            },
                            "BackupDataStoreName": {
                                "description": "Backup datastore name used during auto creation of the datastore. All Virtual Machines created in this datastore will be automatically backed up.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "BackupDataStoreSize": {
                                "description": "Capacity of Backup source datastore.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "BackupDataStoreSizeUnit": {
                                "description": "Unit of backupDataStoreSize.  Allowable values are \"GB\" (Gigabytes) or \"TB\" (Terabytes).\n* `GB` - BackupDataStoreSize is specified in Gigabytes.\n* `TB` - BackupDataStoreSize is specified in Terabytes.",
                                "type": "string",
                                "enum": [
                                    "GB",
                                    "TB"
                                ],
                                "default": "GB",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "DataStoreEncryptionEnabled": {
                                "description": "Whether the datastore is encrypted or not.",
                                "type": "boolean",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "LocalSnapshotRetentionCount": {
                                "description": "Number of snapshots that will be retained.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ReplicationIntervalInMinutes": {
                                "description": "Snapshot replication interval.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ReplicationPairNamePrefix": {
                                "description": "Replication cluster pairing name prefix.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "SnapshotRetentionCount": {
                                "description": "Number of snapshots that will be retained.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "hyperflex.BaseCluster.Relationship": {
                "description": "A relationship to the 'hyperflex.BaseCluster' resource, or the expanded 'hyperflex.BaseCluster' resource, or the 'null' value.",
                "x-one-of-name": "hyperflex.BaseCluster.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/hyperflex.BaseCluster"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "hyperflex.BaseCluster": {
                "title": "Hyperflex:Base Cluster",
                "description": "A Base HyperFlex cluster with common attributes of a Hyperflex compute cluster and storage cluster with parent & child relationships. A cluster is a grouping of resources such as hosts, compute nodes or storage nodes.",
                "x-allOf-name": "hyperflex.BaseCluster",
                "allOf": [
                    {
                        "$ref": "intersight-server-v3-1.0.11-20260807064027971.json#/components/schemas/storage.BaseCluster"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'hyperflex.BaseCluster', 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": [
                                    "hyperflex.Cluster"
                                ],
                                "default": "hyperflex.Cluster",
                                "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": [
                                    "hyperflex.Cluster"
                                ],
                                "default": "hyperflex.Cluster",
                                "x-enum-as-string": true
                            },
                            "AlarmSummary": {
                                "description": "The summary of alarm counts based on the severity types (Critical or Warning).",
                                "$ref": "#/components/schemas/hyperflex.AlarmSummary",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "CapacityRunway": {
                                "description": "The number of days remaining before the cluster's storage utilization reaches the recommended capacity limit of 76%.\nDefault value is math.MaxInt32 to indicate that the capacity runway is \"Unknown\" for a cluster that is not connected or with not sufficient data.",
                                "type": "integer",
                                "format": "int64",
                                "default": 2147483647,
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ClusterName": {
                                "description": "The name of this HyperFlex cluster.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ClusterPurpose": {
                                "description": "This can be a Storage or Compute cluster. A storage cluster contains storage nodes that are used to persist data. A compute cluster contains compute nodes that are used for executing business logic.\n* `Storage` - Cluster of storage nodes used to persist data.\n* `Compute` - Cluster of compute nodes used to execute business logic.\n* `Unknown` - This cluster type is Unknown. Expect Compute or Storage as valid values.",
                                "type": "string",
                                "enum": [
                                    "Storage",
                                    "Compute",
                                    "Unknown"
                                ],
                                "default": "Storage",
                                "x-omitempty": true
                            },
                            "ComputeNodeCount": {
                                "description": "The number of compute nodes that belong to this cluster.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ConvergedNodeCount": {
                                "description": "The number of converged nodes that belong to this cluster.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "DeploymentType": {
                                "description": "The deployment type of the HyperFlex cluster.\nThe cluster can have one of the following configurations:\n1. Datacenter: The HyperFlex cluster consists of UCS Fabric Interconnect-attached nodes on a single site.\n2. Stretched Cluster: The HyperFlex cluster consists of UCS Fabric Interconnect-attached nodes distributed across multiple sites.\n3. Edge: The HyperFlex cluster consists of 2-4 standalone nodes.\nIf the cluster is running a HyperFlex Data Platform version less than 4.0 or if the deployment type cannot be determined,\nthe deployment type is set as 'NA' (not available).\n* `NA` - The deployment type of the HyperFlex cluster is not available.\n* `Datacenter` - The deployment type of a HyperFlex cluster consisting of UCS Fabric Interconnect-attached nodes on the same site.\n* `Stretched Cluster` - The deployment type of a HyperFlex cluster consisting of UCS Fabric Interconnect-attached nodes across different sites.\n* `Edge` - The deployment type of a HyperFlex cluster consisting of 2 or more standalone nodes.\n* `DC-No-FI` - The deployment type of a HyperFlex cluster consisting of 3 or more standalone nodes with the required Datacenter license.",
                                "type": "string",
                                "enum": [
                                    "NA",
                                    "Datacenter",
                                    "Stretched Cluster",
                                    "Edge",
                                    "DC-No-FI"
                                ],
                                "default": "NA",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "DriveType": {
                                "description": "The type of the drives used for storage in this cluster.\n* `NA` - The drive type of the cluster is not available.\n* `All-Flash` - Indicates that this cluster contains flash drives only.\n* `Hybrid` - Indicates that this cluster contains both flash and hard disk drives.",
                                "type": "string",
                                "enum": [
                                    "NA",
                                    "All-Flash",
                                    "Hybrid"
                                ],
                                "default": "NA",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "HxVersion": {
                                "description": "The HyperFlex Data or Application Platform version of this cluster.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "HypervisorType": {
                                "description": "Identifies the broad type of the underlying hypervisor.\n* `ESXi` - The hypervisor running on the HyperFlex cluster is a Vmware ESXi hypervisor of any version.\n* `Hyper-V` - The hypervisor running on the HyperFlex cluster is Microsoft Hyper-V.\n* `Unknown` - The hypervisor running on the HyperFlex cluster is not known.",
                                "type": "string",
                                "enum": [
                                    "ESXi",
                                    "Hyper-V",
                                    "Unknown"
                                ],
                                "default": "ESXi",
                                "x-omitempty": true
                            },
                            "HypervisorVersion": {
                                "description": "The version of hypervisor running on this cluster.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Identity": {
                                "description": "The internally generated identity of this cluster. \nThis entity is not manipulated by users. It aids in uniquely identifying \nthe cluster object. In case of VMware, this is a MOR (managed object reference).",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "StorageNodeCount": {
                                "description": "The number of storage nodes that belong to this cluster.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "StorageUtilization": {
                                "description": "The storage utilization is computed based on total capacity and current capacity utilization.",
                                "type": "number",
                                "format": "float",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "UtilizationPercentage": {
                                "description": "The storage utilization percentage is computed based on total capacity and current capacity utilization.",
                                "type": "number",
                                "format": "float",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "UtilizationTrendPercentage": {
                                "description": "The storage utilization trend percentage represents the trend in percentage computed using the first and last point from historical data.",
                                "type": "number",
                                "format": "float",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "AssociatedProfile": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/policy.AbstractProfile.Relationship",
                                "description": "A reference to a policyAbstractProfile resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline."
                            },
                            "ChildClusters": {
                                "description": "An array of relationships to hyperflexBaseCluster resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/hyperflex.BaseCluster.Relationship"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "hyperflex.Capability": {
                "title": "Hyperflex:Capability",
                "description": "Capabilities and features supported in the HyperFlex cluster.",
                "x-allOf-name": "hyperflex.Capability",
                "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 'hyperflex.Capability', 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": [
                                    "hyperflex.Capability"
                                ],
                                "default": "hyperflex.Capability",
                                "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": [
                                    "hyperflex.Capability"
                                ],
                                "default": "hyperflex.Capability",
                                "x-enum-as-string": true
                            },
                            "EncryptionSupported": {
                                "description": "Specifies if encryption is supported in the HyperFlex cluster. The HyperFlex cluster supports self\nencrypting drives (SED).",
                                "type": "boolean",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "IscsiSupported": {
                                "description": "Specifies if iSCSI is supported in the HyperFlex cluster. The HyperFlex cluster supports an iSCSI network,\niSCSI initiator groups, targets, and logical unit number (LUN).",
                                "type": "boolean",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ReplicationSupported": {
                                "description": "Specifies if replication is supported in the HyperFlex cluster. \nThe HyperFlex cluster supports 1:1 disaster recovery and N:1 backup.",
                                "type": "boolean",
                                "readOnly": true,
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "hyperflex.CapabilityInfo.Response": {
                "description": "The response body of a HTTP GET request for the 'hyperflex.CapabilityInfo' 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 'hyperflex.CapabilityInfo' resources.",
                "x-one-of-name": "hyperflex.CapabilityInfo.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/hyperflex.CapabilityInfo.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"
                }
            },
            "hyperflex.CapabilityInfo.Relationship": {
                "description": "A relationship to the 'hyperflex.CapabilityInfo' resource, or the expanded 'hyperflex.CapabilityInfo' resource, or the 'null' value.",
                "x-one-of-name": "hyperflex.CapabilityInfo.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/hyperflex.CapabilityInfo"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "hyperflex.CapabilityInfo": {
                "title": "Hyperflex Capabilities and Feature limits Information",
                "description": "A capabilityInfo is like a feature set and/or feature limit for different components of a HyperFlex Cluster. A set of constraints defines the rules, and the corresponding value either determines if the feature would work on a HyperFlex cluster with specific component set, or corresponds to a limit for a set of HyperFlex components. For example, \"minUcsVersion\" for HyperFlex version \"4.0.1a\" corresponds to \"3.2.3\" or \"minHxdpVersion\" for HyperFlex Upgrade operation is \"4.0.1a\" etc. This data can be captured as a capability and at run-time, decision can be made to proceed with the intended operation or not, or proceed with the intended operation with a value catered to specific feature sets.",
                "x-allOf-name": "hyperflex.CapabilityInfo",
                "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 'hyperflex.CapabilityInfo', 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": [
                                    "hyperflex.CapabilityInfo"
                                ],
                                "default": "hyperflex.CapabilityInfo",
                                "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": [
                                    "hyperflex.CapabilityInfo"
                                ],
                                "default": "hyperflex.CapabilityInfo",
                                "x-enum-as-string": true
                            },
                            "CapabilityConstraints": {
                                "type": "array",
                                "items": {
                                    "description": "Collection of constraints, which when applied together in tandem with an \"AND\" assertion, will correspond to the specified Value. Hence the Value will make sense only iff all the constraints match.",
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/hcl.Constraint",
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "Name": {
                                "description": "Name of the capability or feature set consisting of a collection of constraint rules and value.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "Value": {
                                "description": "Capability Value which is valid only iff all specified constraints match.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "AppCatalog": {
                                "$ref": "#/components/schemas/hyperflex.AppCatalog.Relationship",
                                "description": "A reference to a hyperflexAppCatalog resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline."
                            }
                        }
                    }
                ]
            },
            "hyperflex.CapabilityInfo.List": {
                "title": "List of 'hyperflex.CapabilityInfo' 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 'hyperflex.CapabilityInfo' 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 'hyperflex.CapabilityInfo' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/hyperflex.CapabilityInfo"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "hyperflex.Cluster.Response": {
                "description": "The response body of a HTTP GET request for the 'hyperflex.Cluster' 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 'hyperflex.Cluster' resources.",
                "x-one-of-name": "hyperflex.Cluster.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/hyperflex.Cluster.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"
                }
            },
            "hyperflex.Cluster.Relationship": {
                "description": "A relationship to the 'hyperflex.Cluster' resource, or the expanded 'hyperflex.Cluster' resource, or the 'null' value.",
                "x-one-of-name": "hyperflex.Cluster.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/hyperflex.Cluster"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "hyperflex.Cluster": {
                "title": "Hyperflex:Cluster",
                "description": "The Cluster object represents a HyperFlex cluster and is a comprehensive model encapsulating the cluster's inventory, health, software versions, storage, and nodes. It is a central element in managing and monitoring the overall state and functionality of a HyperFlex system.\n#### Purpose\nThe Cluster object is designed to provide a detailed representation of a HyperFlex cluster, offering insights into its operational status, configurations, and capabilities. It serves as a vital tool for administrators to manage and optimize cluster resources effectively.\n#### Key Concepts\n- **Cluster Inventory:** Captures extensive details about the cluster's hardware and software components, including storage and node configurations.\n- **Health Monitoring:** Provides insights into the cluster's health status, enabling proactive management and maintenance.\n- **Configuration Management:** Facilitates the management of cluster settings, ensuring that configurations align with operational requirements and best practices.\n- **Integration:** Acts as a hub for integrating various cluster-related services and functionalities, supporting efficient cluster operations.",
                "x-allOf-name": "hyperflex.Cluster",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/hyperflex.BaseCluster"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'hyperflex.Cluster', 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": [
                                    "hyperflex.Cluster"
                                ],
                                "default": "hyperflex.Cluster",
                                "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": [
                                    "hyperflex.Cluster"
                                ],
                                "default": "hyperflex.Cluster",
                                "x-enum-as-string": true
                            },
                            "Capability": {
                                "description": "Capabilities and features supported in the HyperFlex cluster.",
                                "$ref": "#/components/schemas/hyperflex.Capability",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ClusterType": {
                                "description": "The storage type of this cluster (All Flash or Hybrid).",
                                "deprecated": true,
                                "x-sunset": "2027-03-01",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ClusterUuid": {
                                "description": "The unique identifier for this HyperFlex cluster.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "DeviceId": {
                                "description": "The unique identifier of the device registration that represents this HyperFlex cluster's connection to Intersight.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "DnsServers": {
                                "type": "array",
                                "items": {
                                    "description": "The domain name system (DNS) servers configured on the cluster.",
                                    "type": "string",
                                    "readOnly": true,
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "EncryptionStatus": {
                                "description": "This captures the encryption status for a HyperFlex cluster.\nCurrently it will have the status if HXA-CLU-0020 alarm is raised. In the future it can capture other details.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "FltAggr": {
                                "description": "The number of yellow (warning) and red (critical) alarms stored as an aggregate.\nThe first 16 bits indicate the number of red alarms, and the last 16 bits contain the number of yellow alarms.",
                                "deprecated": true,
                                "x-sunset": "2027-03-01",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "HxdpBuildVersion": {
                                "description": "The version and build number of the HyperFlex Data Platform for this cluster.\nAfter a cluster upgrade, this version string will be updated on the next inventory cycle to reflect\nthe newly installed version.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "NetworkConfiguration": {
                                "description": "The network configuration information of the HyperFlex cluster.",
                                "$ref": "#/components/schemas/hyperflex.NetworkConfiguration",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "NtpServers": {
                                "type": "array",
                                "items": {
                                    "description": "The network time protocol (NTP) servers configured on the cluster.",
                                    "type": "string",
                                    "readOnly": true,
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "Summary": {
                                "description": "The summary of HyperFlex cluster health, storage, and number of nodes.",
                                "$ref": "#/components/schemas/hyperflex.Summary",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "UpgradeStatus": {
                                "description": "The upgrade status of the HyperFlex cluster.\n* `Unknown` - The upgrade status of the HyperFlex cluster could not be determined.\n* `Ok` - The upgrade of the HyperFlex cluster is complete.\n* `InProgress` - The upgrade of the HyperFlex cluster is in-progress.\n* `Failed` - The upgrade of the HyperFlex cluster has failed.\n* `Waiting` - The upgrade of the HyperFlex cluster is waiting to continue execution.",
                                "type": "string",
                                "enum": [
                                    "Unknown",
                                    "Ok",
                                    "InProgress",
                                    "Failed",
                                    "Waiting"
                                ],
                                "default": "Unknown",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "UplinkSpeed": {
                                "description": "The uplink speed information of the HyperFlex cluster.\n* `Unknown` - The uplink speed could not be determined. The physical servers are potentially not claimed.\n* `10G` - The uplink speed is 10G.\n* `1G` - The uplink speed is 1G.",
                                "type": "string",
                                "enum": [
                                    "Unknown",
                                    "10G",
                                    "1G"
                                ],
                                "default": "Unknown",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "VcenterConfiguration": {
                                "description": "The vCenter configuration information of the HyperFlex cluster.",
                                "$ref": "#/components/schemas/hyperflex.VcenterConfiguration",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "VmCount": {
                                "description": "The number of virtual machines present on this cluster.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ZoneType": {
                                "description": "The type of availability zone used by the cluster. Physical zones are always used in HyperFlex\nStretched Clusters. Logical zones may be used if a cluster has Logical Availability Zones (LAZ)\nenabled.\n* `UNKNOWN` - The type of zone configured on the HyperFlex cluster is not known.\n* `NOT_CONFIGURED` - The zone type is not configured.\n* `LOGICAL` - The zone is a logical zone created when the logical availability zones (LAZ) feature is enabled on the HyperFlex cluster.\n* `PHYSICAL` - The zone is a physical zone configured on a stretched HyperFlex cluster.",
                                "type": "string",
                                "enum": [
                                    "UNKNOWN",
                                    "NOT_CONFIGURED",
                                    "LOGICAL",
                                    "PHYSICAL"
                                ],
                                "default": "UNKNOWN",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Alarm": {
                                "description": "An array of relationships to hyperflexAlarm resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/hyperflex.Alarm.Relationship"
                                },
                                "nullable": true,
                                "readOnly": true
                            },
                            "Encryption": {
                                "$ref": "#/components/schemas/hyperflex.Encryption.Relationship",
                                "description": "A reference to a hyperflexEncryption resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "Health": {
                                "$ref": "#/components/schemas/hyperflex.Health.Relationship",
                                "description": "A reference to a hyperflexHealth resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "License": {
                                "$ref": "#/components/schemas/hyperflex.License.Relationship",
                                "description": "A reference to a hyperflexLicense resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "Nodes": {
                                "description": "An array of relationships to hyperflexNode resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/hyperflex.Node.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
                            },
                            "StorageClientIpPools": {
                                "description": "An array of relationships to ippoolPool resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "intersight-server-v3-1.0.11-20260807064027971.json#/components/schemas/ippool.Pool.Relationship"
                                },
                                "nullable": true,
                                "readOnly": true
                            },
                            "StorageClientVrf": {
                                "$ref": "intersight-server-v3-1.0.11-20260807064027971.json#/components/schemas/vrf.Vrf.Relationship",
                                "description": "A reference to a vrfVrf resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "StorageContainers": {
                                "description": "An array of relationships to storageHyperFlexStorageContainer resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "intersight-server-v3-1.0.11-20260807064027971.json#/components/schemas/storage.HyperFlexStorageContainer.Relationship"
                                },
                                "nullable": true,
                                "readOnly": true
                            },
                            "Volumes": {
                                "description": "An array of relationships to storageHyperFlexVolume resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "intersight-server-v3-1.0.11-20260807064027971.json#/components/schemas/storage.HyperFlexVolume.Relationship"
                                },
                                "nullable": true,
                                "readOnly": true
                            }
                        }
                    }
                ]
            },
            "hyperflex.Cluster.List": {
                "title": "List of 'hyperflex.Cluster' 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 'hyperflex.Cluster' 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 'hyperflex.Cluster' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/hyperflex.Cluster"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "hyperflex.ClusterBackupPolicy.Response": {
                "description": "The response body of a HTTP GET request for the 'hyperflex.ClusterBackupPolicy' 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 'hyperflex.ClusterBackupPolicy' resources.",
                "x-one-of-name": "hyperflex.ClusterBackupPolicy.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/hyperflex.ClusterBackupPolicy.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"
                }
            },
            "hyperflex.ClusterBackupPolicy": {
                "title": "Backup Configuration",
                "description": "The ClusterBackupPolicy object is a critical component in the HyperFlex system, designed to specify backup configurations for a HyperFlex Cluster. This provides a structured approach to managing data backup operations, ensuring data integrity and availability across various deployment scenarios.  \n#### Purpose  \nThe ClusterBackupPolicy serves as the blueprint for configuring backup operations within a HyperFlex Cluster. It facilitates the definition and management of backup settings, allowing administrators to customize and optimize backup strategies according to their specific needs.  \n#### Key Concepts  \n- **Policy-Based Management:** Enables centralized control and management of backup configurations, providing a consistent framework for data protection across the cluster. \n- **Flexibility:** Supports various customization options, including datastore settings, snapshot retention, and encryption, allowing tailored backup strategies. \n- **Integration:** Works seamlessly with HyperFlex Cluster profiles, ensuring that backup configurations are aligned with cluster operations and requirements. \n- **Security:** Incorporates encryption options to safeguard data, ensuring compliance with security standards and protecting against unauthorized access.",
                "x-allOf-name": "hyperflex.ClusterBackupPolicy",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/policy.AbstractPolicy"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'hyperflex.ClusterBackupPolicy', 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": [
                                    "hyperflex.ClusterBackupPolicy"
                                ],
                                "default": "hyperflex.ClusterBackupPolicy",
                                "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": [
                                    "hyperflex.ClusterBackupPolicy"
                                ],
                                "default": "hyperflex.ClusterBackupPolicy",
                                "x-enum-as-string": true
                            },
                            "BackupDataStoreName": {
                                "description": "Backup datastore name prefix used during the auto creation of the datastore. All VMs created in this datastore will be automatically backed up.",
                                "type": "string",
                                "default": "backup-source-ds",
                                "x-createOnly": true,
                                "x-omitempty": true
                            },
                            "BackupDataStoreSize": {
                                "description": "Replication data store size in backupDataStoreSizeUnit.",
                                "type": "integer",
                                "format": "int64",
                                "default": 2,
                                "x-createOnly": true,
                                "x-omitempty": true
                            },
                            "BackupDataStoreSizeUnit": {
                                "description": "Replication data store size.",
                                "type": "string",
                                "default": "TB",
                                "x-createOnly": true,
                                "x-omitempty": true
                            },
                            "DataStoreEncryptionEnabled": {
                                "description": "Whether the datastore is encrypted or not.",
                                "type": "boolean",
                                "default": false,
                                "x-omitempty": true
                            },
                            "LocalSnapshotRetentionCount": {
                                "description": "Number of snapshots that will be retained as part of the Multi Point in Time support.",
                                "type": "integer",
                                "format": "int64",
                                "default": 4,
                                "minimum": 1,
                                "maximum": 30,
                                "x-omitempty": true
                            },
                            "ReplicationPairNamePrefix": {
                                "description": "Replication cluster pairing name prefix.",
                                "type": "string",
                                "default": "backup",
                                "x-createOnly": true,
                                "x-omitempty": true
                            },
                            "ReplicationSchedule": {
                                "description": "Backup policy replication schedule.",
                                "$ref": "#/components/schemas/hyperflex.ReplicationSchedule",
                                "x-omitempty": true
                            },
                            "SnapshotRetentionCount": {
                                "description": "Number of snapshots that will be retained as part of the Multi Point in Time support.",
                                "type": "integer",
                                "format": "int64",
                                "default": 4,
                                "minimum": 1,
                                "maximum": 30,
                                "x-omitempty": true
                            },
                            "BackupTarget": {
                                "$ref": "#/components/schemas/hyperflex.Cluster.Relationship",
                                "description": "A reference to a hyperflexCluster resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline."
                            },
                            "ClusterProfiles": {
                                "description": "An array of relationships to hyperflexClusterProfile resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/hyperflex.ClusterProfile.Relationship"
                                },
                                "nullable": 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
                            }
                        }
                    }
                ]
            },
            "hyperflex.ClusterBackupPolicy.List": {
                "title": "List of 'hyperflex.ClusterBackupPolicy' 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 'hyperflex.ClusterBackupPolicy' 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 'hyperflex.ClusterBackupPolicy' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/hyperflex.ClusterBackupPolicy"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "hyperflex.ClusterBackupPolicyDeployment.Response": {
                "description": "The response body of a HTTP GET request for the 'hyperflex.ClusterBackupPolicyDeployment' 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 'hyperflex.ClusterBackupPolicyDeployment' resources.",
                "x-one-of-name": "hyperflex.ClusterBackupPolicyDeployment.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/hyperflex.ClusterBackupPolicyDeployment.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"
                }
            },
            "hyperflex.ClusterBackupPolicyDeployment": {
                "title": "Deployment record for HX cluster backup bolicy",
                "description": "The ClusterBackupPolicyDeployment object is an essential component in the HyperFlex system, designed to record the deployment status of backup policies within a HyperFlex Cluster. This provides a comprehensive view of backup policy implementations, ensuring transparency and traceability in deployment processes.  \n#### Purpose  \nClusterBackupPolicyDeployment serves as the documentation and monitoring tool for backup policy deployments. It tracks the implementation details of backup configurations, allowing administrators to oversee and manage deployed policies effectively.  \n#### Key Concepts  \n- **Deployment Tracking:** Records detailed information about deployed backup policies, including datastore names, replication schedules, and encryption settings. \n- **Audit and Transparency:** Ensures visibility into backup policy deployments, supporting auditing and compliance requirements. \n- **Relationship Management:** Links deployed policies to source and target clusters, facilitating efficient management and monitoring of backup operations. \n- **Discovery:** Supports discovery mechanisms to identify and document backup policy deployments within the HyperFlex Cluster environment.",
                "x-allOf-name": "hyperflex.ClusterBackupPolicyDeployment",
                "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 'hyperflex.ClusterBackupPolicyDeployment', 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": [
                                    "hyperflex.ClusterBackupPolicyDeployment"
                                ],
                                "default": "hyperflex.ClusterBackupPolicyDeployment",
                                "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": [
                                    "hyperflex.ClusterBackupPolicyDeployment"
                                ],
                                "default": "hyperflex.ClusterBackupPolicyDeployment",
                                "x-enum-as-string": true
                            },
                            "BackupDataStoreName": {
                                "description": "Backup data store name used during the auto creation of the datastore. All VMs created in this data store will be automatically backed up.",
                                "type": "string",
                                "default": "backup-source-ds",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "BackupDataStoreSize": {
                                "description": "Replication data store size in backupDataStoreSizeUnit.",
                                "type": "integer",
                                "format": "int64",
                                "default": 2,
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "BackupDataStoreSizeUnit": {
                                "description": "Replication data store size.",
                                "type": "string",
                                "default": "TB",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "DataStoreEncryptionEnabled": {
                                "description": "Whether the datastore is encrypted or not.",
                                "type": "boolean",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Description": {
                                "description": "Description from corresponding ClusterBackupPolicy.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Discovered": {
                                "description": "True if record created by discovery on HyperFlex cluster.",
                                "type": "boolean",
                                "x-omitempty": true
                            },
                            "LocalSnapshotRetentionCount": {
                                "description": "Number of snapshots that will be retained as part of the Multi Point in Time support.",
                                "type": "integer",
                                "format": "int64",
                                "default": 4,
                                "minimum": 1,
                                "maximum": 30,
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Name": {
                                "description": "Name from corresponding ClusterBackupPolicy.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "PolicyMoid": {
                                "description": "Deployed cluster policy moid.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ProfileMoid": {
                                "description": "Deployed cluster profile moid.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ReplicationPairNamePrefix": {
                                "description": "Replication cluster pairing name prefix.",
                                "type": "string",
                                "default": "backup",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ReplicationSchedule": {
                                "description": "Backup policy replication schedule.",
                                "$ref": "#/components/schemas/hyperflex.ReplicationSchedule",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "SnapshotRetentionCount": {
                                "description": "Number of snapshots that will be retained as part of the Multi Point in Time support.",
                                "type": "integer",
                                "format": "int64",
                                "default": 4,
                                "minimum": 1,
                                "maximum": 30,
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "SourceDetached": {
                                "description": "True if policy was detached from source Hyperflex Cluster.",
                                "type": "boolean",
                                "x-omitempty": true
                            },
                            "SourceRequestId": {
                                "description": "Unique source cluster request ID allowing retry of the same logical request following a transient communication failure.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "SourceUuid": {
                                "description": "Uuid of the source Hyperflex Cluster.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "TargetDetached": {
                                "description": "True if policy was detached from target Hyperflex Cluster.",
                                "type": "boolean",
                                "x-omitempty": true
                            },
                            "TargetRequestId": {
                                "description": "Unique target cluster request ID allowing retry of the same logical request following a transient communication failure.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "TargetUuid": {
                                "description": "Uuid of the target Hyperflex Cluster.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "BackupTarget": {
                                "$ref": "#/components/schemas/hyperflex.Cluster.Relationship",
                                "description": "A reference to a hyperflexCluster 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
                            },
                            "SourceCluster": {
                                "$ref": "#/components/schemas/hyperflex.Cluster.Relationship",
                                "description": "A reference to a hyperflexCluster resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline."
                            }
                        }
                    }
                ]
            },
            "hyperflex.ClusterBackupPolicyDeployment.List": {
                "title": "List of 'hyperflex.ClusterBackupPolicyDeployment' 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 'hyperflex.ClusterBackupPolicyDeployment' 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 'hyperflex.ClusterBackupPolicyDeployment' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/hyperflex.ClusterBackupPolicyDeployment"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "hyperflex.ClusterBackupPolicyInventory.Response": {
                "description": "The response body of a HTTP GET request for the 'hyperflex.ClusterBackupPolicyInventory' 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 'hyperflex.ClusterBackupPolicyInventory' resources.",
                "x-one-of-name": "hyperflex.ClusterBackupPolicyInventory.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/hyperflex.ClusterBackupPolicyInventory.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"
                }
            },
            "hyperflex.ClusterBackupPolicyInventory.Relationship": {
                "description": "A relationship to the 'hyperflex.ClusterBackupPolicyInventory' resource, or the expanded 'hyperflex.ClusterBackupPolicyInventory' resource, or the 'null' value.",
                "x-one-of-name": "hyperflex.ClusterBackupPolicyInventory.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/hyperflex.ClusterBackupPolicyInventory"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "hyperflex.ClusterBackupPolicyInventory": {
                "title": "Hyperflex:Cluster Backup Policy Inventory",
                "description": "Response to Backup Policy requests and queries.",
                "x-allOf-name": "hyperflex.ClusterBackupPolicyInventory",
                "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 'hyperflex.ClusterBackupPolicyInventory', 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": [
                                    "hyperflex.ClusterBackupPolicyInventory"
                                ],
                                "default": "hyperflex.ClusterBackupPolicyInventory",
                                "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": [
                                    "hyperflex.ClusterBackupPolicyInventory"
                                ],
                                "default": "hyperflex.ClusterBackupPolicyInventory",
                                "x-enum-as-string": true
                            },
                            "Action": {
                                "description": "Validate, Deploy, Prepare, Commit, or Abort the Backup Policy. Allowed values are \"VALIDATE\", \"DEPLOY\", \"PREPARE\", \"COMMIT\", \"ABORT\".\n* `VALIDATE` - Check for problems in policy request without deploying.\n* `DEPLOY` - Remove the policy.  Only allowed when cleanup field is true.\n* `PREPARE` - Prepare the policy for subsequent \"COMMIT\" or \"ABORT\".  Only allowed when cleanup field is false.\n* `COMMIT` - Commit the prepared policy.  Only allowed when cleanup field is false.\n* `ABORT` - Abort the prepared policy.  Only allowed when cleanup field is false.",
                                "type": "string",
                                "enum": [
                                    "VALIDATE",
                                    "DEPLOY",
                                    "PREPARE",
                                    "COMMIT",
                                    "ABORT"
                                ],
                                "default": "VALIDATE",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Cleanup": {
                                "description": "If true, remove the policy. Otherwise proceed with the specified policy action.",
                                "type": "boolean",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "IsSource": {
                                "description": "Indicates if the HyperFlex Cluster is the source cluster or the target cluster. When set to true, the HyperFlex Cluster is the source for VM backups. When set to false, the HyperFlex Cluster is the target cluster where VM backups are saved.",
                                "type": "boolean",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "JobDetails": {
                                "description": "Details from associated HyperFlex job execution.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "JobExceptionMessage": {
                                "description": "Job Exception message from associated HyperFlex job execution.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "JobId": {
                                "description": "Job ID of associated HyperFlex job.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "JobState": {
                                "description": "State of the associated HyperFlex job. When present possible values are \"RUNNING\", \"COMPLETED\" or \"EXCEPTION\".\n* `RUNNING` - HyperFlex policy job is currently \"RUNNING\".\n* `COMPLETED` - HyperFlex policy job completed successfully.\n* `EXCEPTION` - HyperFlex policy job failed.",
                                "type": "string",
                                "enum": [
                                    "RUNNING",
                                    "COMPLETED",
                                    "EXCEPTION"
                                ],
                                "default": "RUNNING",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "PolicyMoid": {
                                "description": "Intersight HyperFlex Cluster Backup Policy MOID.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "RequestId": {
                                "description": "Unique request ID allowing retry of the same logical request following a transient communication failure.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Settings": {
                                "description": "HyperFlex Backup Policy settings.",
                                "$ref": "#/components/schemas/hyperflex.BackupPolicySettings",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "SourceUuid": {
                                "description": "UUID of the source HyperFlex Cluster.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "TargetUuid": {
                                "description": "UUID of the target HyperFlex Cluster.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Version": {
                                "description": "Version of the Backup Policy.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "SrcCluster": {
                                "$ref": "#/components/schemas/hyperflex.Cluster.Relationship",
                                "description": "A reference to a hyperflexCluster resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "TgtCluster": {
                                "$ref": "#/components/schemas/hyperflex.Cluster.Relationship",
                                "description": "A reference to a hyperflexCluster resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            }
                        }
                    }
                ]
            },
            "hyperflex.ClusterBackupPolicyInventory.List": {
                "title": "List of 'hyperflex.ClusterBackupPolicyInventory' 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 'hyperflex.ClusterBackupPolicyInventory' 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 'hyperflex.ClusterBackupPolicyInventory' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/hyperflex.ClusterBackupPolicyInventory"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "hyperflex.ClusterHealthCheckExecutionSnapshot.Response": {
                "description": "The response body of a HTTP GET request for the 'hyperflex.ClusterHealthCheckExecutionSnapshot' 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 'hyperflex.ClusterHealthCheckExecutionSnapshot' resources.",
                "x-one-of-name": "hyperflex.ClusterHealthCheckExecutionSnapshot.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/hyperflex.ClusterHealthCheckExecutionSnapshot.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"
                }
            },
            "hyperflex.ClusterHealthCheckExecutionSnapshot": {
                "title": "Hyperflex:Cluster Health Check Execution Snapshot",
                "description": "Health check execution snapshot of the HyperFlex cluster.",
                "x-allOf-name": "hyperflex.ClusterHealthCheckExecutionSnapshot",
                "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 'hyperflex.ClusterHealthCheckExecutionSnapshot', 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": [
                                    "hyperflex.ClusterHealthCheckExecutionSnapshot"
                                ],
                                "default": "hyperflex.ClusterHealthCheckExecutionSnapshot",
                                "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": [
                                    "hyperflex.ClusterHealthCheckExecutionSnapshot"
                                ],
                                "default": "hyperflex.ClusterHealthCheckExecutionSnapshot",
                                "x-enum-as-string": true
                            },
                            "ExecutionContext": {
                                "description": "The execution context of the HyperFlex health checks.\n* `UNKNOWN` - The current context of HyperFlex health check execution is unknown.\n* `WORKFLOW` - The HyperFlex health check execution is initiated through an orchestration workflow.\n* `SCHEDULED` - The HyperFlex health check execution is through a scheduled run.",
                                "type": "string",
                                "enum": [
                                    "UNKNOWN",
                                    "WORKFLOW",
                                    "SCHEDULED"
                                ],
                                "default": "UNKNOWN",
                                "x-omitempty": true
                            },
                            "Timestamp": {
                                "description": "Timestamp of the last health check execution on the HyperFlex cluster.",
                                "type": "string",
                                "format": "date-time",
                                "x-omitempty": true
                            },
                            "HxCluster": {
                                "$ref": "#/components/schemas/hyperflex.Cluster.Relationship",
                                "description": "A reference to a hyperflexCluster resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "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
                            },
                            "Workflow": {
                                "$ref": "intersight-orchestrator-v3-1.0.11-20260807064027971.json#/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
                            }
                        }
                    }
                ]
            },
            "hyperflex.ClusterHealthCheckExecutionSnapshot.List": {
                "title": "List of 'hyperflex.ClusterHealthCheckExecutionSnapshot' 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 'hyperflex.ClusterHealthCheckExecutionSnapshot' 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 'hyperflex.ClusterHealthCheckExecutionSnapshot' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/hyperflex.ClusterHealthCheckExecutionSnapshot"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "hyperflex.ClusterNetworkPolicy.Response": {
                "description": "The response body of a HTTP GET request for the 'hyperflex.ClusterNetworkPolicy' 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 'hyperflex.ClusterNetworkPolicy' resources.",
                "x-one-of-name": "hyperflex.ClusterNetworkPolicy.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/hyperflex.ClusterNetworkPolicy.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"
                }
            },
            "hyperflex.ClusterNetworkPolicy.Relationship": {
                "description": "A relationship to the 'hyperflex.ClusterNetworkPolicy' resource, or the expanded 'hyperflex.ClusterNetworkPolicy' resource, or the 'null' value.",
                "x-one-of-name": "hyperflex.ClusterNetworkPolicy.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/hyperflex.ClusterNetworkPolicy"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "hyperflex.ClusterNetworkPolicy": {
                "title": "Network Configuration",
                "description": "A policy specifying VLANs for management, VM migration, and VM traffic.",
                "x-allOf-name": "hyperflex.ClusterNetworkPolicy",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/policy.AbstractPolicy"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'hyperflex.ClusterNetworkPolicy', 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": [
                                    "hyperflex.ClusterNetworkPolicy"
                                ],
                                "default": "hyperflex.ClusterNetworkPolicy",
                                "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": [
                                    "hyperflex.ClusterNetworkPolicy"
                                ],
                                "default": "hyperflex.ClusterNetworkPolicy",
                                "x-enum-as-string": true
                            },
                            "CimcManagementMode": {
                                "description": "The mode configured on the CIMC management interface.\n* `OutOfBand` - The server uses out-of-band management, i.e. management traffic traverses through the management interfaces on the UCS Fabric Interconnects.\n* `InBand` - The server uses in-band management, i.e. management traffic traverses through the data uplink ports on the UCS Fabric Interconnects.",
                                "type": "string",
                                "enum": [
                                    "OutOfBand",
                                    "InBand"
                                ],
                                "default": "OutOfBand",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "JumboFrame": {
                                "description": "Enable or disable Jumbo Frames (MTU=9000). Jumbo Frames are used by Storage Network, VM Migration Network.",
                                "type": "boolean",
                                "x-omitempty": true
                            },
                            "KvmIpRange": {
                                "description": "The Out-of-band KVM IP range.\nConfigures the service profiles to use IP addresses within this range for setting the KVM IP of a server.",
                                "$ref": "#/components/schemas/hyperflex.IpAddrRange",
                                "x-omitempty": true
                            },
                            "MacPrefixRange": {
                                "description": "The MAC address prefix range for configuring vNICs.\nConfigures the service profiles to use MAC address prefixes within this range for setting the MAC address of server vNICs.",
                                "$ref": "#/components/schemas/hyperflex.MacAddrPrefixRange",
                                "x-omitempty": true
                            },
                            "MgmtVlan": {
                                "description": "The VLAN for the management network.",
                                "$ref": "#/components/schemas/hyperflex.NamedVlan",
                                "x-omitempty": true
                            },
                            "UplinkSpeed": {
                                "description": "Link speed of the server adapter port to the upstream switch. When the policy is attached to a cluster profile with EDGE management platform, the uplink speed can be '1G' or '10G+'. Use '10G+' for link speeds of 10G or above. When the policy is attached to a cluster profile with Fabric Interconnect management platform, the uplink speed can be 'default' only.\n* `default` - Current default value set on the hardware platform.\n* `1G` - A link speed of 1 gigabit per second.\n* `10G` - A link speed of 10 gigabits per second or above.",
                                "type": "string",
                                "enum": [
                                    "default",
                                    "1G",
                                    "10G"
                                ],
                                "default": "default",
                                "x-omitempty": true
                            },
                            "VmMigrationVlan": {
                                "description": "The VM migration VLAN.\nThis VLAN is used for transfering VMs from one host to another during operations such a cluster upgrade.\nFor HyperFlex Application Platform clusters, this VLAN is also used for hypervisor control traffic such as\nnode to node communication, pod-to-pod communication, etc.",
                                "$ref": "#/components/schemas/hyperflex.NamedVlan",
                                "x-omitempty": true
                            },
                            "VmNetworkVlans": {
                                "type": "array",
                                "items": {
                                    "description": "The VLANs for VM traffic.\nGuest VMs hosted on the HyperFlex cluster use these VLANs for network communication.",
                                    "$ref": "#/components/schemas/hyperflex.NamedVlan",
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "ClusterProfiles": {
                                "description": "An array of relationships to hyperflexClusterProfile resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/hyperflex.ClusterProfile.Relationship"
                                },
                                "nullable": 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
                            }
                        }
                    }
                ]
            },
            "hyperflex.ClusterNetworkPolicy.List": {
                "title": "List of 'hyperflex.ClusterNetworkPolicy' 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 'hyperflex.ClusterNetworkPolicy' 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 'hyperflex.ClusterNetworkPolicy' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/hyperflex.ClusterNetworkPolicy"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "hyperflex.ClusterProfile.Response": {
                "description": "The response body of a HTTP GET request for the 'hyperflex.ClusterProfile' 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 'hyperflex.ClusterProfile' resources.",
                "x-one-of-name": "hyperflex.ClusterProfile.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/hyperflex.ClusterProfile.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"
                }
            },
            "hyperflex.ClusterProfile.Relationship": {
                "description": "A relationship to the 'hyperflex.ClusterProfile' resource, or the expanded 'hyperflex.ClusterProfile' resource, or the 'null' value.",
                "x-one-of-name": "hyperflex.ClusterProfile.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/hyperflex.ClusterProfile"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "hyperflex.ClusterProfile": {
                "title": "HyperFlex Cluster Profile",
                "description": "The ClusterProfile object specifies configuration settings for a HyperFlex cluster, defining node settings and operational parameters.\n#### Purpose\nClusterProfile acts as a blueprint for HyperFlex cluster configurations, detailing settings such as IP address configurations, storage settings, and management platforms. It ensures consistent and efficient cluster setup and operation.\n#### Key Concepts\n- **Configuration Management:** Provides a structured framework for defining and managing cluster settings, supporting efficient deployment and operation.\n- **Integration:** Integrates various configuration aspects, including node settings and network configurations, ensuring a cohesive cluster setup.\n- **Access Control:** Managed through privilege sets, ensuring secure and authorized configuration management.\n- **Relationship Management:** Establishes relationships with related objects, such as node profiles and associated clusters, for comprehensive cluster management.",
                "x-allOf-name": "hyperflex.ClusterProfile",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/policy.AbstractConfigProfile"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'hyperflex.ClusterProfile', 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": [
                                    "hyperflex.ClusterProfile"
                                ],
                                "default": "hyperflex.ClusterProfile",
                                "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": [
                                    "hyperflex.ClusterProfile"
                                ],
                                "default": "hyperflex.ClusterProfile",
                                "x-enum-as-string": true
                            },
                            "ClusterInternalSubnet": {
                                "description": "A CIDR subnet for the cluster internal network. This applies to Intersight Workload Engine clusters only.",
                                "$ref": "#/components/schemas/comm.IpV4Interface",
                                "x-omitempty": true
                            },
                            "DataIpAddress": {
                                "description": "The storage data IP address for the HyperFlex cluster.",
                                "type": "string",
                                "pattern": "^$|^([1-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])\\.([0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])\\.([0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])\\.([1-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])$",
                                "x-omitempty": true
                            },
                            "HostNamePrefix": {
                                "description": "The node name prefix that is used to automatically generate the default hostname for each server.\nA dash (-) will be appended to the prefix followed by the node number to form a hostname.\nThis default naming scheme can be manually overridden in the node configuration.\nThe maximum length of a prefix is 60, must only contain alphanumeric characters or dash (-), and must\nstart with an alphanumeric character.",
                                "type": "string",
                                "pattern": "^$|^[a-zA-Z0-9][a-zA-Z0-9-]{1,59}$",
                                "x-omitempty": true
                            },
                            "HypervisorControlIpAddress": {
                                "description": "The hypervisor control virtual IP address for the HyperFlex compute cluster that is used for node/pod management.",
                                "type": "string",
                                "pattern": "^$|^([1-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])\\.([0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])\\.([0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])\\.([1-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])$",
                                "x-omitempty": true
                            },
                            "HypervisorType": {
                                "description": "The hypervisor type for the HyperFlex cluster.\n* `ESXi` - The hypervisor running on the HyperFlex cluster is a Vmware ESXi hypervisor of any version.\n* `Hyper-V` - The hypervisor running on the HyperFlex cluster is Microsoft Hyper-V.\n* `Unknown` - The hypervisor running on the HyperFlex cluster is not known.",
                                "type": "string",
                                "enum": [
                                    "ESXi",
                                    "Hyper-V",
                                    "Unknown"
                                ],
                                "default": "ESXi",
                                "x-omitempty": true
                            },
                            "IsNicBased": {
                                "description": "The NIC based setup being set/unset determined by inventory.",
                                "type": "boolean",
                                "default": false,
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "MacAddressPrefix": {
                                "description": "The MAC address prefix in the form of 00:25:B5:XX.",
                                "type": "string",
                                "pattern": "^$|^00:25:B5:[0-9a-fA-F]{2}$",
                                "x-omitempty": true
                            },
                            "MgmtIpAddress": {
                                "description": "The management IP address for the HyperFlex cluster.",
                                "type": "string",
                                "pattern": "^$|^([1-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])\\.([0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])\\.([0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])\\.([1-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])$",
                                "x-omitempty": true
                            },
                            "MgmtPlatform": {
                                "description": "The management platform for the HyperFlex cluster.\n* `FI` - The host servers used in the cluster deployment are managed by a UCS Fabric Interconnect.\n* `EDGE` - The host servers used in the cluster deployment are standalone severs.\n* `DC-No-FI` - The host servers used in the cluster deployment are standalone servers with the DC Advantage license.",
                                "type": "string",
                                "enum": [
                                    "FI",
                                    "EDGE",
                                    "DC-No-FI"
                                ],
                                "default": "FI",
                                "x-createOnly": true,
                                "x-omitempty": true
                            },
                            "Replication": {
                                "description": "The number of copies of each data block written.",
                                "type": "integer",
                                "format": "int64",
                                "x-omitempty": true
                            },
                            "StorageClientIpAddress": {
                                "description": "The storage data IP address for the HyperFlex cluster.",
                                "type": "string",
                                "pattern": "^$|^([1-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])\\.([0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])\\.([0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])\\.([1-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])$",
                                "x-omitempty": true
                            },
                            "StorageClientNetmask": {
                                "description": "The netmask for the Storage client network IP address.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "StorageClientVlan": {
                                "description": "The named VLAN associated with this cluster's storage client network. This applies to Intersight Workload Engine clusters only.",
                                "$ref": "#/components/schemas/hyperflex.NamedVlan",
                                "x-omitempty": true
                            },
                            "StorageClusterAuxiliaryIp": {
                                "description": "The auxiliary storage IP address for the HyperFlex cluster. For two node clusters, this is the IP address of the auxiliary ZK controller.",
                                "type": "string",
                                "pattern": "^$|^([1-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])\\.([0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])\\.([0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])\\.([1-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])$",
                                "x-omitempty": true
                            },
                            "StorageDataVlan": {
                                "description": "The VLAN for the HyperFlex storage data traffic.",
                                "$ref": "#/components/schemas/hyperflex.NamedVlan",
                                "x-omitempty": true
                            },
                            "StorageType": {
                                "description": "The storage type used for the HyperFlex cluster (HyperFlex Storage or 3rd party).\n* `HyperFlexDp` - The type of storage is HyperFlex Data Platform.\n* `ThirdParty` - The type of storage is 3rd Party Storage (PureStorage, etc..).",
                                "type": "string",
                                "enum": [
                                    "HyperFlexDp",
                                    "ThirdParty"
                                ],
                                "default": "HyperFlexDp",
                                "x-omitempty": true
                            },
                            "WwxnPrefix": {
                                "description": "The WWxN prefix in the form of 20:00:00:25:B5:XX.",
                                "type": "string",
                                "pattern": "^$|^20:00:00:25:B5:[0-9a-fA-F]{2}$",
                                "x-omitempty": true
                            },
                            "AssociatedCluster": {
                                "$ref": "#/components/schemas/hyperflex.Cluster.Relationship",
                                "description": "A reference to a hyperflexCluster resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline."
                            },
                            "AutoSupport": {
                                "$ref": "#/components/schemas/hyperflex.AutoSupportPolicy.Relationship",
                                "description": "A reference to a hyperflexAutoSupportPolicy resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline."
                            },
                            "ClusterNetwork": {
                                "$ref": "#/components/schemas/hyperflex.ClusterNetworkPolicy.Relationship",
                                "description": "A reference to a hyperflexClusterNetworkPolicy resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline."
                            },
                            "ClusterStorage": {
                                "$ref": "#/components/schemas/hyperflex.ClusterStoragePolicy.Relationship",
                                "description": "A reference to a hyperflexClusterStoragePolicy resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline."
                            },
                            "ConfigResult": {
                                "$ref": "#/components/schemas/hyperflex.ConfigResult.Relationship",
                                "description": "A reference to a hyperflexConfigResult resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "ExtFcStorage": {
                                "$ref": "#/components/schemas/hyperflex.ExtFcStoragePolicy.Relationship",
                                "description": "A reference to a hyperflexExtFcStoragePolicy resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline."
                            },
                            "ExtIscsiStorage": {
                                "$ref": "#/components/schemas/hyperflex.ExtIscsiStoragePolicy.Relationship",
                                "description": "A reference to a hyperflexExtIscsiStoragePolicy resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline."
                            },
                            "Httpproxypolicy": {
                                "$ref": "#/components/schemas/comm.HttpProxyPolicy.Relationship",
                                "description": "A reference to a commHttpProxyPolicy resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline."
                            },
                            "LocalCredential": {
                                "$ref": "#/components/schemas/hyperflex.LocalCredentialPolicy.Relationship",
                                "description": "A reference to a hyperflexLocalCredentialPolicy resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline."
                            },
                            "NodeConfig": {
                                "$ref": "#/components/schemas/hyperflex.NodeConfigPolicy.Relationship",
                                "description": "A reference to a hyperflexNodeConfigPolicy resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline."
                            },
                            "NodeProfileConfig": {
                                "description": "An array of relationships to hyperflexNodeProfile resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/hyperflex.NodeProfile.Relationship"
                                },
                                "nullable": 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
                            },
                            "ProxySetting": {
                                "$ref": "#/components/schemas/hyperflex.ProxySettingPolicy.Relationship",
                                "description": "A reference to a hyperflexProxySettingPolicy resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline."
                            },
                            "RunningWorkflows": {
                                "description": "An array of relationships to workflowWorkflowInfo resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "intersight-orchestrator-v3-1.0.11-20260807064027971.json#/components/schemas/workflow.WorkflowInfo.Relationship"
                                },
                                "nullable": true,
                                "readOnly": true
                            },
                            "SoftwareVersion": {
                                "$ref": "#/components/schemas/hyperflex.SoftwareVersionPolicy.Relationship",
                                "description": "A reference to a hyperflexSoftwareVersionPolicy resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline."
                            },
                            "SysConfig": {
                                "$ref": "#/components/schemas/hyperflex.SysConfigPolicy.Relationship",
                                "description": "A reference to a hyperflexSysConfigPolicy resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline."
                            },
                            "UcsmConfig": {
                                "$ref": "#/components/schemas/hyperflex.UcsmConfigPolicy.Relationship",
                                "description": "A reference to a hyperflexUcsmConfigPolicy resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline."
                            },
                            "VcenterConfig": {
                                "$ref": "#/components/schemas/hyperflex.VcenterConfigPolicy.Relationship",
                                "description": "A reference to a hyperflexVcenterConfigPolicy resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline."
                            }
                        }
                    }
                ]
            },
            "hyperflex.ClusterProfile.List": {
                "title": "List of 'hyperflex.ClusterProfile' 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 'hyperflex.ClusterProfile' 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 'hyperflex.ClusterProfile' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/hyperflex.ClusterProfile"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "hyperflex.ClusterReplicationNetworkPolicy.Response": {
                "description": "The response body of a HTTP GET request for the 'hyperflex.ClusterReplicationNetworkPolicy' 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 'hyperflex.ClusterReplicationNetworkPolicy' resources.",
                "x-one-of-name": "hyperflex.ClusterReplicationNetworkPolicy.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/hyperflex.ClusterReplicationNetworkPolicy.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"
                }
            },
            "hyperflex.ClusterReplicationNetworkPolicy": {
                "title": "Replication Network Configuration",
                "description": "The ClusterReplicationNetworkPolicy object is a fundamental element within the HyperFlex system, designed to specify the replication network parameters for a cluster. It ensures efficient data replication across network environments, facilitating seamless data synchronization and redundancy. \n#### Purpose  \nClusterReplicationNetworkPolicy provides the framework for managing replication network configurations within a HyperFlex Cluster. It allows for the detailed specification of network settings, ensuring reliable and optimized data replication across different nodes and clusters.  \n#### Key Concepts  \n- **Network Configuration:** Defines essential network parameters, such as VLANs, IP ranges, and bandwidth, ensuring robust and efficient data replication. \n- **Optimization:** Supports bandwidth management and MTU settings, allowing for tailored network configurations that enhance replication performance. \n- **Scalability:** Accommodates multiple IP ranges and replication settings, supporting the dynamic expansion and modification of network configurations. \n- **Interoperability:** Integrates with cluster profiles and policies, ensuring coherent network management aligned with overall cluster operations.",
                "x-allOf-name": "hyperflex.ClusterReplicationNetworkPolicy",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/policy.AbstractPolicy"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'hyperflex.ClusterReplicationNetworkPolicy', 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": [
                                    "hyperflex.ClusterReplicationNetworkPolicy"
                                ],
                                "default": "hyperflex.ClusterReplicationNetworkPolicy",
                                "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": [
                                    "hyperflex.ClusterReplicationNetworkPolicy"
                                ],
                                "default": "hyperflex.ClusterReplicationNetworkPolicy",
                                "x-enum-as-string": true
                            },
                            "ReplicationBandwidthMbps": {
                                "description": "Bandwidth for the Replication network in Mbps.",
                                "type": "integer",
                                "format": "int64",
                                "default": 0,
                                "minimum": 0,
                                "maximum": 100000,
                                "x-omitempty": true
                            },
                            "ReplicationIpranges": {
                                "type": "array",
                                "items": {
                                    "description": "Collection of IP Address Ranges for the Replication network. More than one range is supported, as long as the ranges have the same gateway and netmask.",
                                    "$ref": "#/components/schemas/hyperflex.IpAddrRange",
                                    "x-omitempty": true
                                },
                                "minItems": 1,
                                "nullable": true
                            },
                            "ReplicationMtu": {
                                "description": "MTU for the Replication network.",
                                "type": "integer",
                                "format": "int64",
                                "default": 1500,
                                "minimum": 1024,
                                "maximum": 1500,
                                "x-createOnly": true,
                                "x-omitempty": true
                            },
                            "ReplicationVlan": {
                                "description": "VLAN for the Replication network.",
                                "$ref": "#/components/schemas/hyperflex.NamedVlan",
                                "x-createOnly": true,
                                "x-omitempty": true
                            },
                            "ClusterProfiles": {
                                "description": "An array of relationships to hyperflexClusterProfile resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/hyperflex.ClusterProfile.Relationship"
                                },
                                "nullable": 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
                            }
                        }
                    }
                ]
            },
            "hyperflex.ClusterReplicationNetworkPolicy.List": {
                "title": "List of 'hyperflex.ClusterReplicationNetworkPolicy' 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 'hyperflex.ClusterReplicationNetworkPolicy' 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 'hyperflex.ClusterReplicationNetworkPolicy' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/hyperflex.ClusterReplicationNetworkPolicy"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "hyperflex.ClusterReplicationNetworkPolicyDeployment.Response": {
                "description": "The response body of a HTTP GET request for the 'hyperflex.ClusterReplicationNetworkPolicyDeployment' 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 'hyperflex.ClusterReplicationNetworkPolicyDeployment' resources.",
                "x-one-of-name": "hyperflex.ClusterReplicationNetworkPolicyDeployment.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/hyperflex.ClusterReplicationNetworkPolicyDeployment.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"
                }
            },
            "hyperflex.ClusterReplicationNetworkPolicyDeployment": {
                "title": "Deployment record for HX cluster replication network policy",
                "description": "The ClusterReplicationNetworkPolicyDeployment object is a vital element in the HyperFlex system, responsible for documenting the deployment status of replication network policies within a HyperFlex Cluster. It ensures comprehensive monitoring and management of network policy implementations.  \n#### Purpose  \nClusterReplicationNetworkPolicyDeployment provides insights into the deployment and operational status of replication network policies. It facilitates the tracking and management of network configurations, ensuring optimal replication performance and reliability.  \n#### Key Concepts  \n- **Deployment Documentation:** Captures detailed deployment information, including VLANs, IP ranges, and bandwidth settings, ensuring accurate and up-to-date network policy records. \n- **Operational Monitoring:** Supports ongoing monitoring and management of network policy deployments, providing a clear view of replication network configurations. \n- **Interlinking:** Connects deployed policies to associated clusters and profiles, enabling efficient management and coordination across the HyperFlex system. \n- **Discovery and Auditing:** Facilitates discovery of network policy deployments, supporting auditing processes and compliance requirements.",
                "x-allOf-name": "hyperflex.ClusterReplicationNetworkPolicyDeployment",
                "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 'hyperflex.ClusterReplicationNetworkPolicyDeployment', 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": [
                                    "hyperflex.ClusterReplicationNetworkPolicyDeployment"
                                ],
                                "default": "hyperflex.ClusterReplicationNetworkPolicyDeployment",
                                "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": [
                                    "hyperflex.ClusterReplicationNetworkPolicyDeployment"
                                ],
                                "default": "hyperflex.ClusterReplicationNetworkPolicyDeployment",
                                "x-enum-as-string": true
                            },
                            "ClusterUuid": {
                                "description": "Uuid of the HyperFlex cluster.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Description": {
                                "description": "Description from corresponding ClusterReplicationNetworkPolicy.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Discovered": {
                                "description": "True if record created by discovery on HyperFlex cluster.",
                                "type": "boolean",
                                "x-omitempty": true
                            },
                            "Name": {
                                "description": "Name from corresponding ClusterReplicationNetworkPolicy.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "PolicyMoid": {
                                "description": "Deployed network policy moid.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ProfileMoid": {
                                "description": "Deployed cluster profile moid.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ReplicationBandwidthMbps": {
                                "description": "Bandwidth for the Replication network in Mbps.",
                                "type": "integer",
                                "format": "int64",
                                "default": 0,
                                "minimum": 0,
                                "maximum": 100000,
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ReplicationIpranges": {
                                "type": "array",
                                "items": {
                                    "description": "Collection of IP Address Ranges for the Replication network. More than one range is supported, as long as the ranges have the same gateway and netmask.",
                                    "$ref": "#/components/schemas/hyperflex.IpAddrRange",
                                    "readOnly": true,
                                    "x-omitempty": true
                                },
                                "minItems": 1,
                                "nullable": true
                            },
                            "ReplicationMtu": {
                                "description": "MTU for the Replication network.",
                                "type": "integer",
                                "format": "int64",
                                "default": 1500,
                                "minimum": 1024,
                                "maximum": 1500,
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ReplicationVlan": {
                                "description": "VLAN for the Replication network.",
                                "$ref": "#/components/schemas/hyperflex.NamedVlan",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "RequestId": {
                                "description": "Unique request ID allowing retry of the same logical request following a transient communication failure.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Cluster": {
                                "$ref": "#/components/schemas/hyperflex.Cluster.Relationship",
                                "description": "A reference to a hyperflexCluster 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
                            }
                        }
                    }
                ]
            },
            "hyperflex.ClusterReplicationNetworkPolicyDeployment.List": {
                "title": "List of 'hyperflex.ClusterReplicationNetworkPolicyDeployment' 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 'hyperflex.ClusterReplicationNetworkPolicyDeployment' 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 'hyperflex.ClusterReplicationNetworkPolicyDeployment' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/hyperflex.ClusterReplicationNetworkPolicyDeployment"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "hyperflex.ClusterStoragePolicy.Response": {
                "description": "The response body of a HTTP GET request for the 'hyperflex.ClusterStoragePolicy' 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 'hyperflex.ClusterStoragePolicy' resources.",
                "x-one-of-name": "hyperflex.ClusterStoragePolicy.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/hyperflex.ClusterStoragePolicy.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"
                }
            },
            "hyperflex.ClusterStoragePolicy.Relationship": {
                "description": "A relationship to the 'hyperflex.ClusterStoragePolicy' resource, or the expanded 'hyperflex.ClusterStoragePolicy' resource, or the 'null' value.",
                "x-one-of-name": "hyperflex.ClusterStoragePolicy.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/hyperflex.ClusterStoragePolicy"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "hyperflex.ClusterStoragePolicy": {
                "title": "Storage Configuration",
                "description": "A policy specifying HyperFlex cluster storage settings (optional).",
                "x-allOf-name": "hyperflex.ClusterStoragePolicy",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/policy.AbstractPolicy"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'hyperflex.ClusterStoragePolicy', 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": [
                                    "hyperflex.ClusterStoragePolicy"
                                ],
                                "default": "hyperflex.ClusterStoragePolicy",
                                "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": [
                                    "hyperflex.ClusterStoragePolicy"
                                ],
                                "default": "hyperflex.ClusterStoragePolicy",
                                "x-enum-as-string": true
                            },
                            "DiskPartitionCleanup": {
                                "description": "If enabled, formats existing disk partitions (destroys all user data).",
                                "type": "boolean",
                                "default": true,
                                "x-omitempty": true
                            },
                            "LogicalAvalabilityZoneConfig": {
                                "description": "Enable or disable Logical Availability Zones (LAZ). If enabled, HyperFlex Data Platform automatically selects and groups nodes into different availability zones. For HyperFlex Data Platform versions prior to 3.0 release, this setting does not apply. For HyperFlex Data Platform versions 3.0 or higher, this setting is only applicable to HyperFlex systems with 8 or more converged nodes.",
                                "$ref": "#/components/schemas/hyperflex.LogicalAvailabilityZone",
                                "x-omitempty": true
                            },
                            "VdiOptimization": {
                                "description": "Enable or disable VDI optimization (hybrid HyperFlex systems only).",
                                "type": "boolean",
                                "x-omitempty": true
                            },
                            "ClusterProfiles": {
                                "description": "An array of relationships to hyperflexClusterProfile resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/hyperflex.ClusterProfile.Relationship"
                                },
                                "nullable": 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
                            }
                        }
                    }
                ]
            },
            "hyperflex.ClusterStoragePolicy.List": {
                "title": "List of 'hyperflex.ClusterStoragePolicy' 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 'hyperflex.ClusterStoragePolicy' 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 'hyperflex.ClusterStoragePolicy' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/hyperflex.ClusterStoragePolicy"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "hyperflex.ConfigResult.Response": {
                "description": "The response body of a HTTP GET request for the 'hyperflex.ConfigResult' 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 'hyperflex.ConfigResult' resources.",
                "x-one-of-name": "hyperflex.ConfigResult.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/hyperflex.ConfigResult.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"
                }
            },
            "hyperflex.ConfigResult.Relationship": {
                "description": "A relationship to the 'hyperflex.ConfigResult' resource, or the expanded 'hyperflex.ConfigResult' resource, or the 'null' value.",
                "x-one-of-name": "hyperflex.ConfigResult.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/hyperflex.ConfigResult"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "hyperflex.ConfigResult": {
                "title": "Hyperflex:Config Result",
                "description": "ConfigResult is designed to provide feedback on profile configuration processes, offering insights into the state and outcomes of validation and deployment operations.\n#### Purpose\nConfigResult is designed to provide feedback on profile configuration processes, offering insights into the state and outcomes of validation and deployment operations.\n#### Key Concepts\n- **Result Management:** Provides structured information on configuration outcomes, supporting efficient troubleshooting and adjustments.\n- **Feedback Support:** Offers detailed result messages, facilitating understanding of configuration processes and outcomes.\n- **Access Control:** Managed through privilege sets, ensuring secure access and management of configuration results.\n- **Integration:** Supports integration with configuration profiles, ensuring cohesive feedback and management of configuration operations.",
                "x-allOf-name": "hyperflex.ConfigResult",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/policy.AbstractConfigResult"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'hyperflex.ConfigResult', 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": [
                                    "hyperflex.ConfigResult"
                                ],
                                "default": "hyperflex.ConfigResult",
                                "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": [
                                    "hyperflex.ConfigResult"
                                ],
                                "default": "hyperflex.ConfigResult",
                                "x-enum-as-string": true
                            },
                            "ConfigProgress": {
                                "description": "The progress percentage of the running configuration or workflow.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Duration": {
                                "description": "The duration of the running configuration or workflow.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "StartTime": {
                                "description": "The start time of the configuration or workflow.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ClusterProfile": {
                                "$ref": "#/components/schemas/hyperflex.ClusterProfile.Relationship",
                                "description": "A reference to a hyperflexClusterProfile resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "ResultEntries": {
                                "description": "An array of relationships to hyperflexConfigResultEntry resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/hyperflex.ConfigResultEntry.Relationship"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "hyperflex.ConfigResult.List": {
                "title": "List of 'hyperflex.ConfigResult' 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 'hyperflex.ConfigResult' 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 'hyperflex.ConfigResult' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/hyperflex.ConfigResult"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "hyperflex.ConfigResultEntry.Response": {
                "description": "The response body of a HTTP GET request for the 'hyperflex.ConfigResultEntry' 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 'hyperflex.ConfigResultEntry' resources.",
                "x-one-of-name": "hyperflex.ConfigResultEntry.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/hyperflex.ConfigResultEntry.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"
                }
            },
            "hyperflex.ConfigResultEntry.Relationship": {
                "description": "A relationship to the 'hyperflex.ConfigResultEntry' resource, or the expanded 'hyperflex.ConfigResultEntry' resource, or the 'null' value.",
                "x-one-of-name": "hyperflex.ConfigResultEntry.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/hyperflex.ConfigResultEntry"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "hyperflex.ConfigResultEntry": {
                "title": "Hyperflex:Config Result Entry",
                "description": "The ConfigResultEntry object describes the result of a cluster validation or deployment operation, providing detailed result entries and context.\n#### Purpose\nConfigResultEntry is designed to offer detailed feedback on validation and deployment operations, ensuring that administrators have comprehensive insight into configuration processes.\n#### Key Concepts\n- **Detailed Feedback:** Provides comprehensive result entries, supporting efficient troubleshooting and understanding of validation and deployment  operations.\n- **Result Management:** Facilitates structured management of configuration outcomes, ensuring efficient adjustments and improvements.\n- **Access Control:** Managed through privilege sets, ensuring secure access and management of configuration result entries.\n- **Integration:** Supports integration with configuration results, ensuring cohesive feedback and management of validation and deployment operations.",
                "x-allOf-name": "hyperflex.ConfigResultEntry",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/policy.AbstractConfigResultEntry"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'hyperflex.ConfigResultEntry', 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": [
                                    "hyperflex.ConfigResultEntry"
                                ],
                                "default": "hyperflex.ConfigResultEntry",
                                "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": [
                                    "hyperflex.ConfigResultEntry"
                                ],
                                "default": "hyperflex.ConfigResultEntry",
                                "x-enum-as-string": true
                            },
                            "ConfigResult": {
                                "$ref": "#/components/schemas/hyperflex.ConfigResult.Relationship",
                                "description": "A reference to a hyperflexConfigResult resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline."
                            }
                        }
                    }
                ]
            },
            "hyperflex.ConfigResultEntry.List": {
                "title": "List of 'hyperflex.ConfigResultEntry' 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 'hyperflex.ConfigResultEntry' 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 'hyperflex.ConfigResultEntry' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/hyperflex.ConfigResultEntry"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "hyperflex.DataProtectionPeer.Response": {
                "description": "The response body of a HTTP GET request for the 'hyperflex.DataProtectionPeer' 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 'hyperflex.DataProtectionPeer' resources.",
                "x-one-of-name": "hyperflex.DataProtectionPeer.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/hyperflex.DataProtectionPeer.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"
                }
            },
            "hyperflex.DataProtectionPeer.Relationship": {
                "description": "A relationship to the 'hyperflex.DataProtectionPeer' resource, or the expanded 'hyperflex.DataProtectionPeer' resource, or the 'null' value.",
                "x-one-of-name": "hyperflex.DataProtectionPeer.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/hyperflex.DataProtectionPeer"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "hyperflex.DataProtectionPeer": {
                "title": "Hyperflex:Data Protection Peer",
                "description": "The DataProtectionPeer object describes the cluster pair from the HyperFlex backend, emphasizing data protection relationships.\n#### Purpose\nDataProtectionPeer focuses on the relationships between cluster pairs, providing essential information for managing data protection across HyperFlex environments.\n#### Key Concepts\n- **Peer Relationships:** Defines the connections between clusters, ensuring coherent data protection strategies.\n- **Status Tracking:** Offers insights into the status and health of peer clusters, supporting informed decision-making.\n- **Controlled Access:** Manages access through privilege sets, maintaining security and data integrity in peer operations.",
                "x-allOf-name": "hyperflex.DataProtectionPeer",
                "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 'hyperflex.DataProtectionPeer', 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": [
                                    "hyperflex.DataProtectionPeer"
                                ],
                                "default": "hyperflex.DataProtectionPeer",
                                "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": [
                                    "hyperflex.DataProtectionPeer"
                                ],
                                "default": "hyperflex.DataProtectionPeer",
                                "x-enum-as-string": true
                            },
                            "Er": {
                                "description": "Entity reference to the cluster pair this DataProtectionPeer is associated with.",
                                "$ref": "#/components/schemas/hyperflex.EntityReference",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "PeerInfo": {
                                "description": "Peer Cluster status details.",
                                "$ref": "#/components/schemas/hyperflex.ReplicationPeerInfo",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "SrcCluster": {
                                "$ref": "#/components/schemas/hyperflex.Cluster.Relationship",
                                "description": "A reference to a hyperflexCluster resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "TgtCluster": {
                                "$ref": "#/components/schemas/hyperflex.Cluster.Relationship",
                                "description": "A reference to a hyperflexCluster resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            }
                        }
                    }
                ]
            },
            "hyperflex.DataProtectionPeer.List": {
                "title": "List of 'hyperflex.DataProtectionPeer' 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 'hyperflex.DataProtectionPeer' 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 'hyperflex.DataProtectionPeer' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/hyperflex.DataProtectionPeer"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "hyperflex.DatastoreInfo": {
                "title": "Hyperflex:Datastore Info",
                "description": "Information related to the Protected Datastore.",
                "x-allOf-name": "hyperflex.DatastoreInfo",
                "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 'hyperflex.DatastoreInfo', 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": [
                                    "hyperflex.DatastoreInfo"
                                ],
                                "default": "hyperflex.DatastoreInfo",
                                "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": [
                                    "hyperflex.DatastoreInfo"
                                ],
                                "default": "hyperflex.DatastoreInfo",
                                "x-enum-as-string": true
                            },
                            "DsBackendId": {
                                "description": "This datastore's backend unique id.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "DsFrontendId": {
                                "description": "This datastore's frontend id.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "hyperflex.DatastoreStatistic.Response": {
                "description": "The response body of a HTTP GET request for the 'hyperflex.DatastoreStatistic' 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 'hyperflex.DatastoreStatistic' resources.",
                "x-one-of-name": "hyperflex.DatastoreStatistic.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/hyperflex.DatastoreStatistic.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"
                }
            },
            "hyperflex.DatastoreStatistic.Relationship": {
                "description": "A relationship to the 'hyperflex.DatastoreStatistic' resource, or the expanded 'hyperflex.DatastoreStatistic' resource, or the 'null' value.",
                "x-one-of-name": "hyperflex.DatastoreStatistic.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/hyperflex.DatastoreStatistic"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "hyperflex.DatastoreStatistic": {
                "title": "Hyperflex:Datastore Statistic",
                "description": "The DatastoreStatistic object provides detailed information about the datastore, aiding in performance and capacity management.\n#### Purpose\nDatastoreStatistic offers comprehensive insights into datastore attributes such as capacity, usage, and status, supporting efficient management and optimization of storage resources.\n#### Key Concepts\n- **Capacity Management:** Details total and free capacity, unshared and uncompressed usage, supporting resource optimization.\n- **Performance Tracking:** Provides timestamps for creation, access, and modification, facilitating performance monitoring.\n- **Security and Compliance:** Enforces encryption status and privilege sets to uphold data protection standards.",
                "x-allOf-name": "hyperflex.DatastoreStatistic",
                "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 'hyperflex.DatastoreStatistic', 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": [
                                    "hyperflex.DatastoreStatistic"
                                ],
                                "default": "hyperflex.DatastoreStatistic",
                                "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": [
                                    "hyperflex.DatastoreStatistic"
                                ],
                                "default": "hyperflex.DatastoreStatistic",
                                "x-enum-as-string": true
                            },
                            "AccessibilitySummary": {
                                "description": "HyperFlex datastore accessibility summary.\n* `ACCESSIBLE` - The HyperFlex Accessibility Summary is Accessible.\n* `NOT_ACCESSIBLE` - The HyperFlex Accessibility Summary is Not Accessible.\n* `PARTIALLY_ACCESSIBLE` - The HyperFlex Accessibility Summary is Partially Accessible.",
                                "type": "string",
                                "enum": [
                                    "ACCESSIBLE",
                                    "NOT_ACCESSIBLE",
                                    "PARTIALLY_ACCESSIBLE"
                                ],
                                "default": "ACCESSIBLE",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "CreationTime": {
                                "description": "Timestamp the datastore object was created.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "DatastoreKind": {
                                "description": "HyperFlex Datastore Kind.\n* `UNKNOWN` - HyperFlex datastore kind is unknown.\n* `USER_CREATED` - HyperFlex datastore kind is user created.\n* `INTERNAL` - HyperFlex datastore kind is internal.",
                                "type": "string",
                                "enum": [
                                    "UNKNOWN",
                                    "USER_CREATED",
                                    "INTERNAL"
                                ],
                                "default": "UNKNOWN",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "DatastoreStatus": {
                                "description": "HyperFlex datastore status.\n* `NORMAL` - The HyperFlex datastore status is normal.\n* `ALERT` - The HyperFlex datastore status is alert.\n* `FAILED` - The HyperFlex datastore status is failed.",
                                "type": "string",
                                "enum": [
                                    "NORMAL",
                                    "ALERT",
                                    "FAILED"
                                ],
                                "default": "NORMAL",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Dsconfig": {
                                "description": "HyperFlex platform datastore configuration.",
                                "$ref": "#/components/schemas/hyperflex.HxPlatformDatastoreConfigDt",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "FreeCapacityInBytes": {
                                "description": "Free capacity of the datastore in bytes.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "HostMountStatus": {
                                "type": "array",
                                "items": {
                                    "description": "Collection of host mount status for the datastore object.",
                                    "$ref": "#/components/schemas/hyperflex.HxHostMountStatusDt",
                                    "readOnly": true,
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "IsEncrypted": {
                                "description": "Indicates if the datastore is encrypted or un-encrypted.",
                                "type": "boolean",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "LastAccessTime": {
                                "description": "Timestamp the datastore object was last accessed.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "LastModifiedTime": {
                                "description": "Timestamp the datastore object was last modified.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "MountSummary": {
                                "description": "HyperFlex datastore mount summary.\n* `MOUNTED` - The HyperFlex mount summary is mounted.\n* `UNMOUNTED` - The HyperFlex mount summary is unmounted.\n* `MOUNT_FAILURE` - The HyperFlex mount summary is mount failure.\n* `UNMOUNT_FAILURE` - The HyperFlex mount summary is unmount failure.",
                                "type": "string",
                                "enum": [
                                    "MOUNTED",
                                    "UNMOUNTED",
                                    "MOUNT_FAILURE",
                                    "UNMOUNT_FAILURE"
                                ],
                                "default": "MOUNTED",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ParentUuid": {
                                "description": "UUID of the parent datastore object.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Site": {
                                "description": "HyperFlex site for the datastore.",
                                "$ref": "#/components/schemas/hyperflex.HxSiteDt",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "TotalCapacityInBytes": {
                                "description": "Total capacity of the datastore object.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "UnCompressedUsedBytes": {
                                "description": "Number of uncompressed used bytes in the datastore.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "UnsharedUsedBytes": {
                                "description": "Unshared used capacity of the datastore in bytes.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Uuid": {
                                "description": "UUID for the datastore object.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "DataProtectionPeer": {
                                "$ref": "#/components/schemas/hyperflex.DataProtectionPeer.Relationship",
                                "description": "A reference to a hyperflexDataProtectionPeer resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "SrcCluster": {
                                "$ref": "#/components/schemas/hyperflex.Cluster.Relationship",
                                "description": "A reference to a hyperflexCluster resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "TgtCluster": {
                                "$ref": "#/components/schemas/hyperflex.Cluster.Relationship",
                                "description": "A reference to a hyperflexCluster resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            }
                        }
                    }
                ]
            },
            "hyperflex.DatastoreStatistic.List": {
                "title": "List of 'hyperflex.DatastoreStatistic' 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 'hyperflex.DatastoreStatistic' 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 'hyperflex.DatastoreStatistic' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/hyperflex.DatastoreStatistic"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "hyperflex.DevicePackageDownloadState.Response": {
                "description": "The response body of a HTTP GET request for the 'hyperflex.DevicePackageDownloadState' 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 'hyperflex.DevicePackageDownloadState' resources.",
                "x-one-of-name": "hyperflex.DevicePackageDownloadState.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/hyperflex.DevicePackageDownloadState.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"
                }
            },
            "hyperflex.DevicePackageDownloadState": {
                "title": "Hyperflex:Device Package Download State",
                "description": "The DevicePackageDownloadState object tracks the state of package downloads on HyperFlex devices. This provides detailed information about package installations, ensuring that devices have the necessary updates for optimal operation and health monitoring.\n#### Purpose\nDevicePackageDownloadState objects document the download and installation status of packages, verifying that devices are equipped with the latest tools for executing health checks. It is crucial for maintaining device readiness and system integrity.\n#### Key Concepts\n- **Installation Monitoring:** Tracks the progress and completion of package installations, ensuring that devices are updated with necessary software components.\n- **Checksum Validation:** Records package checksums to verify download integrity, protecting against corrupted or incomplete installations.\n- **Node-Level Detail:** Includes information on nodes where packages are installed, supporting targeted updates and maintenance activities.\n- **Device Integration:** Associated with specific HyperFlex devices, enabling device-centric package management and ensuring alignment with system requirements.",
                "x-allOf-name": "hyperflex.DevicePackageDownloadState",
                "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 'hyperflex.DevicePackageDownloadState', 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": [
                                    "hyperflex.DevicePackageDownloadState"
                                ],
                                "default": "hyperflex.DevicePackageDownloadState",
                                "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": [
                                    "hyperflex.DevicePackageDownloadState"
                                ],
                                "default": "hyperflex.DevicePackageDownloadState",
                                "x-enum-as-string": true
                            },
                            "Checksum": {
                                "description": "Checksum of HyperFlex health check Debian package installed on the HyperFlex Device.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "HxDeviceName": {
                                "description": "HyperFlex Device Name for which the package download state is tracked.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "HxNodes": {
                                "type": "array",
                                "items": {
                                    "description": "HyperFlex Nodes on which the Debian package has been downloaded and installed.",
                                    "type": "string",
                                    "readOnly": true,
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "Timestamp": {
                                "description": "Timestamp of the last health check Debian package installation on the HyperFlex Device.",
                                "type": "string",
                                "format": "date-time",
                                "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
                            }
                        }
                    }
                ]
            },
            "hyperflex.DevicePackageDownloadState.List": {
                "title": "List of 'hyperflex.DevicePackageDownloadState' 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 'hyperflex.DevicePackageDownloadState' 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 'hyperflex.DevicePackageDownloadState' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/hyperflex.DevicePackageDownloadState"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "hyperflex.Drive.Response": {
                "description": "The response body of a HTTP GET request for the 'hyperflex.Drive' 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 'hyperflex.Drive' resources.",
                "x-one-of-name": "hyperflex.Drive.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/hyperflex.Drive.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"
                }
            },
            "hyperflex.Drive.Relationship": {
                "description": "A relationship to the 'hyperflex.Drive' resource, or the expanded 'hyperflex.Drive' resource, or the 'null' value.",
                "x-one-of-name": "hyperflex.Drive.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/hyperflex.Drive"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "hyperflex.Drive": {
                "title": "Hyperflex:Drive",
                "description": "The Drive object represents a HyperFlex drive entity attached to a node within a HyperFlex cluster. It is an essential component of the storage architecture, providing detailed information and management capabilities for physical storage devices.\n#### Purpose\nThe Drive object is intended to facilitate the management and monitoring of physical storage devices within a HyperFlex cluster, ensuring their optimal performance and integration with the broader storage system.\n#### Key Concepts\n- **Physical Storage Management:** Provides detailed information about each drive, including capacity, usage, and health status, supporting efficient storage management.\n- **Integration:** Works in conjunction with nodes and other storage components to form a cohesive storage architecture within the cluster.\n- **Monitoring and Reporting:** Offers capabilities for monitoring drive health and status, enabling proactive maintenance and issue resolution.\n- **Access Control:** Ensures secure management of drive resources through access control measures and privilege sets.",
                "x-allOf-name": "hyperflex.Drive",
                "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 'hyperflex.Drive', 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": [
                                    "hyperflex.Drive"
                                ],
                                "default": "hyperflex.Drive",
                                "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": [
                                    "hyperflex.Drive"
                                ],
                                "default": "hyperflex.Drive",
                                "x-enum-as-string": true
                            },
                            "Capacity": {
                                "description": "Provisioned capacity of the drive in bytes.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "DiskUseState": {
                                "description": "Disk inventory state. Should be one of values defined in enum.\n* `UNKNOWN` - The use state of the disk is unknown.\n* `USED` - The use state of the disk is used.\n* `NOTUSED` - The use state of the disk is unused.\n* `EMPTY` - The use state of the disk is empty.",
                                "type": "string",
                                "enum": [
                                    "UNKNOWN",
                                    "USED",
                                    "NOTUSED",
                                    "EMPTY"
                                ],
                                "default": "UNKNOWN",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "HostName": {
                                "description": "Host Name.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "HostUuid": {
                                "description": "The unique identifier of the drive's host.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ModelNumber": {
                                "description": "The model number of the disk or SSD.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "NodeUuid": {
                                "description": "The unique identifier of the Hyperflex Node to which the disk is attached.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Path": {
                                "description": "Device path for the drive.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Protocol": {
                                "description": "Disk Protocol - SATA, NVME, SAS.\n* `Unknown` - Disk protocol is unknown.\n* `SAS` - Serial Attached SCSI protocol (SAS) used in disk.\n* `NVMe` - Non-volatile memory express (NVMe) protocol used in disk.\n* `SATA` - Serial Advanced Technology Attachment (SATA) used in disk.",
                                "type": "string",
                                "enum": [
                                    "Unknown",
                                    "SAS",
                                    "NVMe",
                                    "SATA"
                                ],
                                "default": "Unknown",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "SerialNumber": {
                                "description": "Serial number of the Hyperflex drive.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "SlotNumber": {
                                "description": "The SCSI slot number of the drive.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Status": {
                                "description": "Disk inventory state as determined by storfs inventory module.\nShould be one of values defined in enum.\n* `UNKNOWN` - The state of the disk is unknown.\n* `CLAIMED` - The state of the disk is claimed by storfs and has a valid storfs format.\n* `AVAILABLE` - The disk is available but not claimed by storfs.\n* `IGNORED` - The disk ash been ignored by storfs.\n* `BLACKLISTED` - The deprecated value for 'Blocked'. It is included to maintain backwards compatibility with clusters running a HyperFlex Data Platform version older than 5.0(1a).\n* `SECUREERASED` - The disk has been secure erased.\n* `BLOCKED` - The disk has been blocked by storfs.",
                                "type": "string",
                                "enum": [
                                    "UNKNOWN",
                                    "CLAIMED",
                                    "AVAILABLE",
                                    "IGNORED",
                                    "BLACKLISTED",
                                    "SECUREERASED",
                                    "BLOCKED"
                                ],
                                "default": "UNKNOWN",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Type": {
                                "description": "Type of disk - UNKNOWN, HDD, SSD.\n* `Unknown` - Default unknown disk type.\n* `SSD` - Storage disk with Solid state disk.\n* `HDD` - Storage disk with Hard disk drive.\n* `NVRAM` - Storage disk with Non-volatile random-access memory type.\n* `SATA` - Disk drive implementation with Serial Advanced Technology Attachment (SATA).\n* `BSAS` - Bridged SAS-SATA disks with added hardware to enable them to be plugged into a SAS-connected storage shelf.\n* `FC` - Storage disk with Fiber Channel.\n* `FSAS` - Near Line SAS. NL-SAS drives are enterprise SATA drives with a SAS interface, head, media, androtational speed of traditional enterprise-class SATA drives with the fully capable SAS interfacetypical for classic SAS drives.\n* `LUN` - Logical Unit Number refers to a logical disk.\n* `MSATA` - SATA disk in multi-disk carrier storage shelf.\n* `SAS` - Storage disk with serial attached SCSI.\n* `VMDISK` - Virtual machine Data Disk.",
                                "type": "string",
                                "enum": [
                                    "Unknown",
                                    "SSD",
                                    "HDD",
                                    "NVRAM",
                                    "SATA",
                                    "BSAS",
                                    "FC",
                                    "FSAS",
                                    "LUN",
                                    "MSATA",
                                    "SAS",
                                    "VMDISK"
                                ],
                                "default": "Unknown",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Usage": {
                                "description": "Specifies what the disk is used for. Should be one of\nvalues defined in enum.\n* `UNKNOWN` - The usage of the disk is unknown.\n* `PERSISTENCE` - The usage of the disk is for generic data storage.\n* `SYSTEM` - The usage of the disk is related to system storage.\n* `CACHING` - The usage of the disk is for caching.",
                                "type": "string",
                                "enum": [
                                    "UNKNOWN",
                                    "PERSISTENCE",
                                    "SYSTEM",
                                    "CACHING"
                                ],
                                "default": "UNKNOWN",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "UsedCapacity": {
                                "description": "Used Capacity of the drive in Bytes.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Uuid": {
                                "description": "The unique identifier of the Hyperflex drive.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Version": {
                                "description": "The firmware version of the Hyperflex drive.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "LocatorLed": {
                                "$ref": "intersight-server-v3-1.0.11-20260807064027971.json#/components/schemas/equipment.LocatorLed.Relationship",
                                "description": "A reference to a equipmentLocatorLed resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "Node": {
                                "$ref": "#/components/schemas/hyperflex.Node.Relationship",
                                "description": "A reference to a hyperflexNode resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            }
                        }
                    }
                ]
            },
            "hyperflex.Drive.List": {
                "title": "List of 'hyperflex.Drive' 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 'hyperflex.Drive' 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 'hyperflex.Drive' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/hyperflex.Drive"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "hyperflex.Encryption.Response": {
                "description": "The response body of a HTTP GET request for the 'hyperflex.Encryption' 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 'hyperflex.Encryption' resources.",
                "x-one-of-name": "hyperflex.Encryption.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/hyperflex.Encryption.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"
                }
            },
            "hyperflex.Encryption.Relationship": {
                "description": "A relationship to the 'hyperflex.Encryption' resource, or the expanded 'hyperflex.Encryption' resource, or the 'null' value.",
                "x-one-of-name": "hyperflex.Encryption.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/hyperflex.Encryption"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "hyperflex.Encryption": {
                "title": "Hyperflex:Encryption",
                "description": "The overview of software-encryption on the cluster",
                "x-allOf-name": "hyperflex.Encryption",
                "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 'hyperflex.Encryption', 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": [
                                    "hyperflex.Encryption"
                                ],
                                "default": "hyperflex.Encryption",
                                "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": [
                                    "hyperflex.Encryption"
                                ],
                                "default": "hyperflex.Encryption",
                                "x-enum-as-string": true
                            },
                            "State": {
                                "type": "string",
                                "enum": [
                                    "UNKNOWN",
                                    "ENABLED",
                                    "NOT_ENABLED",
                                    "CONFIGURED",
                                    "NOT_CONFIGURED",
                                    "NOT_SUPPORTED",
                                    "SUPPORTED",
                                    "FAILED"
                                ],
                                "default": "UNKNOWN",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Cluster": {
                                "$ref": "#/components/schemas/hyperflex.Cluster.Relationship",
                                "description": "A reference to a hyperflexCluster resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "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
                            }
                        }
                    }
                ]
            },
            "hyperflex.Encryption.List": {
                "title": "List of 'hyperflex.Encryption' 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 'hyperflex.Encryption' 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 'hyperflex.Encryption' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/hyperflex.Encryption"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "hyperflex.EntityReference": {
                "title": "Hyperflex:Entity Reference",
                "description": "Reference to another object possibly managed by another service.",
                "x-allOf-name": "hyperflex.EntityReference",
                "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 'hyperflex.EntityReference', 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": [
                                    "hyperflex.EntityReference"
                                ],
                                "default": "hyperflex.EntityReference",
                                "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": [
                                    "hyperflex.EntityReference"
                                ],
                                "default": "hyperflex.EntityReference",
                                "x-enum-as-string": true
                            },
                            "Confignum": {
                                "description": "Configuration number for this reference.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Id": {
                                "description": "Uuid of the entity for this reference.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Idtype": {
                                "description": "Type of entity id for this reference.\n* `VCMOID` - The entity reference ID type is VC MOID.\n* `VMBIOSUUID` - The entity reference ID type is VM Bios UUID.\n* `VMDSPATH` - The entity reference ID type is VM Datastore Path.\n* `VMINSTANCEUUID` - The entity reference ID type is VM Instance UUID.\n* `VMNAME` - The entity reference ID type is VM Name.",
                                "type": "string",
                                "enum": [
                                    "VCMOID",
                                    "VMBIOSUUID",
                                    "VMDSPATH",
                                    "VMINSTANCEUUID",
                                    "VMNAME"
                                ],
                                "default": "VCMOID",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Name": {
                                "description": "Name of the entity for this entity reference.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Type": {
                                "description": "Type of the entity for this entity reference.\n* `DISK` - This entity type is a disk.\n* `PNODE` - This entity type is a P node.\n* `NODE` - This entity type is a node.\n* `CLUSTER` - This entity type is a cluster.\n* `DATASTORE` - This entity is a datastore.\n* `VIRTNODE` - This entity is a HyperFlex virtual node.\n* `VIRTCLUSTER` - This entity type is a virtual cluster.\n* `VIRTDATASTORE` - This entity type is a virtual data store.\n* `VIRTMACHINE` - This entity type is a virtual machine.\n* `PDISK` - This entity type is a P disk.\n* `PDATASTORE` - This entity type is a P Datastore.\n* `VIRTMACHINESNAPSHOT` - This entity is a virtual machine snapshot.\n* `FOLDER` - This entity type is a folder.\n* `RESOURCEPOOL` - This entity type is a resource pool.\n* `FILE` - This entity type is a file.\n* `VIRTDATACENTER` - This entity type is a virtual data center.\n* `REPLICATION_APPLIANCE` - This entity type is a replication appliance.\n* `REPLICATION_JOB` - This entity type is a replication job.\n* `IP_POOL` - This entity type is an IP Pool.\n* `REPLICATION_INFO` - This entity type is a replication information.\n* `DP_VM_SNAPSHOT` - This entity type is a DP VM Snapshot.\n* `DP_VMGROUP_SNAPSHOT` - This entity type is a DP VM Group Snapshot.\n* `DP_VM_CONFIG` - This entity type is a DP VM Configuration.\n* `DP_VM` - This entity type is a DP VM.\n* `DP_VMGROUP` - This entity type is a DP VM Group.\n* `DP_VM_SNAPSHOT_POINT` - This entity type is a DP VM Snapshot Point.\n* `CLUSTER_PAIR` - This entity is a cluster pair.\n* `HX_TASK` - This entity type is a HyperFlex task.\n* `ZONE` - This entity type is a zone.",
                                "type": "string",
                                "enum": [
                                    "DISK",
                                    "PNODE",
                                    "NODE",
                                    "CLUSTER",
                                    "DATASTORE",
                                    "VIRTNODE",
                                    "VIRTCLUSTER",
                                    "VIRTDATASTORE",
                                    "VIRTMACHINE",
                                    "PDISK",
                                    "PDATASTORE",
                                    "VIRTMACHINESNAPSHOT",
                                    "FOLDER",
                                    "RESOURCEPOOL",
                                    "FILE",
                                    "VIRTDATACENTER",
                                    "REPLICATION_APPLIANCE",
                                    "REPLICATION_JOB",
                                    "IP_POOL",
                                    "REPLICATION_INFO",
                                    "DP_VM_SNAPSHOT",
                                    "DP_VMGROUP_SNAPSHOT",
                                    "DP_VM_CONFIG",
                                    "DP_VM",
                                    "DP_VMGROUP",
                                    "DP_VM_SNAPSHOT_POINT",
                                    "CLUSTER_PAIR",
                                    "HX_TASK",
                                    "ZONE"
                                ],
                                "default": "DISK",
                                "readOnly": true,
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "hyperflex.ErrorStack": {
                "title": "Hyperflex:Error Stack",
                "description": "Reference to an error stack reported by this object.",
                "x-allOf-name": "hyperflex.ErrorStack",
                "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 'hyperflex.ErrorStack', 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": [
                                    "hyperflex.ErrorStack"
                                ],
                                "default": "hyperflex.ErrorStack",
                                "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": [
                                    "hyperflex.ErrorStack"
                                ],
                                "default": "hyperflex.ErrorStack",
                                "x-enum-as-string": true
                            },
                            "Message": {
                                "description": "The error message string for this error stack.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "MessageId": {
                                "description": "The error message ID for this error stack.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "hyperflex.ExtFcStoragePolicy.Response": {
                "description": "The response body of a HTTP GET request for the 'hyperflex.ExtFcStoragePolicy' 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 'hyperflex.ExtFcStoragePolicy' resources.",
                "x-one-of-name": "hyperflex.ExtFcStoragePolicy.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/hyperflex.ExtFcStoragePolicy.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"
                }
            },
            "hyperflex.ExtFcStoragePolicy.Relationship": {
                "description": "A relationship to the 'hyperflex.ExtFcStoragePolicy' resource, or the expanded 'hyperflex.ExtFcStoragePolicy' resource, or the 'null' value.",
                "x-one-of-name": "hyperflex.ExtFcStoragePolicy.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/hyperflex.ExtFcStoragePolicy"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "hyperflex.ExtFcStoragePolicy": {
                "title": "External FC Storage",
                "description": "A policy specifying external storage connectivity information via Fabric attached FC storage.",
                "x-allOf-name": "hyperflex.ExtFcStoragePolicy",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/policy.AbstractPolicy"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'hyperflex.ExtFcStoragePolicy', 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": [
                                    "hyperflex.ExtFcStoragePolicy"
                                ],
                                "default": "hyperflex.ExtFcStoragePolicy",
                                "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": [
                                    "hyperflex.ExtFcStoragePolicy"
                                ],
                                "default": "hyperflex.ExtFcStoragePolicy",
                                "x-enum-as-string": true
                            },
                            "AdminState": {
                                "description": "Enables or disables external FC storage configuration.",
                                "type": "boolean",
                                "x-omitempty": true
                            },
                            "ExtaTraffic": {
                                "description": "VSAN for the primary Fabric Interconnect external FC storage traffic.",
                                "$ref": "#/components/schemas/hyperflex.NamedVsan",
                                "x-omitempty": true
                            },
                            "ExtbTraffic": {
                                "description": "VSAN for the secondary Fabric Interconnect external FC storage traffic.",
                                "$ref": "#/components/schemas/hyperflex.NamedVsan",
                                "x-omitempty": true
                            },
                            "WwxnPrefixRange": {
                                "description": "The range of WWxN addresses to use for the FC storage configuration.",
                                "$ref": "#/components/schemas/hyperflex.WwxnPrefixRange",
                                "x-omitempty": true
                            },
                            "ClusterProfiles": {
                                "description": "An array of relationships to hyperflexClusterProfile resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/hyperflex.ClusterProfile.Relationship"
                                },
                                "nullable": 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
                            }
                        }
                    }
                ]
            },
            "hyperflex.ExtFcStoragePolicy.List": {
                "title": "List of 'hyperflex.ExtFcStoragePolicy' 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 'hyperflex.ExtFcStoragePolicy' 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 'hyperflex.ExtFcStoragePolicy' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/hyperflex.ExtFcStoragePolicy"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "hyperflex.ExtIscsiStoragePolicy.Response": {
                "description": "The response body of a HTTP GET request for the 'hyperflex.ExtIscsiStoragePolicy' 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 'hyperflex.ExtIscsiStoragePolicy' resources.",
                "x-one-of-name": "hyperflex.ExtIscsiStoragePolicy.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/hyperflex.ExtIscsiStoragePolicy.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"
                }
            },
            "hyperflex.ExtIscsiStoragePolicy.Relationship": {
                "description": "A relationship to the 'hyperflex.ExtIscsiStoragePolicy' resource, or the expanded 'hyperflex.ExtIscsiStoragePolicy' resource, or the 'null' value.",
                "x-one-of-name": "hyperflex.ExtIscsiStoragePolicy.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/hyperflex.ExtIscsiStoragePolicy"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "hyperflex.ExtIscsiStoragePolicy": {
                "title": "External iSCSI Storage",
                "description": "A policy specifying external storage connectivity information via Fabric attached iSCSI storage.",
                "x-allOf-name": "hyperflex.ExtIscsiStoragePolicy",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/policy.AbstractPolicy"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'hyperflex.ExtIscsiStoragePolicy', 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": [
                                    "hyperflex.ExtIscsiStoragePolicy"
                                ],
                                "default": "hyperflex.ExtIscsiStoragePolicy",
                                "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": [
                                    "hyperflex.ExtIscsiStoragePolicy"
                                ],
                                "default": "hyperflex.ExtIscsiStoragePolicy",
                                "x-enum-as-string": true
                            },
                            "AdminState": {
                                "description": "Enable or disable external iSCSI storage configuration.",
                                "type": "boolean",
                                "x-omitempty": true
                            },
                            "ExtaTraffic": {
                                "description": "VLAN for the primary Fabric Interconnect external iSCSI storage traffic.",
                                "$ref": "#/components/schemas/hyperflex.NamedVlan",
                                "x-omitempty": true
                            },
                            "ExtbTraffic": {
                                "description": "VLAN for the secondary Fabric Interconnect external iSCSI storage traffic.",
                                "$ref": "#/components/schemas/hyperflex.NamedVlan",
                                "x-omitempty": true
                            },
                            "ClusterProfiles": {
                                "description": "An array of relationships to hyperflexClusterProfile resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/hyperflex.ClusterProfile.Relationship"
                                },
                                "nullable": 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
                            }
                        }
                    }
                ]
            },
            "hyperflex.ExtIscsiStoragePolicy.List": {
                "title": "List of 'hyperflex.ExtIscsiStoragePolicy' 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 'hyperflex.ExtIscsiStoragePolicy' 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 'hyperflex.ExtIscsiStoragePolicy' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/hyperflex.ExtIscsiStoragePolicy"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "hyperflex.FeatureLimitEntry": {
                "title": "Hyperflex:Feature Limit Entry",
                "description": "A HyperFlex feature limit.\nFeature limits are used to specify which HyperFlex configurations are compatible with a given feature.",
                "x-allOf-name": "hyperflex.FeatureLimitEntry",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/hyperflex.AbstractAppSetting"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'hyperflex.FeatureLimitEntry', 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": [
                                    "hyperflex.FeatureLimitEntry"
                                ],
                                "default": "hyperflex.FeatureLimitEntry",
                                "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": [
                                    "hyperflex.FeatureLimitEntry"
                                ],
                                "default": "hyperflex.FeatureLimitEntry",
                                "x-enum-as-string": true
                            },
                            "Constraint": {
                                "description": "The conditions that must be satisfied before applying the AppSetting.",
                                "$ref": "#/components/schemas/hyperflex.AppSettingConstraint",
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "hyperflex.FeatureLimitExternal.Response": {
                "description": "The response body of a HTTP GET request for the 'hyperflex.FeatureLimitExternal' 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 'hyperflex.FeatureLimitExternal' resources.",
                "x-one-of-name": "hyperflex.FeatureLimitExternal.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/hyperflex.FeatureLimitExternal.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"
                }
            },
            "hyperflex.FeatureLimitExternal.Relationship": {
                "description": "A relationship to the 'hyperflex.FeatureLimitExternal' resource, or the expanded 'hyperflex.FeatureLimitExternal' resource, or the 'null' value.",
                "x-one-of-name": "hyperflex.FeatureLimitExternal.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/hyperflex.FeatureLimitExternal"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "hyperflex.FeatureLimitExternal": {
                "title": "Hyperflex:Feature Limit External",
                "description": "The HyperFlex feature limits that are available to end users.",
                "x-allOf-name": "hyperflex.FeatureLimitExternal",
                "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 'hyperflex.FeatureLimitExternal', 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": [
                                    "hyperflex.FeatureLimitExternal"
                                ],
                                "default": "hyperflex.FeatureLimitExternal",
                                "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": [
                                    "hyperflex.FeatureLimitExternal"
                                ],
                                "default": "hyperflex.FeatureLimitExternal",
                                "x-enum-as-string": true
                            },
                            "FeatureLimitEntries": {
                                "type": "array",
                                "items": {
                                    "description": "The HyperFlex feature limits which are made available to users.",
                                    "$ref": "#/components/schemas/hyperflex.FeatureLimitEntry",
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "AppCatalog": {
                                "$ref": "#/components/schemas/hyperflex.AppCatalog.Relationship",
                                "description": "A reference to a hyperflexAppCatalog resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline."
                            }
                        }
                    }
                ]
            },
            "hyperflex.FeatureLimitExternal.List": {
                "title": "List of 'hyperflex.FeatureLimitExternal' 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 'hyperflex.FeatureLimitExternal' 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 'hyperflex.FeatureLimitExternal' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/hyperflex.FeatureLimitExternal"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "hyperflex.FeatureLimitInternal.Response": {
                "description": "The response body of a HTTP GET request for the 'hyperflex.FeatureLimitInternal' 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 'hyperflex.FeatureLimitInternal' resources.",
                "x-one-of-name": "hyperflex.FeatureLimitInternal.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/hyperflex.FeatureLimitInternal.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"
                }
            },
            "hyperflex.FeatureLimitInternal.Relationship": {
                "description": "A relationship to the 'hyperflex.FeatureLimitInternal' resource, or the expanded 'hyperflex.FeatureLimitInternal' resource, or the 'null' value.",
                "x-one-of-name": "hyperflex.FeatureLimitInternal.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/hyperflex.FeatureLimitInternal"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "hyperflex.FeatureLimitInternal": {
                "title": "Hyperflex:Feature Limit Internal",
                "description": "The HyperFlex installer feature limits for internal system use.",
                "x-allOf-name": "hyperflex.FeatureLimitInternal",
                "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 'hyperflex.FeatureLimitInternal', 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": [
                                    "hyperflex.FeatureLimitInternal"
                                ],
                                "default": "hyperflex.FeatureLimitInternal",
                                "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": [
                                    "hyperflex.FeatureLimitInternal"
                                ],
                                "default": "hyperflex.FeatureLimitInternal",
                                "x-enum-as-string": true
                            },
                            "FeatureLimitEntries": {
                                "type": "array",
                                "items": {
                                    "description": "The HyperFlex feature limits for internal use.",
                                    "$ref": "#/components/schemas/hyperflex.FeatureLimitEntry",
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "AppCatalog": {
                                "$ref": "#/components/schemas/hyperflex.AppCatalog.Relationship",
                                "description": "A reference to a hyperflexAppCatalog resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline."
                            }
                        }
                    }
                ]
            },
            "hyperflex.FeatureLimitInternal.List": {
                "title": "List of 'hyperflex.FeatureLimitInternal' 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 'hyperflex.FeatureLimitInternal' 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 'hyperflex.FeatureLimitInternal' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/hyperflex.FeatureLimitInternal"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "hyperflex.FilePath": {
                "title": "Hyperflex:File Path",
                "description": "File path information for this snapshot.",
                "x-allOf-name": "hyperflex.FilePath",
                "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 'hyperflex.FilePath', 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": [
                                    "hyperflex.FilePath"
                                ],
                                "default": "hyperflex.FilePath",
                                "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": [
                                    "hyperflex.FilePath"
                                ],
                                "default": "hyperflex.FilePath",
                                "x-enum-as-string": true
                            },
                            "DsInfo": {
                                "description": "Datastore for which this file resides.",
                                "$ref": "#/components/schemas/hyperflex.DatastoreInfo",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "RelativeFilePath": {
                                "description": "Relative file path within the datastore.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "hyperflex.Health.Response": {
                "description": "The response body of a HTTP GET request for the 'hyperflex.Health' 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 'hyperflex.Health' resources.",
                "x-one-of-name": "hyperflex.Health.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/hyperflex.Health.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"
                }
            },
            "hyperflex.Health.Relationship": {
                "description": "A relationship to the 'hyperflex.Health' resource, or the expanded 'hyperflex.Health' resource, or the 'null' value.",
                "x-one-of-name": "hyperflex.Health.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/hyperflex.Health"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "hyperflex.Health": {
                "title": "Hyperflex:Health",
                "description": "The data health status and ability of the HyperFlex storage cluster to tolerate failures.",
                "x-allOf-name": "hyperflex.Health",
                "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 'hyperflex.Health', 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": [
                                    "hyperflex.Health"
                                ],
                                "default": "hyperflex.Health",
                                "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": [
                                    "hyperflex.Health"
                                ],
                                "default": "hyperflex.Health",
                                "x-enum-as-string": true
                            },
                            "ArbitrationServiceState": {
                                "description": "The status of the HyperFlex cluster's connection to the Intersight arbitration service. The arbitration service state is only applicable to 2-node edge clusters.\n* `NOT_AVAILABLE` - The cluster does not require a connection to the arbitration service.\n* `UNKNOWN` - The cluster's connection state to the arbitration service cannot be determined.\n* `ONLINE` - The cluster is connected to the arbitration service.\n* `OFFLINE` - The cluster is disconnected from the arbitration service.",
                                "type": "string",
                                "enum": [
                                    "NOT_AVAILABLE",
                                    "UNKNOWN",
                                    "ONLINE",
                                    "OFFLINE"
                                ],
                                "default": "NOT_AVAILABLE",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "DataReplicationCompliance": {
                                "description": "The HyperFlex cluster's compliance to the configured replication factor. It indicates that the compliance has degraded if the number of copies of data is reduced.\n* `UNKNOWN` - The replication compliance of the HyperFlex cluster is not known.\n* `COMPLIANT` - The HyperFlex cluster is compliant with the replication policy. All data on the cluster is replicated according to the configured replication factor.\n* `NON_COMPLIANT` - The HyperFlex cluster is not compliant with the replication policy. Some data on the cluster is not replicated in accordance with the configured replication factor.",
                                "type": "string",
                                "enum": [
                                    "UNKNOWN",
                                    "COMPLIANT",
                                    "NON_COMPLIANT"
                                ],
                                "default": "UNKNOWN",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ResiliencyDetails": {
                                "description": "The details of the HyperFlex cluster's resiliency status.",
                                "$ref": "#/components/schemas/hyperflex.HxResiliencyInfoDt",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "State": {
                                "description": "The operational status of the HyperFlex cluster.\n* `UNKNOWN` - The operational status of the cluster cannot be determined.\n* `ONLINE` - The HyperFlex cluster is online and is performing IO operations.\n* `OFFLINE` - The HyperFlex cluster is offline and is not ready to perform IO operations.\n* `ENOSPACE` - The HyperFlex cluster is out of available storage capacity and cannot perform write transactions.\n* `READONLY` - The HyperFlex cluster is not accepting write transactions, but can still display static cluster information.",
                                "type": "string",
                                "enum": [
                                    "UNKNOWN",
                                    "ONLINE",
                                    "OFFLINE",
                                    "ENOSPACE",
                                    "READONLY"
                                ],
                                "default": "UNKNOWN",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Uuid": {
                                "description": "The unique identifier for the cluster.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ZkHealth": {
                                "description": "The health status of the HyperFlex cluster's zookeeper ensemble.\n* `NOT_AVAILABLE` - The operational status of the ZK ensemble is not provided by the HyperFlex cluster.\n* `UNKNOWN` - The operational status of the ZK ensemble cannot be determined.\n* `ONLINE` - The ZK ensemble is online and operational.\n* `OFFLINE` - The ZK ensemble is offline and not operational.",
                                "type": "string",
                                "enum": [
                                    "NOT_AVAILABLE",
                                    "UNKNOWN",
                                    "ONLINE",
                                    "OFFLINE"
                                ],
                                "default": "NOT_AVAILABLE",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ZoneResiliencyList": {
                                "type": "array",
                                "items": {
                                    "description": "The resiliency details of an individual zone.",
                                    "$ref": "#/components/schemas/hyperflex.HxZoneResiliencyInfoDt",
                                    "readOnly": true,
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "Cluster": {
                                "$ref": "#/components/schemas/hyperflex.Cluster.Relationship",
                                "description": "A reference to a hyperflexCluster resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            }
                        }
                    }
                ]
            },
            "hyperflex.Health.List": {
                "title": "List of 'hyperflex.Health' 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 'hyperflex.Health' 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 'hyperflex.Health' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/hyperflex.Health"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "hyperflex.HealthCheckDefinition.Response": {
                "description": "The response body of a HTTP GET request for the 'hyperflex.HealthCheckDefinition' 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 'hyperflex.HealthCheckDefinition' resources.",
                "x-one-of-name": "hyperflex.HealthCheckDefinition.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/hyperflex.HealthCheckDefinition.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"
                }
            },
            "hyperflex.HealthCheckDefinition.Relationship": {
                "description": "A relationship to the 'hyperflex.HealthCheckDefinition' resource, or the expanded 'hyperflex.HealthCheckDefinition' resource, or the 'null' value.",
                "x-one-of-name": "hyperflex.HealthCheckDefinition.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/hyperflex.HealthCheckDefinition"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "hyperflex.HealthCheckDefinition": {
                "title": "Hyperflex:Health Check Definition",
                "description": "The HealthCheckDefinition object serves as the blueprint for defining health checks within the HyperFlex system. It outlines the criteria, methodology, and scope of health checks, ensuring standardized and effective assessments of system performance.\n#### Purpose\nHealthCheckDefinition objects provide a structured approach to health monitoring, detailing the checks required to maintain system stability and prevent disruptions. They enable systematic evaluations that inform maintenance strategies and enhance operational efficiency.\n#### Key Concepts\n- **Standardization:** Offers a consistent framework for health checks, promoting uniformity and reliability across different environments and use cases.\n- **Execution Configuration:** Defines how health checks are executed, including script settings, timeouts, and target nodes, tailoring assessments to specific system needs.\n- **Impact Analysis:** Provides insights into the potential health impact of check failures, guiding remediation efforts and prioritizing corrective actions.\n- **Support for Multiple Versions:** Accommodates different HyperFlex versions, ensuring compatibility and comprehensive coverage across diverse system deployments.",
                "x-allOf-name": "hyperflex.HealthCheckDefinition",
                "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 'hyperflex.HealthCheckDefinition', 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": [
                                    "hyperflex.HealthCheckDefinition"
                                ],
                                "default": "hyperflex.HealthCheckDefinition",
                                "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": [
                                    "hyperflex.HealthCheckDefinition"
                                ],
                                "default": "hyperflex.HealthCheckDefinition",
                                "x-enum-as-string": true
                            },
                            "Category": {
                                "description": "Category that the health check belongs to.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "CommonCauses": {
                                "description": "Static information detailing the common causes for the health check failure.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "Configuration": {
                                "description": "Execution configuration fo the health check script.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "DefaultHealthCheckScriptInfo": {
                                "description": "Default version Script info.",
                                "$ref": "#/components/schemas/hyperflex.HealthCheckScriptInfo",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Description": {
                                "description": "Description of the health check definition.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "HealthCheckScriptInfos": {
                                "type": "array",
                                "items": {
                                    "description": "List of version-specific Script infos.",
                                    "$ref": "#/components/schemas/hyperflex.HealthCheckScriptInfo",
                                    "readOnly": true,
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "HealthImpact": {
                                "description": "Static information detailing the health impact of the health check failure.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "InternalName": {
                                "description": "Internal name of the health check definition.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "MinimumHyperFlexVersion": {
                                "description": "Minimum HyperFlex version that the check is supported on. Defaults to version 3.0.1.",
                                "type": "string",
                                "default": 3.0,
                                "x-omitempty": true
                            },
                            "Name": {
                                "description": "Name of the health check definition.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "Reference": {
                                "description": "Static information containing additional reference for the health check.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "Resolution": {
                                "description": "Static information detailing the possible remediation actions that can be taken to remedy the health check failure.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "ScriptExecutionMode": {
                                "description": "Execution mode of the health script on the HyperFlex cluster.\n* `ON_DEMAND` - Execute the health check on-demand.\n* `SCHEDULED` - Execute the health check on a scheduled interval.",
                                "type": "string",
                                "enum": [
                                    "ON_DEMAND",
                                    "SCHEDULED"
                                ],
                                "default": "ON_DEMAND",
                                "x-omitempty": true
                            },
                            "ScriptExecutionOnComputeNodes": {
                                "description": "Indicates if the script needs to be executed on HyperFlex compute nodes. |\nTypically, scripts are only executed on the storage Nodes.",
                                "type": "boolean",
                                "x-omitempty": true
                            },
                            "SupportedHypervisorType": {
                                "description": "Hypervisor type that the Health Check is supported on (All, if it is hypervisor agnostic).\n* `All` - The Health Check is hypervisor-agnostic.\n* `ESXi` - The Health Check is supported only on Vmware ESXi hypervisor of any version.\n* `HyperV` - The Health Check is supported only on Microsoft HyperV hypervisor.",
                                "type": "string",
                                "enum": [
                                    "All",
                                    "ESXi",
                                    "HyperV"
                                ],
                                "default": "All",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "TargetExecutionType": {
                                "description": "Indicates whether the health check is executed only on the leader node, or on all nodes in the HyperFlex cluster.\n* `EXECUTE_ON_LEADER_NODE` - Execute the health check script only on the HyperFlex cluster's leader node.\n* `EXECUTE_ON_ALL_NODES` - Execute health check on all nodes and aggregate the results.\n* `EXECUTE_ON_ALL_NODES_AND_AGGREGATE` - Execute the health check on all Nodes and perform custom aggregation.\n* `EXECUTE_ON_CURRENT_NODE` - The HyperFlex health check is executed on the node which receives the request.",
                                "type": "string",
                                "enum": [
                                    "EXECUTE_ON_LEADER_NODE",
                                    "EXECUTE_ON_ALL_NODES",
                                    "EXECUTE_ON_ALL_NODES_AND_AGGREGATE",
                                    "EXECUTE_ON_CURRENT_NODE"
                                ],
                                "default": "EXECUTE_ON_LEADER_NODE",
                                "x-omitempty": true
                            },
                            "Timeout": {
                                "description": "Health check script execution timeout.",
                                "type": "integer",
                                "format": "int64",
                                "x-omitempty": true
                            },
                            "UnsupportedHyperFlexVersions": {
                                "type": "array",
                                "items": {
                                    "description": "List of HyperFlex versions where the check is not supported.",
                                    "type": "string",
                                    "readOnly": true,
                                    "x-omitempty": true
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "hyperflex.HealthCheckDefinition.List": {
                "title": "List of 'hyperflex.HealthCheckDefinition' 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 'hyperflex.HealthCheckDefinition' 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 'hyperflex.HealthCheckDefinition' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/hyperflex.HealthCheckDefinition"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "hyperflex.HealthCheckExecution.Response": {
                "description": "The response body of a HTTP GET request for the 'hyperflex.HealthCheckExecution' 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 'hyperflex.HealthCheckExecution' resources.",
                "x-one-of-name": "hyperflex.HealthCheckExecution.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/hyperflex.HealthCheckExecution.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"
                }
            },
            "hyperflex.HealthCheckExecution": {
                "title": "Hyperflex:Health Check Execution",
                "description": "The HealthCheckExecution object is a pivotal element in the HyperFlex system, detailing the execution process and outcomes for health checks performed on HyperFlex devices. It encapsulates the execution lifecycle, from initiation through completion, providing visibility into the health check's effect on device stability and performance.\n#### Purpose\nHealthCheckExecution objects document the execution of health checks, offering a detailed account of how these checks were conducted, their results, and any issues encountered. This supports informed decision-making for system improvements and resource management.\n#### Key Concepts\n- **Lifecycle Management:** Tracks the execution phase of health checks, including initiation, progress, and final results, enabling thorough analysis of operational health.\n- **Outcome Documentation:** Records the result of health check executions, highlighting successful checks and identifying areas of concern.\n- **Error Reporting:** Provides detailed error information for any execution failures, facilitating targeted troubleshooting and remediation efforts.\n- **Integration with HyperFlex Devices:** Directly associated with specific HyperFlex devices, enabling device-specific health assessments and optimizations.",
                "x-allOf-name": "hyperflex.HealthCheckExecution",
                "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 'hyperflex.HealthCheckExecution', 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": [
                                    "hyperflex.HealthCheckExecution"
                                ],
                                "default": "hyperflex.HealthCheckExecution",
                                "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": [
                                    "hyperflex.HealthCheckExecution"
                                ],
                                "default": "hyperflex.HealthCheckExecution",
                                "x-enum-as-string": true
                            },
                            "Category": {
                                "description": "Category that the HyperFlex health check Definition belongs to.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Cause": {
                                "description": "Information detailing the possible cause of the healthcheck failure, if the check fails.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "CompletionTime": {
                                "description": "Health check execution completion time.",
                                "type": "string",
                                "format": "date-time",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "HealthCheckDetails": {
                                "description": "Details of the health check execution result.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "HealthCheckExecutionErrorDetails": {
                                "description": "Error details of a script execution failure.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "HealthCheckExecutionErrorSummary": {
                                "description": "Error summary of a script execution failure.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "HealthCheckExecutionStatus": {
                                "description": "Status of the health check execution.\n* `UNKNOWN` - Indicates that the health heck execution results are unknown.\n* `SUCCEEDED` - Indicates that the health check execution succeeded.\n* `FAILED` - Indicates that the health check execution failed.\n* `TIMED_OUT` - Indicates that the health check execution timed out before completion.",
                                "type": "string",
                                "enum": [
                                    "UNKNOWN",
                                    "SUCCEEDED",
                                    "FAILED",
                                    "TIMED_OUT"
                                ],
                                "default": "UNKNOWN",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "HealthCheckResult": {
                                "description": "Health check execution result. Valid only if HealthCheckExecutionStatus is SUCCEEDED.\n* `UNKNOWN` - Indicates that the health check results could not be determined.\n* `PASS` - Indicates that the health check passed.\n* `FAIL` - Indicates that the health check failed.\n* `WARN` - Indicates that the health check completed with a warning.\n* `NOT_APPLICABLE` - Indicates that the health check is either unsupported, or not applicable on the Cluster.",
                                "type": "string",
                                "enum": [
                                    "UNKNOWN",
                                    "PASS",
                                    "FAIL",
                                    "WARN",
                                    "NOT_APPLICABLE"
                                ],
                                "default": "UNKNOWN",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "HealthCheckSummary": {
                                "description": "A brief summary of health check results.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "HealthCheckVcenterIp": {
                                "description": "IP Address of the vCenter.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "HxDeviceName": {
                                "description": "HyperFlex Device Name where the healthcheck is executed.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "NodeLevelInfo": {
                                "type": "array",
                                "items": {
                                    "description": "Set of node-level IP, name, ESXi IP, check result, dynamic cause and resolution.",
                                    "$ref": "#/components/schemas/hyperflex.HealthCheckNodeLevelInfo",
                                    "readOnly": true,
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "SuggestedResolution": {
                                "description": "Information detailing a suggested resolution for the healthcheck failure, if the check fails.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "Uuid": {
                                "description": "UUID of an instance of health check execution.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "HealthCheckDefinition": {
                                "$ref": "#/components/schemas/hyperflex.HealthCheckDefinition.Relationship",
                                "description": "A reference to a hyperflexHealthCheckDefinition resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "HxCluster": {
                                "$ref": "#/components/schemas/hyperflex.Cluster.Relationship",
                                "description": "A reference to a hyperflexCluster resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "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
                            }
                        }
                    }
                ]
            },
            "hyperflex.HealthCheckExecution.List": {
                "title": "List of 'hyperflex.HealthCheckExecution' 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 'hyperflex.HealthCheckExecution' 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 'hyperflex.HealthCheckExecution' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/hyperflex.HealthCheckExecution"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "hyperflex.HealthCheckExecutionSnapshot.Response": {
                "description": "The response body of a HTTP GET request for the 'hyperflex.HealthCheckExecutionSnapshot' 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 'hyperflex.HealthCheckExecutionSnapshot' resources.",
                "x-one-of-name": "hyperflex.HealthCheckExecutionSnapshot.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/hyperflex.HealthCheckExecutionSnapshot.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"
                }
            },
            "hyperflex.HealthCheckExecutionSnapshot": {
                "title": "Hyperflex:Health Check Execution Snapshot",
                "description": "The HealthCheckExecutionSnapshot object is an essential component of the HyperFlex health monitoring system, capturing the results and status of the most recent health check execution on a HyperFlex cluster. This provides a comprehensive snapshot of the health check's performance and outcome, ensuring that administrators have access to up-to-date information about the cluster's health.\n#### Purpose\nThe HealthCheckExecutionSnapshot serves as a repository for the latest health check results, enabling quick access to execution data that informs maintenance and troubleshooting activities. It is designed to facilitate efficient health assessments and promote proactive system management.\n#### Key Concepts\n- **Execution State Tracking:** Captures the final status of health check executions, indicating whether operations succeeded, failed, or encountered issues.\n- **Cluster Health Monitoring:** Provides a consolidated view of health check results, helping administrators identify potential problems and areas requiring attention.\n- **Access Control:** Privilege sets ensure that only authorized users can read and manage execution snapshots, safeguarding sensitive health data.\n- **Integration with Health Check Definitions:** Tightly linked to health check definitions, offering insights into specific checks executed and their impact on cluster health.",
                "x-allOf-name": "hyperflex.HealthCheckExecutionSnapshot",
                "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 'hyperflex.HealthCheckExecutionSnapshot', 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": [
                                    "hyperflex.HealthCheckExecutionSnapshot"
                                ],
                                "default": "hyperflex.HealthCheckExecutionSnapshot",
                                "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": [
                                    "hyperflex.HealthCheckExecutionSnapshot"
                                ],
                                "default": "hyperflex.HealthCheckExecutionSnapshot",
                                "x-enum-as-string": true
                            },
                            "Category": {
                                "description": "Category that the HyperFlex health check Definition belongs to.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Cause": {
                                "description": "Information detailing the possible cause of the healthcheck failure, if the check fails.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "CompletionTime": {
                                "description": "Health check execution completion time.",
                                "type": "string",
                                "format": "date-time",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "HealthCheckDetails": {
                                "description": "Details of the health check execution result.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "HealthCheckExecutionErrorDetails": {
                                "description": "Error details of a script execution failure.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "HealthCheckExecutionErrorSummary": {
                                "description": "Error summary of a script execution failure.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "HealthCheckExecutionStatus": {
                                "description": "Status of the health check execution.\n* `UNKNOWN` - Indicates that the health heck execution results are unknown.\n* `SUCCEEDED` - Indicates that the health check execution succeeded.\n* `FAILED` - Indicates that the health check execution failed.\n* `TIMED_OUT` - Indicates that the health check execution timed out before completion.",
                                "type": "string",
                                "enum": [
                                    "UNKNOWN",
                                    "SUCCEEDED",
                                    "FAILED",
                                    "TIMED_OUT"
                                ],
                                "default": "UNKNOWN",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "HealthCheckResult": {
                                "description": "Health check execution result. Valid only if HealthCheckExecutionStatus is SUCCEEDED.\n* `UNKNOWN` - Indicates that the health check results could not be determined.\n* `PASS` - Indicates that the health check passed.\n* `FAIL` - Indicates that the health check failed.\n* `WARN` - Indicates that the health check completed with a warning.\n* `NOT_APPLICABLE` - Indicates that the health check is either unsupported, or not applicable on the Cluster.",
                                "type": "string",
                                "enum": [
                                    "UNKNOWN",
                                    "PASS",
                                    "FAIL",
                                    "WARN",
                                    "NOT_APPLICABLE"
                                ],
                                "default": "UNKNOWN",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "HealthCheckSummary": {
                                "description": "A brief summary of health check results.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "HealthCheckVcenterIp": {
                                "description": "IP Address of the vCenter.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "HxDeviceName": {
                                "description": "HyperFlex Device Name where the healthcheck is executed.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "NodeLevelInfo": {
                                "type": "array",
                                "items": {
                                    "description": "Set of node-level IP, name, ESXi IP, check result, dynamic cause and resolution.",
                                    "$ref": "#/components/schemas/hyperflex.HealthCheckNodeLevelInfo",
                                    "readOnly": true,
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "SuggestedResolution": {
                                "description": "Information detailing a suggegsted resolution for the healthcheck failure, if the check fails.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "HealthCheckDefinition": {
                                "$ref": "#/components/schemas/hyperflex.HealthCheckDefinition.Relationship",
                                "description": "A reference to a hyperflexHealthCheckDefinition resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "HxCluster": {
                                "$ref": "#/components/schemas/hyperflex.Cluster.Relationship",
                                "description": "A reference to a hyperflexCluster resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "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
                            },
                            "Workflow": {
                                "$ref": "intersight-orchestrator-v3-1.0.11-20260807064027971.json#/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
                            }
                        }
                    }
                ]
            },
            "hyperflex.HealthCheckExecutionSnapshot.List": {
                "title": "List of 'hyperflex.HealthCheckExecutionSnapshot' 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 'hyperflex.HealthCheckExecutionSnapshot' 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 'hyperflex.HealthCheckExecutionSnapshot' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/hyperflex.HealthCheckExecutionSnapshot"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "hyperflex.HealthCheckNodeLevelInfo": {
                "title": "Hyperflex:Health Check Node Level Info",
                "description": "Health check node information, contains node IP address, ESXi IP address and node name.",
                "x-allOf-name": "hyperflex.HealthCheckNodeLevelInfo",
                "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 'hyperflex.HealthCheckNodeLevelInfo', 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": [
                                    "hyperflex.HealthCheckNodeLevelInfo"
                                ],
                                "default": "hyperflex.HealthCheckNodeLevelInfo",
                                "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": [
                                    "hyperflex.HealthCheckNodeLevelInfo"
                                ],
                                "default": "hyperflex.HealthCheckNodeLevelInfo",
                                "x-enum-as-string": true
                            },
                            "NodeCause": {
                                "description": "Node-specific check failure cause.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "NodeCheckResult": {
                                "description": "Node-specific check result.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "NodeEsxIpAddress": {
                                "description": "The IP Address of the ESXi server.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "NodeIpAddress": {
                                "description": "The IP Address of cluster node.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "NodeName": {
                                "description": "Cluster node name on which the check was run.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "NodeResolution": {
                                "description": "Node-specific check failure suggested resolution.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "hyperflex.HealthCheckPackageChecksum.Response": {
                "description": "The response body of a HTTP GET request for the 'hyperflex.HealthCheckPackageChecksum' 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 'hyperflex.HealthCheckPackageChecksum' resources.",
                "x-one-of-name": "hyperflex.HealthCheckPackageChecksum.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/hyperflex.HealthCheckPackageChecksum.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"
                }
            },
            "hyperflex.HealthCheckPackageChecksum": {
                "title": "Hyperflex:Health Check Package Checksum",
                "description": "The HealthCheckPackageChecksum object maintains the checksum data for health check packages within the HyperFlex system. It ensures the integrity and authenticity of packages used for health monitoring, providing a reliable basis for system assessments.\n#### Purpose\nHealthCheckPackageChecksum objects safeguard against compromised package installations by recording checksum values that verify package integrity. This enhances system security and ensures that health checks are conducted with genuine and valid software.\n#### Key Concepts\n- **Integrity Assurance:** Stores checksum values to confirm package authenticity, preventing the use of altered or unauthorized software.\n- **Version Tracking:** Includes package version information, supporting version control and ensuring compatibility with system updates.\n- **Timestamp Documentation:** Records the last update time for checksum data, offering a historical view of package management activities.\n- **System Integration:** Works in conjunction with health check packages, reinforcing the reliability and security of health monitoring processes.",
                "x-allOf-name": "hyperflex.HealthCheckPackageChecksum",
                "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 'hyperflex.HealthCheckPackageChecksum', 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": [
                                    "hyperflex.HealthCheckPackageChecksum"
                                ],
                                "default": "hyperflex.HealthCheckPackageChecksum",
                                "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": [
                                    "hyperflex.HealthCheckPackageChecksum"
                                ],
                                "default": "hyperflex.HealthCheckPackageChecksum",
                                "x-enum-as-string": true
                            },
                            "Checksum": {
                                "description": "SHA512 checksum of the health check package.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "Name": {
                                "description": "Name of the health check Debian package.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "PackageName": {
                                "description": "HyperFlex health check Debian package file name.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "Timestamp": {
                                "description": "Timestamp of last update of HyperFlex health check package checksum.",
                                "type": "string",
                                "format": "date-time",
                                "x-omitempty": true
                            },
                            "Version": {
                                "description": "HyperFlex health check Debian Package Version.",
                                "type": "string",
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "hyperflex.HealthCheckPackageChecksum.List": {
                "title": "List of 'hyperflex.HealthCheckPackageChecksum' 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 'hyperflex.HealthCheckPackageChecksum' 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 'hyperflex.HealthCheckPackageChecksum' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/hyperflex.HealthCheckPackageChecksum"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "hyperflex.HealthCheckSchedulePolicy.Response": {
                "description": "The response body of a HTTP GET request for the 'hyperflex.HealthCheckSchedulePolicy' 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 'hyperflex.HealthCheckSchedulePolicy' resources.",
                "x-one-of-name": "hyperflex.HealthCheckSchedulePolicy.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/hyperflex.HealthCheckSchedulePolicy.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"
                }
            },
            "hyperflex.HealthCheckSchedulePolicy": {
                "title": "Hyperflex:Health Check Schedule Policy",
                "description": "The HealthCheckSchedulePolicy object defines the scheduling framework for continuous health checks within a HyperFlex cluster. It specifies the frequency and conditions under which health checks are automatically executed, ensuring regular monitoring and maintenance of system integrity.\n#### Purpose\nHealthCheckSchedulePolicy objects ensure that health checks are conducted at consistent intervals, providing ongoing oversight of cluster health. This automated scheduling reduces the burden on administrators and enhances the reliability of health monitoring.\n#### Key Concepts\n- **Automated Scheduling:** Establishes regular intervals for health check execution, promoting continuous monitoring without manual intervention.\n- **Policy Management:** Allows administrators to enable or disable scheduling policies, adapting monitoring practices to meet evolving system needs.\n- **Historical Tracking:** Records past scheduling actions, providing a timeline of health check policy activity for auditing and review.\n- **Cluster Integration:** Seamlessly integrated with HyperFlex clusters, ensuring that scheduling policies are aligned with cluster-specific health requirements.",
                "x-allOf-name": "hyperflex.HealthCheckSchedulePolicy",
                "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 'hyperflex.HealthCheckSchedulePolicy', 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": [
                                    "hyperflex.HealthCheckSchedulePolicy"
                                ],
                                "default": "hyperflex.HealthCheckSchedulePolicy",
                                "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": [
                                    "hyperflex.HealthCheckSchedulePolicy"
                                ],
                                "default": "hyperflex.HealthCheckSchedulePolicy",
                                "x-enum-as-string": true
                            },
                            "LastScheduledOn": {
                                "description": "The date and time when this HealthCheck Policy was last enabled.",
                                "type": "string",
                                "format": "date-time",
                                "x-omitempty": true
                            },
                            "LastUnscheduledOn": {
                                "description": "The date and time when this HealthCheck Policy was last disabled.",
                                "type": "string",
                                "format": "date-time",
                                "x-omitempty": true
                            },
                            "NextExpectedExecution": {
                                "description": "The date and time when the next health check execution is expected.",
                                "type": "string",
                                "format": "date-time",
                                "x-omitempty": true
                            },
                            "PolicyEnabled": {
                                "description": "Indicates whether HealthCheck schedule policy is enabled on the HyperFlex cluster.",
                                "type": "boolean",
                                "x-omitempty": true
                            },
                            "ScheduleInterval": {
                                "description": "The frequency at which the health checks are run on the HyperFlex cluster.\n* `86400` - Execute the health check every 24 hours.\n* `43200` - Execute the health check every 12 hours.\n* `21600` - Execute the health check every 6 hours.\n* `10800` - Execute the health check every 3 hours.\n* `3600` - Execute the health check every 1 hours.\n* `300` - Execute the health check every 5 minutes.\n* `0` - Disable the continuous health check.",
                                "type": "integer",
                                "enum": [
                                    86400,
                                    43200,
                                    21600,
                                    10800,
                                    3600,
                                    300,
                                    0
                                ],
                                "default": 86400,
                                "x-omitempty": true
                            },
                            "Uuid": {
                                "description": "The unique identifier of the health check policy.",
                                "type": "string",
                                "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
                            }
                        }
                    }
                ]
            },
            "hyperflex.HealthCheckSchedulePolicy.List": {
                "title": "List of 'hyperflex.HealthCheckSchedulePolicy' 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 'hyperflex.HealthCheckSchedulePolicy' 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 'hyperflex.HealthCheckSchedulePolicy' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/hyperflex.HealthCheckSchedulePolicy"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "hyperflex.HealthCheckScriptInfo": {
                "title": "Hyperflex:Health Check Script Info",
                "description": "HyperFlex version-specific Health check script information.",
                "x-allOf-name": "hyperflex.HealthCheckScriptInfo",
                "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 'hyperflex.HealthCheckScriptInfo', 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": [
                                    "hyperflex.HealthCheckScriptInfo"
                                ],
                                "default": "hyperflex.HealthCheckScriptInfo",
                                "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": [
                                    "hyperflex.HealthCheckScriptInfo"
                                ],
                                "default": "hyperflex.HealthCheckScriptInfo",
                                "x-enum-as-string": true
                            },
                            "AggregateScriptName": {
                                "description": "Health check aggregate script that runs in the HyperFlex Leader Node. |\nIt aggregates the output of all HyperFlex nodes and provides the health check result.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "HyperflexVersion": {
                                "description": "HyperFlex Data Platform version running on the target device.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ScriptExecuteLocation": {
                                "description": "Location of the health check script's execution on the HyperFlex device.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ScriptInput": {
                                "description": "Input for the health check script execution.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ScriptName": {
                                "description": "Name of the health check script to be executed.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Version": {
                                "description": "Version of the health check script associated with the health check definition.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "hyperflex.HwCatalog.Response": {
                "description": "The response body of a HTTP GET request for the 'hyperflex.HwCatalog' 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 'hyperflex.HwCatalog' resources.",
                "x-one-of-name": "hyperflex.HwCatalog.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/hyperflex.HwCatalog.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"
                }
            },
            "hyperflex.HwCatalog": {
                "title": "HyperFlex Hardware Catalog",
                "description": "Hardware catalog for managing HyperFlex server BOM validation.",
                "x-allOf-name": "hyperflex.HwCatalog",
                "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 'hyperflex.HwCatalog', 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": [
                                    "hyperflex.HwCatalog"
                                ],
                                "default": "hyperflex.HwCatalog",
                                "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": [
                                    "hyperflex.HwCatalog"
                                ],
                                "default": "hyperflex.HwCatalog",
                                "x-enum-as-string": true
                            },
                            "Version": {
                                "description": "Hardware catalog version for HyperFlex hardware catalog.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "CatalogInfos": {
                                "description": "An array of relationships to hclHwCatalogInfo resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/hcl.HwCatalogInfo.Relationship"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "hyperflex.HwCatalog.List": {
                "title": "List of 'hyperflex.HwCatalog' 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 'hyperflex.HwCatalog' 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 'hyperflex.HwCatalog' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/hyperflex.HwCatalog"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "hyperflex.HxHostMountStatusDt": {
                "title": "Hyperflex:Hx Host Mount Status Dt",
                "description": "Host mount status for the HyperFlex datastore.",
                "x-allOf-name": "hyperflex.HxHostMountStatusDt",
                "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 'hyperflex.HxHostMountStatusDt', 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": [
                                    "hyperflex.HxHostMountStatusDt"
                                ],
                                "default": "hyperflex.HxHostMountStatusDt",
                                "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": [
                                    "hyperflex.HxHostMountStatusDt"
                                ],
                                "default": "hyperflex.HxHostMountStatusDt",
                                "x-enum-as-string": true
                            },
                            "Accessibility": {
                                "description": "Accessibility of datastore.\n* `ACCESSIBLE` - The HyperFlex datastore accessibility state is accessible.\n* `NOT_ACCESSIBLE` - The HyperFlex datastore accessibility state is not accessible.\n* `PARTIALLY_ACCESSIBLE` - The HyperFlex datastore accessibility state is partially accessible.\n* `READONLY` - The HyperFlex datastore accessibility state is read-only.\n* `HOST_NOT_REACHABLE` - The HyperFlex datastore accessibility state is host not reachable.\n* `UNKNOWN` - The HyperFlex datastore accessibility state is unknown.",
                                "type": "string",
                                "enum": [
                                    "ACCESSIBLE",
                                    "NOT_ACCESSIBLE",
                                    "PARTIALLY_ACCESSIBLE",
                                    "READONLY",
                                    "HOST_NOT_REACHABLE",
                                    "UNKNOWN"
                                ],
                                "default": "ACCESSIBLE",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "HostName": {
                                "description": "Name of host for the HyperFlex datastore.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Mounted": {
                                "description": "Is the datastore mounted or not.",
                                "type": "boolean",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Reason": {
                                "description": "Reason for inaccessibility.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "hyperflex.HxLicenseAuthorizationDetailsDt": {
                "title": "Hyperflex:Hx License Authorization Details Dt",
                "description": "License authorization details of the cluster",
                "x-allOf-name": "hyperflex.HxLicenseAuthorizationDetailsDt",
                "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 'hyperflex.HxLicenseAuthorizationDetailsDt', 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": [
                                    "hyperflex.HxLicenseAuthorizationDetailsDt"
                                ],
                                "default": "hyperflex.HxLicenseAuthorizationDetailsDt",
                                "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": [
                                    "hyperflex.HxLicenseAuthorizationDetailsDt"
                                ],
                                "default": "hyperflex.HxLicenseAuthorizationDetailsDt",
                                "x-enum-as-string": true
                            },
                            "CommunicationDeadlineDate": {
                                "description": "Deadline date for next communication",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "EvaluationPeriodExpiredAt": {
                                "description": "Evaluation period expired date",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "EvaluationPeriodRemaining": {
                                "description": "Remaining evaluation period",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "LastCommunicationAttemptDate": {
                                "description": "Last Communication Attempt Date",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "NextCommunicationAttemptDate": {
                                "description": "Timestamp of Next Communication Attempt",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Status": {
                                "description": "License Authorization Status",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "hyperflex.HxLinkDt": {
                "title": "Hyperflex:Hx Link Dt",
                "description": "HATEOAS (HyperText as the engine of Application State) Links. HATEOS is a constraint of the REST application architecture. Combine method and href to make REST api call.",
                "x-allOf-name": "hyperflex.HxLinkDt",
                "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 'hyperflex.HxLinkDt', 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": [
                                    "hyperflex.HxLinkDt"
                                ],
                                "default": "hyperflex.HxLinkDt",
                                "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": [
                                    "hyperflex.HxLinkDt"
                                ],
                                "default": "hyperflex.HxLinkDt",
                                "x-enum-as-string": true
                            },
                            "Comments": {
                                "description": "Comment for this HyperFlex resource.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Href": {
                                "description": "URI of resource. Target URL for making REST call.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Method": {
                                "description": "HTTP verb that this HyperFlex link DT is referring to.\n* `POST` - HTTP verb POST for this task definition.\n* `GET` - HTTP verb GET for this task definition.\n* `PUT` - HTTP verb PUT for this task definition.\n* `DELETE` - HTTP verb DELETE for this task definition.",
                                "type": "string",
                                "enum": [
                                    "POST",
                                    "GET",
                                    "PUT",
                                    "DELETE"
                                ],
                                "default": "POST",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Rel": {
                                "description": "Relationship of  link to this resource.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "hyperflex.HxNetworkAddressDt": {
                "title": "Hyperflex:Hx Network Address Dt",
                "description": "A network address. If both IP and FQDN are specified, IP is used. If only IP is specified, IP is used. If only FQDN is specified, FQDN is used. If both are not specified, it is an error.",
                "x-allOf-name": "hyperflex.HxNetworkAddressDt",
                "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 'hyperflex.HxNetworkAddressDt', 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": [
                                    "hyperflex.HxNetworkAddressDt"
                                ],
                                "default": "hyperflex.HxNetworkAddressDt",
                                "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": [
                                    "hyperflex.HxNetworkAddressDt"
                                ],
                                "default": "hyperflex.HxNetworkAddressDt",
                                "x-enum-as-string": true
                            },
                            "Address": {
                                "description": "The network address as an FQDN or IPv4 address.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Fqdn": {
                                "description": "The fully qualified domain name for the network address.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Ip": {
                                "description": "The network address as an IPv4 address.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "hyperflex.HxPlatformDatastoreConfigDt": {
                "title": "Hyperflex:Hx Platform Datastore Config Dt",
                "description": "Platform datastore configuration.",
                "x-allOf-name": "hyperflex.HxPlatformDatastoreConfigDt",
                "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 'hyperflex.HxPlatformDatastoreConfigDt', 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": [
                                    "hyperflex.HxPlatformDatastoreConfigDt"
                                ],
                                "default": "hyperflex.HxPlatformDatastoreConfigDt",
                                "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": [
                                    "hyperflex.HxPlatformDatastoreConfigDt"
                                ],
                                "default": "hyperflex.HxPlatformDatastoreConfigDt",
                                "x-enum-as-string": true
                            },
                            "DataBlockSize": {
                                "description": "Size of datablock for this HyperFlex datastore.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Name": {
                                "description": "Unique name for the datastore.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "NumMirrors": {
                                "description": "Number of copies of data maintained for data redundancy.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "NumStripesForLargeFiles": {
                                "description": "Number of stripes to be used for large files in datastore.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ProvisionedCapacity": {
                                "description": "Provisioned capacity of datastore in bytes.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "SystemDatastore": {
                                "description": "Specifies if this datastore is a system datastore or not.",
                                "type": "boolean",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "UsageType": {
                                "description": "HyperFlex datastore usage type.\n* `NFS` - The HyperFlex datastore type is NFS.\n* `SMB` - The HyperFlex datastore type is SMB.\n* `ISCSI` - The HyperFlex datastore type is ISCSI.\n* `UNKNOWN` - The HyperFlex datastore type is unknown.",
                                "type": "string",
                                "enum": [
                                    "NFS",
                                    "SMB",
                                    "ISCSI",
                                    "UNKNOWN"
                                ],
                                "default": "NFS",
                                "readOnly": true,
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "hyperflex.HxRegistrationDetailsDt": {
                "title": "Hyperflex:Hx Registration Details Dt",
                "description": "License Registration Details of the cluster",
                "x-allOf-name": "hyperflex.HxRegistrationDetailsDt",
                "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 'hyperflex.HxRegistrationDetailsDt', 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": [
                                    "hyperflex.HxRegistrationDetailsDt"
                                ],
                                "default": "hyperflex.HxRegistrationDetailsDt",
                                "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": [
                                    "hyperflex.HxRegistrationDetailsDt"
                                ],
                                "default": "hyperflex.HxRegistrationDetailsDt",
                                "x-enum-as-string": true
                            },
                            "InitialRegistrationDate": {
                                "description": "Initial Registration Date",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "LastRenewalAttemptDate": {
                                "description": "Last License Renewal attempted Date",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "NextRenewalAttemptDate": {
                                "description": "Next Attempt Date for License Renewal",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "OutOfComplianceStartDate": {
                                "description": "Out of compliance start date",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "RegistrationExpireDate": {
                                "description": "Date when the registration will expire",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "RegistrationFailedReason": {
                                "description": "License registration success or failure reason",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "SmartAccount": {
                                "description": "Smart Account mapped to cluster",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Status": {
                                "description": "Registration Status",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "VirtualAccount": {
                                "description": "Virtual Account mapped to cluster",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "hyperflex.HxResiliencyInfoDt": {
                "title": "Hyperflex:Hx Resiliency Info Dt",
                "description": "A representation of the data health status and ability of the cluster to tolerate failures.",
                "x-allOf-name": "hyperflex.HxResiliencyInfoDt",
                "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 'hyperflex.HxResiliencyInfoDt', 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": [
                                    "hyperflex.HxResiliencyInfoDt"
                                ],
                                "default": "hyperflex.HxResiliencyInfoDt",
                                "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": [
                                    "hyperflex.HxResiliencyInfoDt"
                                ],
                                "default": "hyperflex.HxResiliencyInfoDt",
                                "x-enum-as-string": true
                            },
                            "DataReplicationFactor": {
                                "description": "The number of copies of data replicated by the cluster.\n* `ONE_COPY` - The HyperFlex cluster does not replicate data.\n* `TWO_COPIES` - The HyperFlex cluster keeps 2 copies of data.\n* `THREE_COPIES` - The HyperFlex cluster keeps 3 copies of data.\n* `FOUR_COPIES` - The HyperFlex cluster keeps 4 copies of data.\n* `SIX_COPIES` - The HyperFlex cluster keeps 6 copies of data.",
                                "type": "string",
                                "enum": [
                                    "ONE_COPY",
                                    "TWO_COPIES",
                                    "THREE_COPIES",
                                    "FOUR_COPIES",
                                    "SIX_COPIES"
                                ],
                                "default": "ONE_COPY",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "HddFailuresTolerable": {
                                "description": "The number of persistent device disruptions the HyperFlex storage cluster can handle at this point in time.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Messages": {
                                "type": "array",
                                "items": {
                                    "description": "The messages that provide additional context the the resiliency state of the cluster.",
                                    "type": "string",
                                    "readOnly": true,
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "NodeFailuresTolerable": {
                                "description": "The number of node disruptions the HyperFlex storage cluster can handle at this point in time.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "PolicyCompliance": {
                                "description": "The state of the storage cluster's compliance with the cluster access policy.\n* `UNKNOWN` - The HyperFlex cluster's compliance with the data replication policy could not be determined.\n* `COMPLIANT` - The HyperFlex cluster is compliant with the data replication policy and data is replicated to the configured replication factor.\n* `NON_COMPLIANT` - The HyperFlex cluster is not compliant with the data replication policy because some data is not replicated.",
                                "type": "string",
                                "enum": [
                                    "UNKNOWN",
                                    "COMPLIANT",
                                    "NON_COMPLIANT"
                                ],
                                "default": "UNKNOWN",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ResiliencyState": {
                                "description": "The resiliency state of the storage platform. The resiliency state is the storage cluster's current ability to maintain data.\n* `UNKNOWN` - The resiliency status of the HyperFlex cluster cannot be determined, or the cluster is transitioning into ONLINE state.\n* `HEALTHY` - The HyperFlex cluster is healthy. The cluster is able to perform IO operations and data is available.\n* `WARNING` - The HyperFlex cluster or data availability is adversely affected. This can happen if there are node or storage device failures beyond the tolerable failure threshold.\n* `OFFLINE` - The HyperFlex cluster is offline and not performing IO operations.\n* `CRITICAL` - The HyperFlex cluster has severe faults that affect cluster and data availability.",
                                "type": "string",
                                "enum": [
                                    "UNKNOWN",
                                    "HEALTHY",
                                    "WARNING",
                                    "OFFLINE",
                                    "CRITICAL"
                                ],
                                "default": "UNKNOWN",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "SsdFailuresTolerable": {
                                "description": "The number of cache device disruptions the HyperFlex storage cluster can handle at this point in time.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "hyperflex.HxSiteDt": {
                "title": "Hyperflex:Hx Site Dt",
                "description": "HyperFlex cluster site details.",
                "x-allOf-name": "hyperflex.HxSiteDt",
                "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 'hyperflex.HxSiteDt', 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": [
                                    "hyperflex.HxSiteDt"
                                ],
                                "default": "hyperflex.HxSiteDt",
                                "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": [
                                    "hyperflex.HxSiteDt"
                                ],
                                "default": "hyperflex.HxSiteDt",
                                "x-enum-as-string": true
                            },
                            "Name": {
                                "description": "Name of the site for this HyperFlex cluster.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Zone": {
                                "description": "Zone information for this HyperFlex cluster site.",
                                "$ref": "#/components/schemas/hyperflex.HxZoneInfoDt",
                                "readOnly": true,
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "hyperflex.HxUuIdDt": {
                "title": "Hyperflex:Hx Uu Id Dt",
                "description": "The unique identifier of an entity.",
                "x-allOf-name": "hyperflex.HxUuIdDt",
                "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 'hyperflex.HxUuIdDt', 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": [
                                    "hyperflex.HxUuIdDt"
                                ],
                                "default": "hyperflex.HxUuIdDt",
                                "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": [
                                    "hyperflex.HxUuIdDt"
                                ],
                                "default": "hyperflex.HxUuIdDt",
                                "x-enum-as-string": true
                            },
                            "Links": {
                                "type": "array",
                                "items": {
                                    "description": "The collection of HATEOAS links to related REST resources.",
                                    "$ref": "#/components/schemas/hyperflex.HxLinkDt",
                                    "readOnly": true,
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "Uuid": {
                                "description": "The unique identifier string of an entity.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "hyperflex.HxZoneInfoDt": {
                "title": "Hyperflex:Hx Zone Info Dt",
                "description": "Zone information for this HyperFlex node.",
                "x-allOf-name": "hyperflex.HxZoneInfoDt",
                "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 'hyperflex.HxZoneInfoDt', 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": [
                                    "hyperflex.HxZoneInfoDt"
                                ],
                                "default": "hyperflex.HxZoneInfoDt",
                                "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": [
                                    "hyperflex.HxZoneInfoDt"
                                ],
                                "default": "hyperflex.HxZoneInfoDt",
                                "x-enum-as-string": true
                            },
                            "NumNodes": {
                                "description": "Number of nodes in the Zone.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Uuid": {
                                "description": "Zone UUID for this HyperFlex node.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "hyperflex.HxZoneResiliencyInfoDt": {
                "title": "Hyperflex:Hx Zone Resiliency Info Dt",
                "description": "A detailed status of the resiliency of a site or zone.",
                "x-allOf-name": "hyperflex.HxZoneResiliencyInfoDt",
                "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 'hyperflex.HxZoneResiliencyInfoDt', 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": [
                                    "hyperflex.HxZoneResiliencyInfoDt"
                                ],
                                "default": "hyperflex.HxZoneResiliencyInfoDt",
                                "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": [
                                    "hyperflex.HxZoneResiliencyInfoDt"
                                ],
                                "default": "hyperflex.HxZoneResiliencyInfoDt",
                                "x-enum-as-string": true
                            },
                            "Name": {
                                "description": "The name of the availability zone.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ResiliencyInfo": {
                                "description": "The detailed resiliency info of the zone. The information includes the current health and number of device failures tolerable for this particular zone.",
                                "$ref": "#/components/schemas/hyperflex.HxResiliencyInfoDt",
                                "readOnly": true,
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "hyperflex.HxdpVersion.Response": {
                "description": "The response body of a HTTP GET request for the 'hyperflex.HxdpVersion' 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 'hyperflex.HxdpVersion' resources.",
                "x-one-of-name": "hyperflex.HxdpVersion.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/hyperflex.HxdpVersion.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"
                }
            },
            "hyperflex.HxdpVersion.Relationship": {
                "description": "A relationship to the 'hyperflex.HxdpVersion' resource, or the expanded 'hyperflex.HxdpVersion' resource, or the 'null' value.",
                "x-one-of-name": "hyperflex.HxdpVersion.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/hyperflex.HxdpVersion"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "hyperflex.HxdpVersion": {
                "title": "Hyperflex:Hxdp Version",
                "description": "A HyperFlex Data Platform version.",
                "x-allOf-name": "hyperflex.HxdpVersion",
                "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 'hyperflex.HxdpVersion', 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": [
                                    "hyperflex.HxdpVersion"
                                ],
                                "default": "hyperflex.HxdpVersion",
                                "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": [
                                    "hyperflex.HxdpVersion"
                                ],
                                "default": "hyperflex.HxdpVersion",
                                "x-enum-as-string": true
                            },
                            "Version": {
                                "description": "The HyperFlex Data Platform version.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "AppCatalog": {
                                "$ref": "#/components/schemas/hyperflex.AppCatalog.Relationship",
                                "description": "A reference to a hyperflexAppCatalog resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline."
                            }
                        }
                    }
                ]
            },
            "hyperflex.HxdpVersion.List": {
                "title": "List of 'hyperflex.HxdpVersion' 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 'hyperflex.HxdpVersion' 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 'hyperflex.HxdpVersion' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/hyperflex.HxdpVersion"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "hyperflex.HypervisorHost.Response": {
                "description": "The response body of a HTTP GET request for the 'hyperflex.HypervisorHost' 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 'hyperflex.HypervisorHost' resources.",
                "x-one-of-name": "hyperflex.HypervisorHost.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/hyperflex.HypervisorHost.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"
                }
            },
            "hyperflex.HypervisorHost.Relationship": {
                "description": "A relationship to the 'hyperflex.HypervisorHost' resource, or the expanded 'hyperflex.HypervisorHost' resource, or the 'null' value.",
                "x-one-of-name": "hyperflex.HypervisorHost.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/hyperflex.HypervisorHost"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "hyperflex.HypervisorHost": {
                "title": "Hyperflex:Hypervisor Host",
                "description": "The HypervisorHost object represents a physical or virtual host appliance within the HyperFlex Cluster. This provides a detailed interface for managing host resources, including status, role, and configuration, supporting efficient cluster operation and management.\n#### Purpose\nA HypervisorHost serves as a critical node within the HyperFlex infrastructure, enabling the deployment and management of virtualized environments through resource allocation and operational control.\n#### Key Concepts\n- **Status Monitoring:** Tracks host status, including operational state and maintenance mode, to ensure reliable cluster performance.\n- **Role Definition:** Defines the specific role of the host within the HyperFlex environment, such as storage or compute.\n- **Cluster Association:** Ensures seamless integration with the HyperFlex Cluster, supporting coordinated resource management and operational efficiency.",
                "x-allOf-name": "hyperflex.HypervisorHost",
                "allOf": [
                    {
                        "$ref": "intersight-virtualization-v3-1.0.11-20260807064027971.json#/components/schemas/virtualization.BaseHost"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'hyperflex.HypervisorHost', 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": [
                                    "hyperflex.HypervisorHost"
                                ],
                                "default": "hyperflex.HypervisorHost",
                                "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": [
                                    "hyperflex.HypervisorHost"
                                ],
                                "default": "hyperflex.HypervisorHost",
                                "x-enum-as-string": true
                            },
                            "ConfiguredMemory": {
                                "description": "Memory configured for controller virtual machine.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ControllerVmDisplayVersion": {
                                "description": "The display version of HyperFlex software running on the controller VM.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ControllerVmHxdpDisplayVersion": {
                                "description": "Platform storage software product display version running on controller VM.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ControllerVmHxdpVersion": {
                                "description": "Platform storage software product version running on controller VM.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ControllerVmUuid": {
                                "description": "The UUID of the controller VM which belongs to this host.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ControllerVmVersion": {
                                "description": "The version of HyperFlex software running on the controller VM.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "DataIp": {
                                "description": "The data IP of the controller vm associated with the host.",
                                "$ref": "intersight-fabric-v3-1.0.11-20260807064027971.json#/components/schemas/network.HyperFlexNetworkAddress",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "HostStatus": {
                                "description": "The status of the HyperFlex host.\n* `UNKNOWN` - Current status of the HyperFlex host is unknown.\n* `ONLINE` - The HyperFlex host is online.\n* `OFFLINE` - The HyperFlex host is offline.\n* `INMAINTENANCE` - The HyperFlex host is in maintenance mode.\n* `DEGRADED` - Current status of the HyperFlex virtual machine is degraded.",
                                "type": "string",
                                "enum": [
                                    "UNKNOWN",
                                    "ONLINE",
                                    "OFFLINE",
                                    "INMAINTENANCE",
                                    "DEGRADED"
                                ],
                                "default": "UNKNOWN",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Hypervisor": {
                                "description": "The hypervisor type of the host.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Ip": {
                                "description": "The network address belonging to the HyperFlex host.",
                                "$ref": "intersight-fabric-v3-1.0.11-20260807064027971.json#/components/schemas/network.HyperFlexNetworkAddress",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Lockdown": {
                                "description": "Flag indicating whether the HyperFlex host is in lockdown mode.",
                                "type": "boolean",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "MgmtIp": {
                                "description": "The management IP of the controller vm associated with the host.",
                                "$ref": "intersight-fabric-v3-1.0.11-20260807064027971.json#/components/schemas/network.HyperFlexNetworkAddress",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "OsVersion": {
                                "description": "The operation system version of the controller VM.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Role": {
                                "description": "The role of the HyperFlex host.\n* `UNKNOWN` - The role of the HyperFlex host is unknown.\n* `STORAGE` - The HyperFlex host's role is storage.\n* `COMPUTE` - The HyperFlex host's role is compute.",
                                "type": "string",
                                "enum": [
                                    "UNKNOWN",
                                    "STORAGE",
                                    "COMPUTE"
                                ],
                                "default": "UNKNOWN",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "TemplateVersion": {
                                "description": "The controller virtual machine template version.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "VirtualCpus": {
                                "description": "Configured number of virtual CPUs for Controller virtual machine.",
                                "type": "integer",
                                "format": "int32",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Cluster": {
                                "$ref": "#/components/schemas/hyperflex.Cluster.Relationship",
                                "description": "A reference to a hyperflexCluster resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "Node": {
                                "$ref": "#/components/schemas/hyperflex.Node.Relationship",
                                "description": "A reference to a hyperflexNode resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            }
                        }
                    }
                ]
            },
            "hyperflex.HypervisorHost.List": {
                "title": "List of 'hyperflex.HypervisorHost' 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 'hyperflex.HypervisorHost' 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 'hyperflex.HypervisorHost' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/hyperflex.HypervisorHost"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "hyperflex.HypervisorVirtualMachine.Response": {
                "description": "The response body of a HTTP GET request for the 'hyperflex.HypervisorVirtualMachine' 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 'hyperflex.HypervisorVirtualMachine' resources.",
                "x-one-of-name": "hyperflex.HypervisorVirtualMachine.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/hyperflex.HypervisorVirtualMachine.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"
                }
            },
            "hyperflex.HypervisorVirtualMachine": {
                "title": "Hyperflex:Hypervisor Virtual Machine",
                "description": "The HypervisorVirtualMachine object is a key component of the HyperFlex virtualization environment, representing virtual machines spawned within the HyperFlex Cluster. This provides a comprehensive interface for managing VM operations, including lifecycle management, connectivity, and resource allocation.\n#### Purpose\nThe HypervisorVirtualMachine is designed to enable the deployment and management of virtual machines within the HyperFlex infrastructure, supporting operational efficiency and resource optimization.\n#### Key Concepts\n- **Lifecycle Management:** Facilitates the creation, updating, and monitoring of virtual machines, ensuring streamlined management within the cluster.\n- **Resource Allocation:** Manages resource provisioning, including storage and compute, to optimize performance and capacity utilization.\n- **Cluster Integration:** Linked with HyperFlex Cluster and host entities, enabling coordinated and efficient VM operations.",
                "x-allOf-name": "hyperflex.HypervisorVirtualMachine",
                "allOf": [
                    {
                        "$ref": "intersight-virtualization-v3-1.0.11-20260807064027971.json#/components/schemas/virtualization.BaseVirtualMachine"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'hyperflex.HypervisorVirtualMachine', 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": [
                                    "hyperflex.HypervisorVirtualMachine"
                                ],
                                "default": "hyperflex.HypervisorVirtualMachine",
                                "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": [
                                    "hyperflex.HypervisorVirtualMachine"
                                ],
                                "default": "hyperflex.HypervisorVirtualMachine",
                                "x-enum-as-string": true
                            },
                            "ConnectionState": {
                                "description": "The connectivity state of the HyperFlex virtual machine.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "GuestOsState": {
                                "description": "Guest operating system state of the HyperFlex virtual machine.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "HostUuid": {
                                "description": "Host UUID of the HyperFlex virtual machine.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Ip": {
                                "description": "The network address associated with the HyperFlex virtual machine.",
                                "$ref": "intersight-fabric-v3-1.0.11-20260807064027971.json#/components/schemas/network.HyperFlexNetworkAddress",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Path": {
                                "description": "Directory path where virtual machine is stored.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "PlatformInstanceId": {
                                "description": "The instance id of platform which a virtual machine is running on.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "StorageProvisionedInBytes": {
                                "description": "Total provisioned storage to the HyperFlex virtual machine in bytes.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "StorageUsedInBytes": {
                                "description": "Storage used by HyperFlex virtual machine in bytes.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Template": {
                                "description": "Flag indicating whether or not this virtual machine is a template. Apply to the ESXi platform only.",
                                "type": "boolean",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "VmInstanceUuid": {
                                "description": "The instance UUID of a virtual machine.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Cluster": {
                                "$ref": "#/components/schemas/hyperflex.Cluster.Relationship",
                                "description": "A reference to a hyperflexCluster resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "Host": {
                                "$ref": "#/components/schemas/hyperflex.HypervisorHost.Relationship",
                                "description": "A reference to a hyperflexHypervisorHost resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            }
                        }
                    }
                ]
            },
            "hyperflex.HypervisorVirtualMachine.List": {
                "title": "List of 'hyperflex.HypervisorVirtualMachine' 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 'hyperflex.HypervisorVirtualMachine' 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 'hyperflex.HypervisorVirtualMachine' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/hyperflex.HypervisorVirtualMachine"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "hyperflex.InitiatorGroup.Response": {
                "description": "The response body of a HTTP GET request for the 'hyperflex.InitiatorGroup' 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 'hyperflex.InitiatorGroup' resources.",
                "x-one-of-name": "hyperflex.InitiatorGroup.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/hyperflex.InitiatorGroup.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"
                }
            },
            "hyperflex.InitiatorGroup.Relationship": {
                "description": "A relationship to the 'hyperflex.InitiatorGroup' resource, or the expanded 'hyperflex.InitiatorGroup' resource, or the 'null' value.",
                "x-one-of-name": "hyperflex.InitiatorGroup.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/hyperflex.InitiatorGroup"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "hyperflex.InitiatorGroup": {
                "title": "Hyperflex:Initiator Group",
                "description": "The InitiatorGroup object is a fundamental element of the HyperFlex storage system, representing a collection of iSCSI initiators and targets. This provides a structured interface for managing iSCSI interactions, facilitating efficient storage network operations.\n#### Purpose\nAn InitiatorGroup serves as a container for iSCSI configuration, enabling the organized management of initiators and targets within the HyperFlex storage network.\n#### Key Concepts\n- **Configuration Management:** Manages iSCSI initiators and targets, supporting structured and efficient storage network operations.\n- **Inventory Tracking:** Provides detailed inventory information, ensuring accurate and reliable storage resource management.\n- **Cluster Association:** Integrated with the HyperFlex Cluster, enabling seamless interaction and coordination of storage network resources.",
                "x-allOf-name": "hyperflex.InitiatorGroup",
                "allOf": [
                    {
                        "$ref": "intersight-server-v3-1.0.11-20260807064027971.json#/components/schemas/storage.BaseHostGroup"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'hyperflex.InitiatorGroup', 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": [
                                    "hyperflex.InitiatorGroup"
                                ],
                                "default": "hyperflex.InitiatorGroup",
                                "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": [
                                    "hyperflex.InitiatorGroup"
                                ],
                                "default": "hyperflex.InitiatorGroup",
                                "x-enum-as-string": true
                            },
                            "InitiatorCount": {
                                "description": "Count of initiators in the iSCSI initiator group.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Initiators": {
                                "type": "array",
                                "items": {
                                    "description": "Set of iSCSI qualified name (IQN) and internet protocol (IP) addresses of hosts from iSCSI initiator group.",
                                    "$ref": "intersight-server-v3-1.0.11-20260807064027971.json#/components/schemas/storage.HyperFlexIscsiInitiator",
                                    "readOnly": true,
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "InventorySource": {
                                "description": "The source of the iSCSI initiator group inventory.\n* `NOT_APPLICABLE` - The source of the HyperFlex inventory is not applicable.\n* `ONLINE` - The source of the HyperFlex inventory is online.\n* `OFFLINE` - The source of the HyperFlex inventory is offline.",
                                "type": "string",
                                "enum": [
                                    "NOT_APPLICABLE",
                                    "ONLINE",
                                    "OFFLINE"
                                ],
                                "default": "NOT_APPLICABLE",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "TargetUuids": {
                                "type": "array",
                                "items": {
                                    "description": "The iSCSI targets associated with the iSCSI initiator groups.",
                                    "type": "string",
                                    "readOnly": true,
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "Uuid": {
                                "description": "UUID of the HyperFlex iSCSI initiator group.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Version": {
                                "description": "Version of the iSCSI initiator group.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Cluster": {
                                "$ref": "#/components/schemas/hyperflex.Cluster.Relationship",
                                "description": "A reference to a hyperflexCluster resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "Targets": {
                                "description": "An array of relationships to hyperflexTarget resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/hyperflex.Target.Relationship"
                                },
                                "nullable": true,
                                "readOnly": true
                            }
                        }
                    }
                ]
            },
            "hyperflex.InitiatorGroup.List": {
                "title": "List of 'hyperflex.InitiatorGroup' 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 'hyperflex.InitiatorGroup' 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 'hyperflex.InitiatorGroup' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/hyperflex.InitiatorGroup"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "hyperflex.IpAddrRange": {
                "title": "Hyperflex:Ip Addr Range",
                "description": "A range of IPv4 addresses.\nThe range is inclusive and comprised of a start IP address, an end IP address, netmask, and default gateway.",
                "x-allOf-name": "hyperflex.IpAddrRange",
                "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 'hyperflex.IpAddrRange', 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": [
                                    "hyperflex.IpAddrRange"
                                ],
                                "default": "hyperflex.IpAddrRange",
                                "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": [
                                    "hyperflex.IpAddrRange"
                                ],
                                "default": "hyperflex.IpAddrRange",
                                "x-enum-as-string": true
                            },
                            "EndAddr": {
                                "description": "The end IPv4 address of the range.",
                                "deprecated": true,
                                "x-sunset": "2027-03-01",
                                "type": "string",
                                "pattern": "^$|^([1-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])\\.([0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])\\.([0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])\\.([1-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])$",
                                "x-omitempty": true
                            },
                            "Gateway": {
                                "description": "The default gateway for the start and end IPv4 addresses.",
                                "type": "string",
                                "pattern": "^$|^([1-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])\\.([0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])\\.([0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])\\.([1-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])$",
                                "x-omitempty": true
                            },
                            "IpAddrBlocks": {
                                "type": "array",
                                "items": {
                                    "description": "Blocks of contiguous IPv4 addresses in the same subnet.",
                                    "$ref": "#/components/schemas/comm.IpV4AddressBlock",
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "Netmask": {
                                "description": "The netmask specified in dot decimal notation.\nThe start address, end address, and gateway must all be within the network specified by this netmask.",
                                "type": "string",
                                "pattern": "^$|^(((255\\.){3}(255|254|252|248|240|224|192|128|0+))|((255\\.){2}(255|254|252|248|240|224|192|128|0+)\\.0)|((255\\.)(255|254|252|248|240|224|192|128|0+)(\\.0+){2})|((255|254|252|248|240|224|192|128|0+)(\\.0+){3}))$",
                                "x-omitempty": true
                            },
                            "StartAddr": {
                                "description": "The start IPv4 address of the range.",
                                "deprecated": true,
                                "x-sunset": "2027-03-01",
                                "type": "string",
                                "pattern": "^$|^([1-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])\\.([0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])\\.([0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])\\.([1-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])$",
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "hyperflex.IscsiNetwork.Response": {
                "description": "The response body of a HTTP GET request for the 'hyperflex.IscsiNetwork' 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 'hyperflex.IscsiNetwork' resources.",
                "x-one-of-name": "hyperflex.IscsiNetwork.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/hyperflex.IscsiNetwork.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"
                }
            },
            "hyperflex.IscsiNetwork": {
                "title": "Hyperflex:Iscsi Network",
                "description": "The IscsiNetwork object represents the iSCSI network configuration within the HyperFlex storage system. This provides a detailed interface for managing network settings, including IP ranges, VLAN configuration, and gateway settings, supporting effective storage network operations.\n#### Purpose\nAn IscsiNetwork serves as a key entity within the HyperFlex storage framework, enabling the organized management of iSCSI network resources and settings.\n#### Key Concepts\n- **Configuration Management:** Manages network settings, including IP address ranges and VLAN configuration, supporting efficient storage network operations.\n- **Inventory Tracking:** Provides detailed inventory information, ensuring accurate and reliable network resource management.\n- **Cluster Integration:** Integrated with the HyperFlex Cluster, enabling seamless interaction and coordination of storage network resources.",
                "x-allOf-name": "hyperflex.IscsiNetwork",
                "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 'hyperflex.IscsiNetwork', 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": [
                                    "hyperflex.IscsiNetwork"
                                ],
                                "default": "hyperflex.IscsiNetwork",
                                "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": [
                                    "hyperflex.IscsiNetwork"
                                ],
                                "default": "hyperflex.IscsiNetwork",
                                "x-enum-as-string": true
                            },
                            "Gateway": {
                                "description": "The gateway of the HyperFlex iSCSI network.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "InventorySource": {
                                "description": "Source of this inventory object.\n* `NOT_APPLICABLE` - The source of the HyperFlex inventory is not applicable.\n* `ONLINE` - The source of the HyperFlex inventory is online.\n* `OFFLINE` - The source of the HyperFlex inventory is offline.",
                                "type": "string",
                                "enum": [
                                    "NOT_APPLICABLE",
                                    "ONLINE",
                                    "OFFLINE"
                                ],
                                "default": "NOT_APPLICABLE",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "IpRanges": {
                                "type": "array",
                                "items": {
                                    "description": "Ranges of the IP addresses belonging to the HyperFlex iSCSI network.",
                                    "$ref": "intersight-fabric-v3-1.0.11-20260807064027971.json#/components/schemas/network.HyperFlexInternetProtocolAddressRange",
                                    "readOnly": true,
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "IscsiCip": {
                                "description": "An IP within the iSCSI IP Address Range which is CIP for iSCSI network.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Mtu": {
                                "description": "The maximum transmission unit of the HyperFlex iSCSI network.\n* `UNKNOWN` - The maximum transmission unit of the HyperFlex iSCSI network is unknown.\n* `MTU_1500` - The maximum transmission unit of the HyperFlex iSCSI network is 1500 bytes.\n* `MTU_9000` - The maximum transmission unit of the HyperFlex iSCSI network is 9000 bytes.",
                                "type": "string",
                                "enum": [
                                    "UNKNOWN",
                                    "MTU_1500",
                                    "MTU_9000"
                                ],
                                "default": "UNKNOWN",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Name": {
                                "description": "Name of the HyperFlex iSCSI network configuration.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Subnet": {
                                "description": "Subnet of the HyperFlex iSCSI network. Subnet is in a.b.c.d/e notation.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "UcsHost": {
                                "description": "UCS Manager Host IP or FQDN.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Uuid": {
                                "description": "UUID of the HyperFlex iSCSI network configuration.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Version": {
                                "description": "Version of Network configuration in Inventory.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "VlanName": {
                                "description": "The Virtual local area network (VLAN) name of the HyperFlex iSCSI network.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Vlanid": {
                                "description": "The VLAN ID of the HyperFlex iSCSI network.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Cluster": {
                                "$ref": "#/components/schemas/hyperflex.Cluster.Relationship",
                                "description": "A reference to a hyperflexCluster resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            }
                        }
                    }
                ]
            },
            "hyperflex.IscsiNetwork.List": {
                "title": "List of 'hyperflex.IscsiNetwork' 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 'hyperflex.IscsiNetwork' 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 'hyperflex.IscsiNetwork' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/hyperflex.IscsiNetwork"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "hyperflex.KeyEncryptionKey.Response": {
                "description": "The response body of a HTTP GET request for the 'hyperflex.KeyEncryptionKey' 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 'hyperflex.KeyEncryptionKey' resources.",
                "x-one-of-name": "hyperflex.KeyEncryptionKey.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/hyperflex.KeyEncryptionKey.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"
                }
            },
            "hyperflex.KeyEncryptionKey": {
                "title": "Intersight based Key Encryption Key",
                "description": "The `KeyEncryptionKey` object is fundamental to the security architecture of HyperFlex clusters,       providing encryption key management and ensuring data protection across various resources.\n#### Purpose\nThe `KeyEncryptionKey` object serves as the cornerstone for managing encryption keys within HyperFlex clusters. It supports the creation, reading, updating, and deletion of keys essential for protecting sensitive data.\n #### Key Concepts\n - **Encryption Key Management:** Centralizes the handling of encryption keys, ensuring secure data encryption across resources.  \n - **Access Control:** Implements privilege sets to control key operations, maintaining security through defined user permissions.  \n - **Integration:** Supports tagging and identity management for seamless integration with HyperFlex clusters and associated profiles.",
                "x-allOf-name": "hyperflex.KeyEncryptionKey",
                "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 'hyperflex.KeyEncryptionKey', 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": [
                                    "hyperflex.KeyEncryptionKey"
                                ],
                                "default": "hyperflex.KeyEncryptionKey",
                                "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": [
                                    "hyperflex.KeyEncryptionKey"
                                ],
                                "default": "hyperflex.KeyEncryptionKey",
                                "x-enum-as-string": true
                            },
                            "IsAccountRecovery": {
                                "description": "Account recovery scenario flag determining parameter population from internal MO, with possibility of ignoring of input parameters when this value is true.",
                                "type": "boolean",
                                "default": false,
                                "x-omitempty": true
                            },
                            "IsKekSet": {
                                "description": "Indicates whether the value of the 'kek' property has been set.",
                                "type": "boolean",
                                "default": false,
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "IsPassphraseSet": {
                                "description": "Indicates whether the value of the 'passphrase' property has been set.",
                                "type": "boolean",
                                "default": false,
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Iteration": {
                                "description": "Number of hash iterations to run.",
                                "type": "integer",
                                "format": "int64",
                                "x-createOnly": true,
                                "x-omitempty": true
                            },
                            "Kek": {
                                "description": "Key Encryption Key used to encrypt the DEK's on the HyperFlex cluster.",
                                "type": "string",
                                "writeOnly": true,
                                "x-omitempty": true
                            },
                            "KeyId": {
                                "description": "Resource ID and time for Kek retrieval.",
                                "type": "string",
                                "x-createOnly": true,
                                "x-omitempty": true
                            },
                            "KeyState": {
                                "description": "Last known state of the Key Encryption Key.\n* `NEW` - Newly created Key Encryption Key (KEK).\n* `ACTIVE` - Deployed Key Encryption Key on active resources.\n* `INACTIVE` - Inactive and unused Key Encryption Key.\n* `INPROGRESS` - Unconfirmed Key Encryption Key usage on Intersight platform.",
                                "type": "string",
                                "enum": [
                                    "NEW",
                                    "ACTIVE",
                                    "INACTIVE",
                                    "INPROGRESS"
                                ],
                                "default": "NEW",
                                "x-omitempty": true
                            },
                            "Passphrase": {
                                "description": "Initial passphrase for encryption policy, requiring a minimum of 12 characters, including 1 lowercase, 1 uppercase, and 1 numeric character.",
                                "type": "string",
                                "writeOnly": true,
                                "x-omitempty": true
                            },
                            "ResourceType": {
                                "description": "Resource type for key application.\n* `CLUSTER` - Cluster specific encryption per HyperFlex cluster.\n* `DATASTORE` - Data store encryption on the HyperFlex cluster.\n* `DRIVE` - Drive specific encryption on the HyperFlex cluster.",
                                "type": "string",
                                "enum": [
                                    "CLUSTER",
                                    "DATASTORE",
                                    "DRIVE"
                                ],
                                "default": "CLUSTER",
                                "x-omitempty": true
                            },
                            "TransitKek": {
                                "description": "Temporary copy of KEK used for transfer to remote device endpoint, not persisted anywhere.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "ClusterProfile": {
                                "$ref": "#/components/schemas/hyperflex.ClusterProfile.Relationship",
                                "description": "A reference to a hyperflexClusterProfile resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline."
                            },
                            "ResourceMo": {
                                "$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."
                            }
                        }
                    }
                ]
            },
            "hyperflex.KeyEncryptionKey.List": {
                "title": "List of 'hyperflex.KeyEncryptionKey' 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 'hyperflex.KeyEncryptionKey' 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 'hyperflex.KeyEncryptionKey' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/hyperflex.KeyEncryptionKey"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "hyperflex.License.Response": {
                "description": "The response body of a HTTP GET request for the 'hyperflex.License' 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 'hyperflex.License' resources.",
                "x-one-of-name": "hyperflex.License.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/hyperflex.License.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"
                }
            },
            "hyperflex.License.Relationship": {
                "description": "A relationship to the 'hyperflex.License' resource, or the expanded 'hyperflex.License' resource, or the 'null' value.",
                "x-one-of-name": "hyperflex.License.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/hyperflex.License"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "hyperflex.License": {
                "title": "Hyperflex:License",
                "description": "Feature Identifier",
                "x-allOf-name": "hyperflex.License",
                "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 'hyperflex.License', 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": [
                                    "hyperflex.License"
                                ],
                                "default": "hyperflex.License",
                                "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": [
                                    "hyperflex.License"
                                ],
                                "default": "hyperflex.License",
                                "x-enum-as-string": true
                            },
                            "ComplianceState": {
                                "description": "Is the cluster complaint with the license entitlements?",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "GetOutOfComplianceStartAt": {
                                "description": "Out of compliance date of the cluster",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "InEvaluation": {
                                "description": "Is the cluster in evalution period?",
                                "type": "boolean",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "LicenseAuthorization": {
                                "$ref": "#/components/schemas/hyperflex.HxLicenseAuthorizationDetailsDt",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "LicenseRegistration": {
                                "$ref": "#/components/schemas/hyperflex.HxRegistrationDetailsDt",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "LicenseType": {
                                "description": "The type of license applied on the cluster",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "PlrEnabled": {
                                "description": "Is reservation enabled for the cluster?",
                                "type": "boolean",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "SmartLicensingEnabled": {
                                "description": "Is Smart Licensing Enabled for this cluster?",
                                "type": "boolean",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Cluster": {
                                "$ref": "#/components/schemas/hyperflex.Cluster.Relationship",
                                "description": "A reference to a hyperflexCluster resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "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
                            }
                        }
                    }
                ]
            },
            "hyperflex.License.List": {
                "title": "List of 'hyperflex.License' 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 'hyperflex.License' 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 'hyperflex.License' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/hyperflex.License"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "hyperflex.LocalCredentialPolicy.Response": {
                "description": "The response body of a HTTP GET request for the 'hyperflex.LocalCredentialPolicy' 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 'hyperflex.LocalCredentialPolicy' resources.",
                "x-one-of-name": "hyperflex.LocalCredentialPolicy.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/hyperflex.LocalCredentialPolicy.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"
                }
            },
            "hyperflex.LocalCredentialPolicy.Relationship": {
                "description": "A relationship to the 'hyperflex.LocalCredentialPolicy' resource, or the expanded 'hyperflex.LocalCredentialPolicy' resource, or the 'null' value.",
                "x-one-of-name": "hyperflex.LocalCredentialPolicy.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/hyperflex.LocalCredentialPolicy"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "hyperflex.LocalCredentialPolicy": {
                "title": "Security",
                "description": "A policy specifying credentials for HyperFlex cluster such as controller VM password, hypervisor username, and password.",
                "x-allOf-name": "hyperflex.LocalCredentialPolicy",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/policy.AbstractPolicy"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'hyperflex.LocalCredentialPolicy', 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": [
                                    "hyperflex.LocalCredentialPolicy"
                                ],
                                "default": "hyperflex.LocalCredentialPolicy",
                                "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": [
                                    "hyperflex.LocalCredentialPolicy"
                                ],
                                "default": "hyperflex.LocalCredentialPolicy",
                                "x-enum-as-string": true
                            },
                            "FactoryHypervisorPassword": {
                                "description": "Indicates if Hypervisor password is the factory set default password. For HyperFlex Data Platform versions 3.0 or higher, enable this if the default password was not changed on the Hypervisor. It is required to supply a new custom Hypervisor password that will be applied to the Hypervisor during deployment. For HyperFlex Data Platform versions prior to 3.0 release, this setting has no effect and the default password will be used for initial install. The Hypervisor password should be changed after deployment.",
                                "type": "boolean",
                                "default": false,
                                "x-omitempty": true
                            },
                            "HxdpRootPwd": {
                                "description": "HyperFlex storage controller VM password must contain a minimum of 10 characters, with at least 1 lowercase, 1 uppercase, 1 numeric, and 1 of these -._@#$%^&*! special characters.",
                                "type": "string",
                                "pattern": "^[a-zA-Z0-9!@#$%^&*_.-]{10,}$",
                                "writeOnly": true,
                                "x-omitempty": true
                            },
                            "HypervisorAdmin": {
                                "description": "Hypervisor administrator username must contain only alphanumeric characters.",
                                "type": "string",
                                "pattern": "^[a-zA-Z0-9]{1,}$",
                                "x-omitempty": true
                            },
                            "HypervisorAdminPwd": {
                                "description": "The Hypervisor root password. For HyperFlex Data Platform 3.0 or later, if the factory default password was not manually changed, you must set a new custom password. If the password was manually changed, you must not enable the factory default password property and provide the current hypervisor password. Note - All HyperFlex nodes require the same hypervisor password for installation. For HyperFlex Data Platform prior to 3.0, use the default password \"Cisco123\" for newly manufactured HyperFlex servers. A custom password should only be entered if hypervisor credentials were manually changed prior to deployment.",
                                "type": "string",
                                "pattern": "^.{7,40}$",
                                "writeOnly": true,
                                "x-omitempty": true
                            },
                            "IsDeploymentPrivateKeySet": {
                                "description": "Indicates whether the value of the 'deploymentPrivateKey' property has been set.",
                                "type": "boolean",
                                "default": false,
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "IsHxdpRootPwdSet": {
                                "description": "Indicates whether the value of the 'hxdpRootPwd' property has been set.",
                                "type": "boolean",
                                "default": false,
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "IsHypervisorAdminPwdSet": {
                                "description": "Indicates whether the value of the 'hypervisorAdminPwd' property has been set.",
                                "type": "boolean",
                                "default": false,
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ClusterProfiles": {
                                "description": "An array of relationships to hyperflexClusterProfile resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/hyperflex.ClusterProfile.Relationship"
                                },
                                "nullable": 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
                            }
                        }
                    }
                ]
            },
            "hyperflex.LocalCredentialPolicy.List": {
                "title": "List of 'hyperflex.LocalCredentialPolicy' 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 'hyperflex.LocalCredentialPolicy' 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 'hyperflex.LocalCredentialPolicy' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/hyperflex.LocalCredentialPolicy"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "hyperflex.LogicalAvailabilityZone": {
                "title": "Hyperflex:Logical Availability Zone",
                "description": "A configuration for the Logical Availability Zone.\nLogical Availability Zones (LAZ) allow for increased fault tolerance by dividing clusters into logical partitions\nwhere a given block of data is only written to a zone once. This allows replications of data to be distributed evenly\nacross zones. LAZ configurations are compatible with HyperFlex clusters meeting all of the following criteria:\n1. The HyperFlex cluster must be running HyperFlex Data Platform 3.0 or higher.\n2. The HyperFlex cluster must have 8 or more converged nodes.",
                "x-allOf-name": "hyperflex.LogicalAvailabilityZone",
                "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 'hyperflex.LogicalAvailabilityZone', 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": [
                                    "hyperflex.LogicalAvailabilityZone"
                                ],
                                "default": "hyperflex.LogicalAvailabilityZone",
                                "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": [
                                    "hyperflex.LogicalAvailabilityZone"
                                ],
                                "default": "hyperflex.LogicalAvailabilityZone",
                                "x-enum-as-string": true
                            },
                            "AutoConfig": {
                                "description": "Enable or disable Logical Availability Zones (LAZ).\nIf enabled, HyperFlex Data Platform automatically selects and groups nodes into different availability zones. For HyperFlex Data Platform versions prior to 3.0 release, this setting does not apply. For HyperFlex Data Platform versions 3.0 or higher, this setting is only applicable to HyperFlex systems with 8 or more converged nodes.",
                                "type": "boolean",
                                "default": false,
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "hyperflex.Lun.Response": {
                "description": "The response body of a HTTP GET request for the 'hyperflex.Lun' 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 'hyperflex.Lun' resources.",
                "x-one-of-name": "hyperflex.Lun.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/hyperflex.Lun.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"
                }
            },
            "hyperflex.Lun.Relationship": {
                "description": "A relationship to the 'hyperflex.Lun' resource, or the expanded 'hyperflex.Lun' resource, or the 'null' value.",
                "x-one-of-name": "hyperflex.Lun.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/hyperflex.Lun"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "hyperflex.Lun": {
                "title": "Hyperflex:Lun",
                "description": "The Lun object represents a logical unit number within the HyperFlex iSCSI storage system. This provides a structured interface for managing LUN operations, supporting effective storage resource allocation and utilization.\n#### Purpose\nA Lun serves as an integral component within the HyperFlex storage framework, enabling efficient management of storage capacity and access within the iSCSI environment.\n#### Key Concepts\n- **Capacity Management:** Defines total and used capacity, supporting dynamic storage allocation and utilization.\n- **Identity Tracking:** Utilizes unique identifiers to maintain LUN integrity and configuration.\n- **Cluster Association:** Ensures each LUN is associated with a specific HyperFlex Cluster, supporting structured and organized storage management.",
                "x-allOf-name": "hyperflex.Lun",
                "allOf": [
                    {
                        "$ref": "intersight-server-v3-1.0.11-20260807064027971.json#/components/schemas/storage.BaseHostLun"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'hyperflex.Lun', 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": [
                                    "hyperflex.Lun"
                                ],
                                "default": "hyperflex.Lun",
                                "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": [
                                    "hyperflex.Lun"
                                ],
                                "default": "hyperflex.Lun",
                                "x-enum-as-string": true
                            },
                            "Description": {
                                "description": "The description of iSCSI LUN.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "DsCapacityInBytes": {
                                "description": "The datastore capacity in bytes.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "DsName": {
                                "description": "The HyperFlex datastore name.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "DsUuid": {
                                "description": "The HyperFlex datastore UUID.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "InventorySource": {
                                "description": "Source of the lun inventory.\n* `NOT_APPLICABLE` - The source of the HyperFlex inventory is not applicable.\n* `ONLINE` - The source of the HyperFlex inventory is online.\n* `OFFLINE` - The source of the HyperFlex inventory is offline.",
                                "type": "string",
                                "enum": [
                                    "NOT_APPLICABLE",
                                    "ONLINE",
                                    "OFFLINE"
                                ],
                                "default": "NOT_APPLICABLE",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "IsEncrypted": {
                                "description": "Indicates if the datastore on which LUN resides is encrypted or un-encrypted.",
                                "type": "boolean",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "LunId": {
                                "description": "The identity of HyperFlex iSCSI LUN.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Name": {
                                "description": "Name of the HyperFlex iSCSI LUN.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "SerialNo": {
                                "description": "Serial number of HyperFlex iSCSI LUN.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "TotalCapacityInBytes": {
                                "description": "Total capacity of iSCSI LUN in bytes.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Tuuid": {
                                "description": "HyperFlex iSCSI Target associated with the HyperFlex iSCSI LUN.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "UsedCapacityInBytes": {
                                "description": "Used capacity of iSCSI LUN in bytes.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Uuid": {
                                "description": "UUID of the HyperFlex iSCSI LUN.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Version": {
                                "description": "Version of the HyperFlex iSCSI lun.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Target": {
                                "$ref": "#/components/schemas/hyperflex.Target.Relationship",
                                "description": "A reference to a hyperflexTarget resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            }
                        }
                    }
                ]
            },
            "hyperflex.Lun.List": {
                "title": "List of 'hyperflex.Lun' 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 'hyperflex.Lun' 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 'hyperflex.Lun' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/hyperflex.Lun"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "hyperflex.MacAddrPrefixRange": {
                "title": "Hyperflex:Mac Addr Prefix Range",
                "description": "A MAC address prefix range.\nThe range is inclusive and comprised of a start and end MAC addresses.\nA single address can be specified by setting it as the start and end of the range.",
                "x-allOf-name": "hyperflex.MacAddrPrefixRange",
                "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 'hyperflex.MacAddrPrefixRange', 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": [
                                    "hyperflex.MacAddrPrefixRange"
                                ],
                                "default": "hyperflex.MacAddrPrefixRange",
                                "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": [
                                    "hyperflex.MacAddrPrefixRange"
                                ],
                                "default": "hyperflex.MacAddrPrefixRange",
                                "x-enum-as-string": true
                            },
                            "EndAddr": {
                                "description": "The end MAC address prefix of a MAC address prefix range in the form of 00:25:B5:XX.",
                                "type": "string",
                                "pattern": "^$|^00:25:B5:[0-9a-fA-F]{2}$",
                                "x-omitempty": true
                            },
                            "StartAddr": {
                                "description": "The start MAC address prefix of a MAC address prefix range in the form of 00:25:B5:XX.",
                                "type": "string",
                                "pattern": "^$|^00:25:B5:[0-9a-fA-F]{2}$",
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "hyperflex.MapClusterIdToProtectionInfo": {
                "title": "Hyperflex:Map Cluster Id To Protection Info",
                "description": "A map from Cluster to Protection Info.",
                "x-allOf-name": "hyperflex.MapClusterIdToProtectionInfo",
                "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 'hyperflex.MapClusterIdToProtectionInfo', 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": [
                                    "hyperflex.MapClusterIdToProtectionInfo"
                                ],
                                "default": "hyperflex.MapClusterIdToProtectionInfo",
                                "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": [
                                    "hyperflex.MapClusterIdToProtectionInfo"
                                ],
                                "default": "hyperflex.MapClusterIdToProtectionInfo",
                                "x-enum-as-string": true
                            },
                            "ClusterId": {
                                "description": "The Cluster Id we are using to map to ProtectionInfo.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ProtectionInfo": {
                                "description": "ProtectionInfo that is being stored for this Virtual Machine.",
                                "$ref": "#/components/schemas/hyperflex.ProtectionInfo",
                                "readOnly": true,
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "hyperflex.MapClusterIdToStSnapshotPoint": {
                "title": "Hyperflex:Map Cluster Id To St Snapshot Point",
                "description": "ClusterId to Snapshot Point map.",
                "x-allOf-name": "hyperflex.MapClusterIdToStSnapshotPoint",
                "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 'hyperflex.MapClusterIdToStSnapshotPoint', 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": [
                                    "hyperflex.MapClusterIdToStSnapshotPoint"
                                ],
                                "default": "hyperflex.MapClusterIdToStSnapshotPoint",
                                "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": [
                                    "hyperflex.MapClusterIdToStSnapshotPoint"
                                ],
                                "default": "hyperflex.MapClusterIdToStSnapshotPoint",
                                "x-enum-as-string": true
                            },
                            "ClusterId": {
                                "description": "ClusterId of the snapshot point.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "SnapshotPoint": {
                                "description": "Snapshot point details for this cluster.",
                                "$ref": "#/components/schemas/hyperflex.SnapshotPoint",
                                "readOnly": true,
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "hyperflex.MapUuidToTrackedDisk": {
                "title": "Hyperflex:Map Uuid To Tracked Disk",
                "description": "Map of UUID to Tracked Disk.",
                "x-allOf-name": "hyperflex.MapUuidToTrackedDisk",
                "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 'hyperflex.MapUuidToTrackedDisk', 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": [
                                    "hyperflex.MapUuidToTrackedDisk"
                                ],
                                "default": "hyperflex.MapUuidToTrackedDisk",
                                "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": [
                                    "hyperflex.MapUuidToTrackedDisk"
                                ],
                                "default": "hyperflex.MapUuidToTrackedDisk",
                                "x-enum-as-string": true
                            },
                            "TrackedDisk": {
                                "description": "Tracked Disk for a snapshot.",
                                "$ref": "#/components/schemas/hyperflex.TrackedDisk",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Uuid": {
                                "description": "Disk unique id for a snapshot.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "hyperflex.NamedVlan": {
                "title": "Hyperflex:Named Vlan",
                "description": "A VLAN with a name and ID.\nNamed VLANs are used for defining the network and iSCSI external storage policies for the cluster.",
                "x-allOf-name": "hyperflex.NamedVlan",
                "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 'hyperflex.NamedVlan', 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": [
                                    "hyperflex.NamedVlan"
                                ],
                                "default": "hyperflex.NamedVlan",
                                "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": [
                                    "hyperflex.NamedVlan"
                                ],
                                "default": "hyperflex.NamedVlan",
                                "x-enum-as-string": true
                            },
                            "Name": {
                                "description": "The name of the VLAN.\nThe name can be from 1 to 32 characters long and can contain a combination of alphanumeric characters, underscores, and hyphens.",
                                "type": "string",
                                "pattern": "^$|^[a-zA-Z0-9-_.]{1,32}$",
                                "x-omitempty": true
                            },
                            "VlanId": {
                                "description": "The ID of the named VLAN. An ID of 0 means the traffic is untagged.\nThe ID can be any number between 0 and 4095, inclusive.",
                                "type": "integer",
                                "format": "int64",
                                "minimum": 0,
                                "maximum": 4095,
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "hyperflex.NamedVsan": {
                "title": "Hyperflex:Named Vsan",
                "description": "A VSAN with a name and ID.\nVSANs are used when defining Fibre Channel external storage policies for the cluster.",
                "x-allOf-name": "hyperflex.NamedVsan",
                "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 'hyperflex.NamedVsan', 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": [
                                    "hyperflex.NamedVsan"
                                ],
                                "default": "hyperflex.NamedVsan",
                                "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": [
                                    "hyperflex.NamedVsan"
                                ],
                                "default": "hyperflex.NamedVsan",
                                "x-enum-as-string": true
                            },
                            "Name": {
                                "description": "The name of the VSAN.\nThe name can be from 1 to 32 characters long and can contain a combination of alphanumeric characters, underscores, and hyphens.",
                                "type": "string",
                                "pattern": "^$|^[a-zA-Z0-9-_.]{1,32}$",
                                "x-omitempty": true
                            },
                            "VsanId": {
                                "description": "The ID of the named VSAN.\nThe ID can be any number between 1 and 4093, inclusive.",
                                "type": "integer",
                                "format": "int64",
                                "minimum": 1,
                                "maximum": 4093,
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "hyperflex.NetworkConfiguration": {
                "title": "Hyperflex:Network Configuration",
                "description": "The network configuration information including data and management IPs as well as their netmasks.",
                "x-allOf-name": "hyperflex.NetworkConfiguration",
                "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 'hyperflex.NetworkConfiguration', 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": [
                                    "hyperflex.NetworkConfiguration"
                                ],
                                "default": "hyperflex.NetworkConfiguration",
                                "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": [
                                    "hyperflex.NetworkConfiguration"
                                ],
                                "default": "hyperflex.NetworkConfiguration",
                                "x-enum-as-string": true
                            },
                            "DataGatewayIpAddress": {
                                "description": "The data gateway IP of the HyperFlex cluster.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "DataIpAddress": {
                                "description": "The data IP of the HyperFlex cluster.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "DataNetmask": {
                                "description": "The data subnet mask of the HyperFlex cluster.",
                                "type": "string",
                                "pattern": "^$|^(((255\\.){3}(255|254|252|248|240|224|192|128|0+))|((255\\.){2}(255|254|252|248|240|224|192|128|0+)\\.0)|((255\\.)(255|254|252|248|240|224|192|128|0+)(\\.0+){2})|((255|254|252|248|240|224|192|128|0+)(\\.0+){3}))$",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "DataVlan": {
                                "description": "The data VLAN of the HyperFlex cluster.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "DnsSuffix": {
                                "description": "The DNS domain suffix configured for the HyperFlex Cluster.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "JumboFrameEnabled": {
                                "description": "The jumbo frame enablement of the HyperFlex cluster.",
                                "type": "boolean",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "LiveMigrationVlan": {
                                "description": "The live migration VLAN ID of the HyperFlex cluster.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "MgmtGatewayIpAddress": {
                                "description": "The management gateway IP of the HyperFlex cluster.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "MgmtIpAddress": {
                                "description": "The management IP or the hostname of the HyperFlex cluster.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "MgmtNetmask": {
                                "description": "The management subnet mask of the HyperFlex cluster.",
                                "type": "string",
                                "pattern": "^$|^(((255\\.){3}(255|254|252|248|240|224|192|128|0+))|((255\\.){2}(255|254|252|248|240|224|192|128|0+)\\.0)|((255\\.)(255|254|252|248|240|224|192|128|0+)(\\.0+){2})|((255|254|252|248|240|224|192|128|0+)(\\.0+){3}))$",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "MgmtVlan": {
                                "description": "The management VLAN ID of the HyperFlex cluster.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Timezone": {
                                "description": "The timezone configured on the HyperFlex Cluster.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "VmNetworkVlans": {
                                "type": "array",
                                "items": {
                                    "description": "The VM network VLAN IDs of the HyperFlex cluster.",
                                    "type": "integer",
                                    "format": "int64",
                                    "readOnly": true,
                                    "x-omitempty": true
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "hyperflex.Node.Response": {
                "description": "The response body of a HTTP GET request for the 'hyperflex.Node' 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 'hyperflex.Node' resources.",
                "x-one-of-name": "hyperflex.Node.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/hyperflex.Node.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"
                }
            },
            "hyperflex.Node.Relationship": {
                "description": "A relationship to the 'hyperflex.Node' resource, or the expanded 'hyperflex.Node' resource, or the 'null' value.",
                "x-one-of-name": "hyperflex.Node.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/hyperflex.Node"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "hyperflex.Node": {
                "title": "Hyperflex:Node",
                "description": "A host participating in the cluster. The host consists of a hypervisor installed on a node that manages virtual machines.",
                "x-allOf-name": "hyperflex.Node",
                "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 'hyperflex.Node', 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": [
                                    "hyperflex.Node"
                                ],
                                "default": "hyperflex.Node",
                                "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": [
                                    "hyperflex.Node"
                                ],
                                "default": "hyperflex.Node",
                                "x-enum-as-string": true
                            },
                            "BuildNumber": {
                                "description": "The build number of the hypervisor running on the host.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "DisplayVersion": {
                                "description": "The user-friendly string representation of the hypervisor version of the host.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "EmptySlotsList": {
                                "type": "array",
                                "items": {
                                    "description": "The collection of empty disk slots present on the node which can be utilzed.",
                                    "type": "string",
                                    "readOnly": true,
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "HostName": {
                                "description": "The hostname configured for the hypervisor running on the host.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "HxdpDataIp": {
                                "description": "The storage controller data IP address. This can be a FQDN or IP address.",
                                "$ref": "#/components/schemas/hyperflex.HxNetworkAddressDt",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "HxdpMmgtIp": {
                                "description": "The storage controller management IP address. This can be a FQDN or IP address.",
                                "$ref": "#/components/schemas/hyperflex.HxNetworkAddressDt",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Hypervisor": {
                                "description": "The type of hypervisor running on the host.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "HypervisorDataIp": {
                                "description": "The hypervisor data IP address. This can be a FQDN or IP address.",
                                "$ref": "#/components/schemas/hyperflex.HxNetworkAddressDt",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Identity": {
                                "description": "The unique identifier of the host.",
                                "$ref": "#/components/schemas/hyperflex.HxUuIdDt",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Ip": {
                                "description": "The hypervisor management address. This can be a FQDN or IP address.",
                                "$ref": "#/components/schemas/hyperflex.HxNetworkAddressDt",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Lockdown": {
                                "description": "The admin state of lockdown mode on the host. If 'true', lockdown mode is enabled.",
                                "type": "boolean",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ModelNumber": {
                                "description": "The model of the host server.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "NodeMaintenanceMode": {
                                "description": "The status of maintenance mode on the HyperFlex node.\n* `Unknown` - The maintenance mode status could not be determined.\n* `InMaintenanceMode` - The node has maintenance mode enabled. The node has been temporarily been relinquished from the cluster to allow for maintenance operations.\n* `NotInMaintenanceMode` - The node does not have maintenance mode enabled.",
                                "type": "string",
                                "enum": [
                                    "Unknown",
                                    "InMaintenanceMode",
                                    "NotInMaintenanceMode"
                                ],
                                "default": "Unknown",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "NodeStatus": {
                                "description": "The operational status of the HyperFlex node.\n* `Unknown` - The default operational status of a HyperFlex node.\n* `Invalid` - The status of the node cannot be determined by the storage platform.\n* `Ready` - The platform node has been acknowledged by the cluster.\n* `Unpublished` - The node is not yet added to the storage cluster.\n* `Deleted` - The node has been removed from the cluster.\n* `Blocked` - The node is blocked from being added to the cluster.\n* `Blacklisted` - The deprecated value for 'Blocked'. It is included to maintain backwards compatibility with clusters running a HyperFlex Data Platform version older than 5.0(1a).\n* `Allowed` - The node is allowed to be added to the cluster.\n* `Whitelisted` - The deprecated value for 'Allowed'. It is included to maintain backwards compatibility with clusters running a HyperFlex Data Platform version older than 5.0(1a).\n* `InMaintenance` - The node is in maintenance mode. It has been temporarily relinquished from the cluster to allow for maintenance operations such as software upgrades.\n* `Online` - The node is participating in the storage cluster and is available for storage operations.\n* `Offline` - The node is part of the storage cluster, but is not available for storage operations.",
                                "type": "string",
                                "enum": [
                                    "Unknown",
                                    "Invalid",
                                    "Ready",
                                    "Unpublished",
                                    "Deleted",
                                    "Blocked",
                                    "Blacklisted",
                                    "Allowed",
                                    "Whitelisted",
                                    "InMaintenance",
                                    "Online",
                                    "Offline"
                                ],
                                "default": "Unknown",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "NodeUuid": {
                                "description": "The unique identifier of the HyperFlex node.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Role": {
                                "description": "The role of the host in the HyperFlex cluster. Specifies whether this host is used for compute or for both compute and storage.\n* `UNKNOWN` - The role of the HyperFlex cluster node is not known.\n* `STORAGE` - The HyperFlex cluster node provides both storage and compute resources for the cluster.\n* `COMPUTE` - The HyperFlex cluster node provides compute resources for the cluster.",
                                "type": "string",
                                "enum": [
                                    "UNKNOWN",
                                    "STORAGE",
                                    "COMPUTE"
                                ],
                                "default": "UNKNOWN",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "SerialNumber": {
                                "description": "The serial of the host server.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "SiteInfo": {
                                "description": "The site details of the HyperFlex node.",
                                "$ref": "#/components/schemas/hyperflex.SiteDetails",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Status": {
                                "description": "The status of the host. Indicates whether the hypervisor is online.\n* `UNKNOWN` - The host status cannot be determined.\n* `ONLINE` - The host is online and operational.\n* `OFFLINE` - The host is offline and is currently not participating in the HyperFlex cluster.\n* `INMAINTENANCE` - The host is not participating in the HyperFlex cluster because of a maintenance operation, such as firmware or data platform upgrade.\n* `DEGRADED` - The host is degraded and may not be performing in its full operational capacity.",
                                "type": "string",
                                "enum": [
                                    "UNKNOWN",
                                    "ONLINE",
                                    "OFFLINE",
                                    "INMAINTENANCE",
                                    "DEGRADED"
                                ],
                                "default": "UNKNOWN",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Version": {
                                "description": "The version of the hypervisor running on the host.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Cluster": {
                                "$ref": "#/components/schemas/hyperflex.Cluster.Relationship",
                                "description": "A reference to a hyperflexCluster resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "ClusterMember": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/asset.ClusterMember.Relationship",
                                "description": "A reference to a assetClusterMember resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "Drives": {
                                "description": "An array of relationships to hyperflexDrive resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/hyperflex.Drive.Relationship"
                                },
                                "nullable": true,
                                "readOnly": true
                            },
                            "PhysicalServer": {
                                "$ref": "intersight-server-v3-1.0.11-20260807064027971.json#/components/schemas/compute.Physical.Relationship",
                                "description": "A reference to a computePhysical resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            }
                        }
                    }
                ]
            },
            "hyperflex.Node.List": {
                "title": "List of 'hyperflex.Node' 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 'hyperflex.Node' 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 'hyperflex.Node' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/hyperflex.Node"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "hyperflex.NodeConfigPolicy.Response": {
                "description": "The response body of a HTTP GET request for the 'hyperflex.NodeConfigPolicy' 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 'hyperflex.NodeConfigPolicy' resources.",
                "x-one-of-name": "hyperflex.NodeConfigPolicy.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/hyperflex.NodeConfigPolicy.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"
                }
            },
            "hyperflex.NodeConfigPolicy.Relationship": {
                "description": "A relationship to the 'hyperflex.NodeConfigPolicy' resource, or the expanded 'hyperflex.NodeConfigPolicy' resource, or the 'null' value.",
                "x-one-of-name": "hyperflex.NodeConfigPolicy.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/hyperflex.NodeConfigPolicy"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "hyperflex.NodeConfigPolicy": {
                "title": "Node IP Ranges",
                "description": "A policy specifying node details such as management and storage data IP ranges. For HyperFlex Edge, storage data IP range is pre-defined.",
                "x-allOf-name": "hyperflex.NodeConfigPolicy",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/policy.AbstractPolicy"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'hyperflex.NodeConfigPolicy', 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": [
                                    "hyperflex.NodeConfigPolicy"
                                ],
                                "default": "hyperflex.NodeConfigPolicy",
                                "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": [
                                    "hyperflex.NodeConfigPolicy"
                                ],
                                "default": "hyperflex.NodeConfigPolicy",
                                "x-enum-as-string": true
                            },
                            "DataIpRange": {
                                "description": "The range of storage data IPs to be assigned to the nodes.",
                                "$ref": "#/components/schemas/hyperflex.IpAddrRange",
                                "x-omitempty": true
                            },
                            "HxdpIpRange": {
                                "description": "The range of storage management IPs to be assigned to the nodes.",
                                "$ref": "#/components/schemas/hyperflex.IpAddrRange",
                                "x-omitempty": true
                            },
                            "HypervisorControlIpRange": {
                                "description": "The range of IPs to be assigned to each hypervisor node for VM migration and hypervior control.",
                                "$ref": "#/components/schemas/hyperflex.IpAddrRange",
                                "x-omitempty": true
                            },
                            "MgmtIpRange": {
                                "description": "The range of management IPs to be assigned to the nodes.",
                                "$ref": "#/components/schemas/hyperflex.IpAddrRange",
                                "x-omitempty": true
                            },
                            "NodeNamePrefix": {
                                "description": "The node name prefix that is used to automatically generate the default hostname for each server.\nA dash (-) will be appended to the prefix followed by the node number to form a hostname.\nThis default naming scheme can be manually overridden in the node configuration.\nThe maximum length of a prefix is 60, must only contain alphanumeric characters or dash (-), and must\nstart with an alphanumeric character.",
                                "deprecated": true,
                                "x-sunset": "2027-03-01",
                                "type": "string",
                                "pattern": "^$|^[a-zA-Z0-9][a-zA-Z0-9-]{1,59}$",
                                "x-omitempty": true
                            },
                            "ClusterProfiles": {
                                "description": "An array of relationships to hyperflexClusterProfile resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/hyperflex.ClusterProfile.Relationship"
                                },
                                "nullable": 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
                            }
                        }
                    }
                ]
            },
            "hyperflex.NodeConfigPolicy.List": {
                "title": "List of 'hyperflex.NodeConfigPolicy' 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 'hyperflex.NodeConfigPolicy' 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 'hyperflex.NodeConfigPolicy' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/hyperflex.NodeConfigPolicy"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "hyperflex.NodeProfile.Response": {
                "description": "The response body of a HTTP GET request for the 'hyperflex.NodeProfile' 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 'hyperflex.NodeProfile' resources.",
                "x-one-of-name": "hyperflex.NodeProfile.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/hyperflex.NodeProfile.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"
                }
            },
            "hyperflex.NodeProfile.Relationship": {
                "description": "A relationship to the 'hyperflex.NodeProfile' resource, or the expanded 'hyperflex.NodeProfile' resource, or the 'null' value.",
                "x-one-of-name": "hyperflex.NodeProfile.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/hyperflex.NodeProfile"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "hyperflex.NodeProfile": {
                "title": "Hyperflex:Node Profile",
                "description": "A configuration profile per node in the HyperFlex cluster.\nIt defines node settings such as IP address configuration for hypervisor management network, storage data network, HyperFlex management network, and the assigned physical server.",
                "x-allOf-name": "hyperflex.NodeProfile",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/policy.AbstractConfigProfile"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'hyperflex.NodeProfile', 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": [
                                    "hyperflex.NodeProfile"
                                ],
                                "default": "hyperflex.NodeProfile",
                                "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": [
                                    "hyperflex.NodeProfile"
                                ],
                                "default": "hyperflex.NodeProfile",
                                "x-enum-as-string": true
                            },
                            "HxdpDataIp": {
                                "description": "IP address for storage data network (Controller VM interface).",
                                "type": "string",
                                "pattern": "^$|^([1-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])\\.([0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])\\.([0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])\\.([1-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])$",
                                "x-omitempty": true
                            },
                            "HxdpMgmtIp": {
                                "description": "IP address for HyperFlex management network.",
                                "type": "string",
                                "pattern": "^$|^([1-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])\\.([0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])\\.([0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])\\.([1-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])$",
                                "x-omitempty": true
                            },
                            "HxdpStorageClientIp": {
                                "description": "IP address for storage client network (Controller VM interface).",
                                "type": "string",
                                "pattern": "^$|^([1-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])\\.([0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])\\.([0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])\\.([1-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])$",
                                "x-omitempty": true
                            },
                            "HypervisorControlIp": {
                                "description": "IP address for hypervisor control such as VM migration or pod management.",
                                "type": "string",
                                "pattern": "^$|^([1-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])\\.([0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])\\.([0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])\\.([1-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])$",
                                "x-omitempty": true
                            },
                            "HypervisorDataIp": {
                                "description": "IP address for storage data network (Hypervisor interface).",
                                "type": "string",
                                "pattern": "^$|^([1-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])\\.([0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])\\.([0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])\\.([1-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])$",
                                "x-omitempty": true
                            },
                            "HypervisorMgmtIp": {
                                "description": "IP address for Hypervisor management network.",
                                "type": "string",
                                "pattern": "^$|^([1-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])\\.([0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])\\.([0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])\\.([1-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])$",
                                "x-omitempty": true
                            },
                            "NodeRole": {
                                "description": "The role that this node performs in the HyperFlex cluster.\n* `Unknown` - The node role is not available.\n* `Storage` - The node persists data and contributes to the storage capacity of a cluster.\n* `Compute` - The node contributes to the compute capacity of a cluster.",
                                "type": "string",
                                "enum": [
                                    "Unknown",
                                    "Storage",
                                    "Compute"
                                ],
                                "default": "Unknown",
                                "x-omitempty": true
                            },
                            "AssignedServer": {
                                "$ref": "intersight-server-v3-1.0.11-20260807064027971.json#/components/schemas/compute.Physical.Relationship",
                                "description": "A reference to a computePhysical resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline."
                            },
                            "ClusterProfile": {
                                "$ref": "#/components/schemas/hyperflex.ClusterProfile.Relationship",
                                "description": "A reference to a hyperflexClusterProfile resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline."
                            },
                            "Node": {
                                "$ref": "#/components/schemas/hyperflex.Node.Relationship",
                                "description": "A reference to a hyperflexNode resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            }
                        }
                    }
                ]
            },
            "hyperflex.NodeProfile.List": {
                "title": "List of 'hyperflex.NodeProfile' 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 'hyperflex.NodeProfile' 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 'hyperflex.NodeProfile' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/hyperflex.NodeProfile"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "hyperflex.PortTypeToPortNumberMap": {
                "title": "Hyperflex:Port Type To Port Number Map",
                "description": "Replication Ports Key = Control || Data Value = port number.",
                "x-allOf-name": "hyperflex.PortTypeToPortNumberMap",
                "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 'hyperflex.PortTypeToPortNumberMap', 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": [
                                    "hyperflex.PortTypeToPortNumberMap"
                                ],
                                "default": "hyperflex.PortTypeToPortNumberMap",
                                "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": [
                                    "hyperflex.PortTypeToPortNumberMap"
                                ],
                                "default": "hyperflex.PortTypeToPortNumberMap",
                                "x-enum-as-string": true
                            },
                            "I16": {
                                "description": "Integer describing port type to port number map.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "String": {
                                "description": "String describing port type to port number map.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "hyperflex.ProtectedCluster.Response": {
                "description": "The response body of a HTTP GET request for the 'hyperflex.ProtectedCluster' 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 'hyperflex.ProtectedCluster' resources.",
                "x-one-of-name": "hyperflex.ProtectedCluster.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/hyperflex.ProtectedCluster.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"
                }
            },
            "hyperflex.ProtectedCluster": {
                "title": "Hyperflex:Protected Cluster",
                "description": "The ProtectedCluster object represents the protected clusters view, highlighting protection details and associations. This enables a disaster recovery strategy, allowing VMs to be restored and run on the protection cluster if the primary cluster fails, ensuring business continuity\n#### Purpose\nProtectedCluster provides a comprehensive overview of protection status and configurations for clusters within HyperFlex environments, supporting effective management of protected resources.\n#### Key Concepts\n- **Protection Overview:** Offers insights into protected VMs and datastores, ensuring robust data management and security.\n- **Cluster Associations:** Maps protection data to clusters, facilitating organized management and operational continuity.\n- **Access Control:** Utilizes privilege sets to ensure secure access to protection information, maintaining data integrity.",
                "x-allOf-name": "hyperflex.ProtectedCluster",
                "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 'hyperflex.ProtectedCluster', 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": [
                                    "hyperflex.ProtectedCluster"
                                ],
                                "default": "hyperflex.ProtectedCluster",
                                "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": [
                                    "hyperflex.ProtectedCluster"
                                ],
                                "default": "hyperflex.ProtectedCluster",
                                "x-enum-as-string": true
                            },
                            "HxVersion": {
                                "description": "Version of the Hyperflex cluster.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "HypervisorVersion": {
                                "description": "The version of hypervisor running on this cluster.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ProtectedDatastoreName": {
                                "description": "Name of the protected datastore.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ProtectedVmsCount": {
                                "description": "Number of VMs protected on this cluster.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "SourceClusterName": {
                                "description": "Name of the source cluster.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "TargetClusterName": {
                                "description": "Name of the target cluster.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "TargetDatastoreName": {
                                "description": "Name of the target datastore.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "TargetDatastoreUtilization": {
                                "description": "Percent usage of the datastore.",
                                "type": "number",
                                "format": "float",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "BackupPolicy": {
                                "$ref": "#/components/schemas/hyperflex.ClusterBackupPolicyInventory.Relationship",
                                "description": "A reference to a hyperflexClusterBackupPolicyInventory resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "DatastoreStatistic": {
                                "$ref": "#/components/schemas/hyperflex.DatastoreStatistic.Relationship",
                                "description": "A reference to a hyperflexDatastoreStatistic resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "SrcCluster": {
                                "$ref": "#/components/schemas/hyperflex.Cluster.Relationship",
                                "description": "A reference to a hyperflexCluster resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "TgtCluster": {
                                "$ref": "#/components/schemas/hyperflex.Cluster.Relationship",
                                "description": "A reference to a hyperflexCluster resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            }
                        }
                    }
                ]
            },
            "hyperflex.ProtectedCluster.List": {
                "title": "List of 'hyperflex.ProtectedCluster' 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 'hyperflex.ProtectedCluster' 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 'hyperflex.ProtectedCluster' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/hyperflex.ProtectedCluster"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "hyperflex.ProtectionInfo": {
                "title": "Hyperflex:Protection Info",
                "description": "ProtectionInfo for this snapshot.",
                "x-allOf-name": "hyperflex.ProtectionInfo",
                "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 'hyperflex.ProtectionInfo', 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": [
                                    "hyperflex.ProtectionInfo"
                                ],
                                "default": "hyperflex.ProtectionInfo",
                                "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": [
                                    "hyperflex.ProtectionInfo"
                                ],
                                "default": "hyperflex.ProtectionInfo",
                                "x-enum-as-string": true
                            },
                            "VmCurrentProtectionInfo": {
                                "description": "Current snapshot protection information.",
                                "$ref": "#/components/schemas/hyperflex.SnapshotInfoBrief",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "VmLastSuccessfulProtectionInfo": {
                                "description": "Last successful snapshot protection information.",
                                "$ref": "#/components/schemas/hyperflex.SnapshotInfoBrief",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "VmSpaceUsage": {
                                "description": "Protection space usage for this snapshot.",
                                "$ref": "#/components/schemas/hyperflex.VmProtectionSpaceUsage",
                                "readOnly": true,
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "hyperflex.ProxySettingPolicy.Response": {
                "description": "The response body of a HTTP GET request for the 'hyperflex.ProxySettingPolicy' 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 'hyperflex.ProxySettingPolicy' resources.",
                "x-one-of-name": "hyperflex.ProxySettingPolicy.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/hyperflex.ProxySettingPolicy.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"
                }
            },
            "hyperflex.ProxySettingPolicy.Relationship": {
                "description": "A relationship to the 'hyperflex.ProxySettingPolicy' resource, or the expanded 'hyperflex.ProxySettingPolicy' resource, or the 'null' value.",
                "x-one-of-name": "hyperflex.ProxySettingPolicy.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/hyperflex.ProxySettingPolicy"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "hyperflex.ProxySettingPolicy": {
                "title": "HTTP Proxy",
                "description": "A policy specifying the HTTP proxy settings to be used by the HyperFlex installation process and HyperFlex storage controller VMs. This policy is required when the internet access of your servers including CIMC and HyperFlex storage controller VMs is secured by a HTTP proxy.",
                "x-allOf-name": "hyperflex.ProxySettingPolicy",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/policy.AbstractPolicy"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'hyperflex.ProxySettingPolicy', 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": [
                                    "hyperflex.ProxySettingPolicy"
                                ],
                                "default": "hyperflex.ProxySettingPolicy",
                                "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": [
                                    "hyperflex.ProxySettingPolicy"
                                ],
                                "default": "hyperflex.ProxySettingPolicy",
                                "x-enum-as-string": true
                            },
                            "Hostname": {
                                "description": "HTTP Proxy server FQDN or IP.",
                                "type": "string",
                                "pattern": "^[A-Za-z]([A-Za-z0-9-]*[A-Za-z0-9])?$|^[A-Za-z0-9]([A-Za-z0-9-]*[A-Za-z0-9])?(\\.[A-Za-z0-9]([A-Za-z0-9-]*[A-Za-z0-9])?)*(\\.[A-Za-z]([A-Za-z0-9-]*[A-Za-z0-9])?)$|^([1-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])\\.([0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])\\.([0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])\\.([0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])$",
                                "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
                            },
                            "Password": {
                                "description": "The password for the HTTP Proxy.",
                                "type": "string",
                                "writeOnly": true,
                                "x-omitempty": true
                            },
                            "Port": {
                                "description": "The HTTP Proxy port number.\nThe port number of the HTTP proxy must be between 1 and 65535, inclusive.",
                                "type": "integer",
                                "format": "int64",
                                "minimum": 1,
                                "maximum": 65535,
                                "x-omitempty": true
                            },
                            "Username": {
                                "description": "The username for the HTTP Proxy.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "ClusterProfiles": {
                                "description": "An array of relationships to hyperflexClusterProfile resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/hyperflex.ClusterProfile.Relationship"
                                },
                                "nullable": 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
                            }
                        }
                    }
                ]
            },
            "hyperflex.ProxySettingPolicy.List": {
                "title": "List of 'hyperflex.ProxySettingPolicy' 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 'hyperflex.ProxySettingPolicy' 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 'hyperflex.ProxySettingPolicy' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/hyperflex.ProxySettingPolicy"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "hyperflex.ReSyncClusterMoIds": {
                "title": "Hyperflex:Re Sync Cluster Mo Ids",
                "description": "The account MoId and the corresponding list of cluster MoIds on which the execution of reduce re-sync and stale mirror cleanup will occur.",
                "x-allOf-name": "hyperflex.ReSyncClusterMoIds",
                "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 'hyperflex.ReSyncClusterMoIds', 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": [
                                    "hyperflex.ReSyncClusterMoIds"
                                ],
                                "default": "hyperflex.ReSyncClusterMoIds",
                                "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": [
                                    "hyperflex.ReSyncClusterMoIds"
                                ],
                                "default": "hyperflex.ReSyncClusterMoIds",
                                "x-enum-as-string": true
                            },
                            "AccountMoId": {
                                "description": "The customer account MoId.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ClusterMoIds": {
                                "type": "array",
                                "items": {
                                    "description": "The cluster MoIds of the target HyperFlex devices on which the operation is performed.",
                                    "type": "string",
                                    "readOnly": true,
                                    "x-omitempty": true
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "hyperflex.ReduceReSync.Response": {
                "description": "The response body of a HTTP GET request for the 'hyperflex.ReduceReSync' 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 'hyperflex.ReduceReSync' resources.",
                "x-one-of-name": "hyperflex.ReduceReSync.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/hyperflex.ReduceReSync.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"
                }
            },
            "hyperflex.ReduceReSync": {
                "title": "Hyperflex:Reduce Re Sync",
                "description": "The ReduceReSync object details the execution status of reduce re-sync and stale mirror cleanup operations for HyperFlex clusters.\n#### Purpose\nReduceReSync focuses on the execution of maintenance operations that optimize the performance and integrity of HyperFlex clusters, ensuring effective resource management and system health.\n#### Key Concepts\n- **Operational Maintenance:** Facilitates reduce re-sync and cleanup operations, supporting system optimization and reliability.\n- **Cluster Associations:** Maps operations to cluster associations, ensuring coherent execution and management.\n- **Controlled Access:** Enforces privilege sets to ensure secure and authorized execution of maintenance operations.",
                "x-allOf-name": "hyperflex.ReduceReSync",
                "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 'hyperflex.ReduceReSync', 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": [
                                    "hyperflex.ReduceReSync"
                                ],
                                "default": "hyperflex.ReduceReSync",
                                "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": [
                                    "hyperflex.ReduceReSync"
                                ],
                                "default": "hyperflex.ReduceReSync",
                                "x-enum-as-string": true
                            },
                            "CompletionStatus": {
                                "description": "The HyperFlex reduce re-sync script execution completion status.",
                                "type": "boolean",
                                "x-omitempty": true
                            },
                            "ExecutionOutput": {
                                "description": "The execution output of the script.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Cluster": {
                                "$ref": "#/components/schemas/hyperflex.Cluster.Relationship",
                                "description": "A reference to a hyperflexCluster resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            }
                        }
                    }
                ]
            },
            "hyperflex.ReduceReSync.List": {
                "title": "List of 'hyperflex.ReduceReSync' 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 'hyperflex.ReduceReSync' 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 'hyperflex.ReduceReSync' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/hyperflex.ReduceReSync"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "hyperflex.ReplicationClusterReferenceToSchedule": {
                "title": "Hyperflex:Replication Cluster Reference To Schedule",
                "description": "A map from Replication Cluster EntityReference to the schedule.",
                "x-allOf-name": "hyperflex.ReplicationClusterReferenceToSchedule",
                "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 'hyperflex.ReplicationClusterReferenceToSchedule', 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": [
                                    "hyperflex.ReplicationClusterReferenceToSchedule"
                                ],
                                "default": "hyperflex.ReplicationClusterReferenceToSchedule",
                                "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": [
                                    "hyperflex.ReplicationClusterReferenceToSchedule"
                                ],
                                "default": "hyperflex.ReplicationClusterReferenceToSchedule",
                                "x-enum-as-string": true
                            },
                            "Schedule": {
                                "description": "Replication schedule information.",
                                "$ref": "#/components/schemas/hyperflex.ReplicationSchedule",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "TargetClusterEntityReference": {
                                "description": "EntityReference of target cluster.",
                                "$ref": "#/components/schemas/hyperflex.EntityReference",
                                "readOnly": true,
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "hyperflex.ReplicationPeerInfo": {
                "title": "Hyperflex:Replication Peer Info",
                "description": "Information about the replication peer for this datastore.",
                "x-allOf-name": "hyperflex.ReplicationPeerInfo",
                "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 'hyperflex.ReplicationPeerInfo', 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": [
                                    "hyperflex.ReplicationPeerInfo"
                                ],
                                "default": "hyperflex.ReplicationPeerInfo",
                                "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": [
                                    "hyperflex.ReplicationPeerInfo"
                                ],
                                "default": "hyperflex.ReplicationPeerInfo",
                                "x-enum-as-string": true
                            },
                            "Datastores": {
                                "type": "array",
                                "items": {
                                    "description": "List of Paired Datastores.",
                                    "$ref": "#/components/schemas/hyperflex.ReplicationPlatDatastorePair",
                                    "readOnly": true,
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "Dcip": {
                                "description": "Data Cluster IP for the replication peer.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Er": {
                                "description": "Entity Reference to the replication peer info object.",
                                "$ref": "#/components/schemas/hyperflex.EntityReference",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Mcip": {
                                "description": "Management Cluster IP for the replication peer.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Ports": {
                                "type": "array",
                                "items": {
                                    "description": "Array of port type to port number mappings for this replication peer.",
                                    "$ref": "#/components/schemas/hyperflex.PortTypeToPortNumberMap",
                                    "readOnly": true,
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "ReplCip": {
                                "description": "Replication Cluster IP for the replication peer.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Status": {
                                "description": "Peer Cluster Status for the replication peer.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "StatusDetails": {
                                "description": "Peer Cluster Status Details for the replication peer.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "hyperflex.ReplicationPlatDatastore": {
                "title": "Hyperflex:Replication Plat Datastore",
                "description": "HyperFlex replication platform datastore.",
                "x-allOf-name": "hyperflex.ReplicationPlatDatastore",
                "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 'hyperflex.ReplicationPlatDatastore', 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": [
                                    "hyperflex.ReplicationPlatDatastore"
                                ],
                                "default": "hyperflex.ReplicationPlatDatastore",
                                "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": [
                                    "hyperflex.ReplicationPlatDatastore"
                                ],
                                "default": "hyperflex.ReplicationPlatDatastore",
                                "x-enum-as-string": true
                            },
                            "ClusterEr": {
                                "description": "Entity reference to the cluster this datastore is attached to.",
                                "$ref": "#/components/schemas/hyperflex.EntityReference",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "DatastoreEr": {
                                "description": "Entity reference to the datastore this object represents.",
                                "$ref": "#/components/schemas/hyperflex.EntityReference",
                                "readOnly": true,
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "hyperflex.ReplicationPlatDatastorePair": {
                "title": "Hyperflex:Replication Plat Datastore Pair",
                "description": "Pair of datastores that are replication peers with each other.",
                "x-allOf-name": "hyperflex.ReplicationPlatDatastorePair",
                "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 'hyperflex.ReplicationPlatDatastorePair', 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": [
                                    "hyperflex.ReplicationPlatDatastorePair"
                                ],
                                "default": "hyperflex.ReplicationPlatDatastorePair",
                                "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": [
                                    "hyperflex.ReplicationPlatDatastorePair"
                                ],
                                "default": "hyperflex.ReplicationPlatDatastorePair",
                                "x-enum-as-string": true
                            },
                            "Ads": {
                                "description": "First datastore in the HyperFlex datastore pair.",
                                "$ref": "#/components/schemas/hyperflex.ReplicationPlatDatastore",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "BackupOnly": {
                                "description": "Boolean representing if this is a backup only pair.",
                                "type": "boolean",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Bds": {
                                "description": "Second datastore in the HyperFlex datastore pair.",
                                "$ref": "#/components/schemas/hyperflex.ReplicationPlatDatastore",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Quiesce": {
                                "description": "Boolean representing if this datastore pairing has quiesce snapshots enabled.",
                                "type": "boolean",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ReplicationIntervalInMinutes": {
                                "description": "The replication interval for this pair in minutes.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Sourceds": {
                                "description": "HyperFlex source datastore for this pair.",
                                "$ref": "#/components/schemas/hyperflex.ReplicationPlatDatastore",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "StorageOnly": {
                                "description": "HyperFlex datastore pair is used for storage only.",
                                "type": "boolean",
                                "readOnly": true,
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "hyperflex.ReplicationSchedule": {
                "title": "Hyperflex:Replication Schedule",
                "description": "The HyperFlex Cluster backup policy replication schedule.",
                "x-allOf-name": "hyperflex.ReplicationSchedule",
                "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 'hyperflex.ReplicationSchedule', 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": [
                                    "hyperflex.ReplicationSchedule"
                                ],
                                "default": "hyperflex.ReplicationSchedule",
                                "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": [
                                    "hyperflex.ReplicationSchedule"
                                ],
                                "default": "hyperflex.ReplicationSchedule",
                                "x-enum-as-string": true
                            },
                            "BackupInterval": {
                                "description": "Time interval between two copies in minutes.",
                                "type": "integer",
                                "format": "int64",
                                "default": 240,
                                "minimum": 5,
                                "maximum": 10080,
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "hyperflex.ReplicationStatus": {
                "title": "Hyperflex:Replication Status",
                "description": "Replication status information for this particular snapshot.",
                "x-allOf-name": "hyperflex.ReplicationStatus",
                "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 'hyperflex.ReplicationStatus', 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": [
                                    "hyperflex.ReplicationStatus"
                                ],
                                "default": "hyperflex.ReplicationStatus",
                                "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": [
                                    "hyperflex.ReplicationStatus"
                                ],
                                "default": "hyperflex.ReplicationStatus",
                                "x-enum-as-string": true
                            },
                            "BytesReplicated": {
                                "description": "Number of bytes currently replicated.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "EndTime": {
                                "description": "Replication end time for this snapshot.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Error": {
                                "description": "Error information in case of failure.",
                                "$ref": "#/components/schemas/hyperflex.ErrorStack",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "PackEntityReference": {
                                "description": "EntityReference for the Replication Pack.",
                                "$ref": "#/components/schemas/hyperflex.EntityReference",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "PctComplete": {
                                "description": "Completion percentage for the replication job.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "RpoStatus": {
                                "description": "Status for timeliness of replication job in relation to the schedule interval.",
                                "$ref": "#/components/schemas/hyperflex.RpoStatus",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "StartTime": {
                                "description": "Replication start time for this snapshot.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Status": {
                                "description": "Current replication state for a particular snapshot.\n* `NONE` - Snapshot replication state is none.\n* `SUCCESS` - Snapshot completed successfully.\n* `FAILED` - Snapshot failed replication status code.\n* `PAUSED` - Snapshot replication paused status code.\n* `IN_USE` - Snapshot replica in use status code.\n* `STARTING` - Snapshot replication starting.\n* `REPLICATING` - Snapshot replication in progress.",
                                "type": "string",
                                "enum": [
                                    "NONE",
                                    "SUCCESS",
                                    "FAILED",
                                    "PAUSED",
                                    "IN_USE",
                                    "STARTING",
                                    "REPLICATING"
                                ],
                                "default": "NONE",
                                "readOnly": true,
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "hyperflex.RpoStatus": {
                "title": "Hyperflex:Rpo Status",
                "description": "Status for timeliness of replication job in relation to the schedule interval.",
                "x-allOf-name": "hyperflex.RpoStatus",
                "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 'hyperflex.RpoStatus', 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": [
                                    "hyperflex.RpoStatus"
                                ],
                                "default": "hyperflex.RpoStatus",
                                "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": [
                                    "hyperflex.RpoStatus"
                                ],
                                "default": "hyperflex.RpoStatus",
                                "x-enum-as-string": true
                            },
                            "Actual": {
                                "description": "Actual end time for the snapshot.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Expected": {
                                "description": "Expected end time for the snapshot.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "RpoExceeded": {
                                "description": "A flag to determine if snapshot delivery is delayed.",
                                "type": "boolean",
                                "readOnly": true,
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "hyperflex.ServerFirmwareVersion.Response": {
                "description": "The response body of a HTTP GET request for the 'hyperflex.ServerFirmwareVersion' 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 'hyperflex.ServerFirmwareVersion' resources.",
                "x-one-of-name": "hyperflex.ServerFirmwareVersion.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/hyperflex.ServerFirmwareVersion.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"
                }
            },
            "hyperflex.ServerFirmwareVersion.Relationship": {
                "description": "A relationship to the 'hyperflex.ServerFirmwareVersion' resource, or the expanded 'hyperflex.ServerFirmwareVersion' resource, or the 'null' value.",
                "x-one-of-name": "hyperflex.ServerFirmwareVersion.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/hyperflex.ServerFirmwareVersion"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "hyperflex.ServerFirmwareVersion": {
                "title": "Hyperflex:Server Firmware Version",
                "description": "The server firmware version represents the UCS server firmware details.",
                "x-allOf-name": "hyperflex.ServerFirmwareVersion",
                "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 'hyperflex.ServerFirmwareVersion', 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": [
                                    "hyperflex.ServerFirmwareVersion"
                                ],
                                "default": "hyperflex.ServerFirmwareVersion",
                                "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": [
                                    "hyperflex.ServerFirmwareVersion"
                                ],
                                "default": "hyperflex.ServerFirmwareVersion",
                                "x-enum-as-string": true
                            },
                            "AppCatalog": {
                                "$ref": "#/components/schemas/hyperflex.AppCatalog.Relationship",
                                "description": "A reference to a hyperflexAppCatalog resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline."
                            },
                            "ServerFirmwareVersionEntries": {
                                "description": "An array of relationships to hyperflexServerFirmwareVersionEntry resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/hyperflex.ServerFirmwareVersionEntry.Relationship"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "hyperflex.ServerFirmwareVersion.List": {
                "title": "List of 'hyperflex.ServerFirmwareVersion' 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 'hyperflex.ServerFirmwareVersion' 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 'hyperflex.ServerFirmwareVersion' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/hyperflex.ServerFirmwareVersion"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "hyperflex.ServerFirmwareVersionEntry.Response": {
                "description": "The response body of a HTTP GET request for the 'hyperflex.ServerFirmwareVersionEntry' 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 'hyperflex.ServerFirmwareVersionEntry' resources.",
                "x-one-of-name": "hyperflex.ServerFirmwareVersionEntry.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/hyperflex.ServerFirmwareVersionEntry.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"
                }
            },
            "hyperflex.ServerFirmwareVersionEntry.Relationship": {
                "description": "A relationship to the 'hyperflex.ServerFirmwareVersionEntry' resource, or the expanded 'hyperflex.ServerFirmwareVersionEntry' resource, or the 'null' value.",
                "x-one-of-name": "hyperflex.ServerFirmwareVersionEntry.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/hyperflex.ServerFirmwareVersionEntry"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "hyperflex.ServerFirmwareVersionEntry": {
                "title": "Hyperflex:Server Firmware Version Entry",
                "description": "An entry specifying supported server firmware version in regex format.",
                "x-allOf-name": "hyperflex.ServerFirmwareVersionEntry",
                "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 'hyperflex.ServerFirmwareVersionEntry', 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": [
                                    "hyperflex.ServerFirmwareVersionEntry"
                                ],
                                "default": "hyperflex.ServerFirmwareVersionEntry",
                                "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": [
                                    "hyperflex.ServerFirmwareVersionEntry"
                                ],
                                "default": "hyperflex.ServerFirmwareVersionEntry",
                                "x-enum-as-string": true
                            },
                            "Constraint": {
                                "description": "The conditions that must be satisfied before applying the AppSetting.",
                                "$ref": "#/components/schemas/hyperflex.AppSettingConstraint",
                                "x-omitempty": true
                            },
                            "ServerPlatform": {
                                "description": "The server platform type that is applicable for the server firmware bundle version.\n* `M5` - M5 generation of UCS server.\n* `M3` - M3 generation of UCS server.\n* `M4` - M4 generation of UCS server.\n* `M6` - M6 generation of UCS server.",
                                "type": "string",
                                "enum": [
                                    "M5",
                                    "M3",
                                    "M4",
                                    "M6"
                                ],
                                "default": "M5",
                                "x-omitempty": true
                            },
                            "Version": {
                                "description": "The server firmware bundle version.",
                                "type": "string",
                                "pattern": "(^3\\.[1-9]\\([1-9][a-z]\\)$|^[4-9]\\.[0-9]\\([1-9][a-z]\\)$)",
                                "x-omitempty": true
                            },
                            "ServerFirmwareVersion": {
                                "$ref": "#/components/schemas/hyperflex.ServerFirmwareVersion.Relationship",
                                "description": "A reference to a hyperflexServerFirmwareVersion resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline."
                            }
                        }
                    }
                ]
            },
            "hyperflex.ServerFirmwareVersionEntry.List": {
                "title": "List of 'hyperflex.ServerFirmwareVersionEntry' 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 'hyperflex.ServerFirmwareVersionEntry' 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 'hyperflex.ServerFirmwareVersionEntry' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/hyperflex.ServerFirmwareVersionEntry"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "hyperflex.ServerFirmwareVersionInfo": {
                "title": "Hyperflex:Server Firmware Version Info",
                "description": "The firmware version details for UCS servers.",
                "x-allOf-name": "hyperflex.ServerFirmwareVersionInfo",
                "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 'hyperflex.ServerFirmwareVersionInfo', 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": [
                                    "hyperflex.ServerFirmwareVersionInfo"
                                ],
                                "default": "hyperflex.ServerFirmwareVersionInfo",
                                "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": [
                                    "hyperflex.ServerFirmwareVersionInfo"
                                ],
                                "default": "hyperflex.ServerFirmwareVersionInfo",
                                "x-enum-as-string": true
                            },
                            "ServerPlatform": {
                                "description": "The platform type for UCS server.\n* `M5` - M5 generation of UCS server.\n* `M3` - M3 generation of UCS server.\n* `M4` - M4 generation of UCS server.\n* `M6` - M6 generation of UCS server.",
                                "type": "string",
                                "enum": [
                                    "M5",
                                    "M3",
                                    "M4",
                                    "M6"
                                ],
                                "default": "M5",
                                "x-omitempty": true
                            },
                            "Version": {
                                "description": "The server firmware bundle version.",
                                "type": "string",
                                "pattern": "(^3\\.[1-9]\\([1-9][a-z]\\)$|^[4-9]\\.[0-9]\\([1-9][a-z]\\)$|^[4-9]\\.[0-9]\\([0-9](\\.[0-9]+|[a-z]).*\\)$)",
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "hyperflex.ServerModel.Response": {
                "description": "The response body of a HTTP GET request for the 'hyperflex.ServerModel' 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 'hyperflex.ServerModel' resources.",
                "x-one-of-name": "hyperflex.ServerModel.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/hyperflex.ServerModel.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"
                }
            },
            "hyperflex.ServerModel.Relationship": {
                "description": "A relationship to the 'hyperflex.ServerModel' resource, or the expanded 'hyperflex.ServerModel' resource, or the 'null' value.",
                "x-one-of-name": "hyperflex.ServerModel.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/hyperflex.ServerModel"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "hyperflex.ServerModel": {
                "title": "Hyperflex:Server Model",
                "description": "A supported server model.",
                "x-allOf-name": "hyperflex.ServerModel",
                "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 'hyperflex.ServerModel', 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": [
                                    "hyperflex.ServerModel"
                                ],
                                "default": "hyperflex.ServerModel",
                                "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": [
                                    "hyperflex.ServerModel"
                                ],
                                "default": "hyperflex.ServerModel",
                                "x-enum-as-string": true
                            },
                            "ServerModelEntries": {
                                "type": "array",
                                "items": {
                                    "description": "The supported server models in regex format.",
                                    "$ref": "#/components/schemas/hyperflex.ServerModelEntry",
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "AppCatalog": {
                                "$ref": "#/components/schemas/hyperflex.AppCatalog.Relationship",
                                "description": "A reference to a hyperflexAppCatalog resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline."
                            }
                        }
                    }
                ]
            },
            "hyperflex.ServerModel.List": {
                "title": "List of 'hyperflex.ServerModel' 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 'hyperflex.ServerModel' 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 'hyperflex.ServerModel' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/hyperflex.ServerModel"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "hyperflex.ServerModelEntry": {
                "title": "Hyperflex:Server Model Entry",
                "description": "A constraint specifying supported server models in regex format.",
                "x-allOf-name": "hyperflex.ServerModelEntry",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/hyperflex.AbstractAppSetting"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'hyperflex.ServerModelEntry', 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": [
                                    "hyperflex.ServerModelEntry"
                                ],
                                "default": "hyperflex.ServerModelEntry",
                                "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": [
                                    "hyperflex.ServerModelEntry"
                                ],
                                "default": "hyperflex.ServerModelEntry",
                                "x-enum-as-string": true
                            },
                            "Constraint": {
                                "description": "The conditions that must be satisfied before applying the AppSetting.",
                                "$ref": "#/components/schemas/hyperflex.AppSettingConstraint",
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "hyperflex.ServiceAuthToken.Response": {
                "description": "The response body of a HTTP GET request for the 'hyperflex.ServiceAuthToken' 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 'hyperflex.ServiceAuthToken' resources.",
                "x-one-of-name": "hyperflex.ServiceAuthToken.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/hyperflex.ServiceAuthToken.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"
                }
            },
            "hyperflex.ServiceAuthToken": {
                "title": "Hyperflex:Service Auth Token",
                "description": "The ServiceAuthToken object represents an authentication token used within the HyperFlex Data Platform to secure service interactions. This provides a secure mechanism for managing service access and ensuring authorized operations within the cluster environment.\n#### Purpose\nA ServiceAuthToken is designed to facilitate secure communication and interaction within the HyperFlex infrastructure, supporting authentication and authorization processes.\n#### Key Concepts\n- **Authentication:** Provides a secure method for validating service access, ensuring authorized interactions with HyperFlex resources.\n- **Token Management:** Supports the creation, updating, and revocation of service tokens, maintaining security and operational integrity.\n- **Cluster Integration:** Linked with the HyperFlex Cluster, ensuring secure and controlled access to cluster operations and resources.",
                "x-allOf-name": "hyperflex.ServiceAuthToken",
                "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 'hyperflex.ServiceAuthToken', 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": [
                                    "hyperflex.ServiceAuthToken"
                                ],
                                "default": "hyperflex.ServiceAuthToken",
                                "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": [
                                    "hyperflex.ServiceAuthToken"
                                ],
                                "default": "hyperflex.ServiceAuthToken",
                                "x-enum-as-string": true
                            },
                            "ClientId": {
                                "description": "Client Id or tenant Id of the entity that uses the service auth token.",
                                "type": "string",
                                "x-createOnly": true,
                                "x-omitempty": true
                            },
                            "CsiVersion": {
                                "description": "Version of Container Storage Interface (CSI) that the tokenOwner is associated with.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "ServiceAuthToken": {
                                "description": "Service auth token that has been created by HyperFlex cluster.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Status": {
                                "description": "Represents status of ervice auth claim or revocation.\n* `Unknown` - Unknown claim state of the service auth token.\n* `Claiming` - The service auth token claim is in progress.\n* `Claimed` - The service auth token has been successfully claimed.\n* `FailedToClaim` - Cannot claim the service auth token on the underlying HyperFlex cluster.\n* `Revoking` - The service auth token revocation is in progress.\n* `Revoked` - The service auth token revocation has been successfully revoked.\n* `FailedToRevoke` - Cannot revoke the service auth token on the underlying HyperFlex cluster.",
                                "type": "string",
                                "enum": [
                                    "Unknown",
                                    "Claiming",
                                    "Claimed",
                                    "FailedToClaim",
                                    "Revoking",
                                    "Revoked",
                                    "FailedToRevoke"
                                ],
                                "default": "Unknown",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Cluster": {
                                "$ref": "#/components/schemas/hyperflex.Cluster.Relationship",
                                "description": "A reference to a hyperflexCluster resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "x-createOnly": 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
                            },
                            "TokenOwner": {
                                "$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
                            }
                        }
                    }
                ]
            },
            "hyperflex.ServiceAuthToken.List": {
                "title": "List of 'hyperflex.ServiceAuthToken' 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 'hyperflex.ServiceAuthToken' 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 'hyperflex.ServiceAuthToken' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/hyperflex.ServiceAuthToken"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "hyperflex.SiteDetails": {
                "title": "Hyperflex:Site Details",
                "description": "Site details of the HyperFlex node.",
                "x-allOf-name": "hyperflex.SiteDetails",
                "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 'hyperflex.SiteDetails', 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": [
                                    "hyperflex.SiteDetails"
                                ],
                                "default": "hyperflex.SiteDetails",
                                "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": [
                                    "hyperflex.SiteDetails"
                                ],
                                "default": "hyperflex.SiteDetails",
                                "x-enum-as-string": true
                            },
                            "Name": {
                                "description": "The name of the site for stretch cluster.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "NumNodes": {
                                "description": "Number of nodes in the Zone.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ZoneUuid": {
                                "description": "The unique identifier of the zone for stretch cluster.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "hyperflex.SnapshotFiles": {
                "title": "Hyperflex:Snapshot Files",
                "description": "Information about files tracked with the snapshot.",
                "x-allOf-name": "hyperflex.SnapshotFiles",
                "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 'hyperflex.SnapshotFiles', 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": [
                                    "hyperflex.SnapshotFiles"
                                ],
                                "default": "hyperflex.SnapshotFiles",
                                "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": [
                                    "hyperflex.SnapshotFiles"
                                ],
                                "default": "hyperflex.SnapshotFiles",
                                "x-enum-as-string": true
                            },
                            "NameTrackedFiles": {
                                "type": "array",
                                "items": {
                                    "description": "File path information for this snapshot.",
                                    "$ref": "#/components/schemas/hyperflex.FilePath",
                                    "readOnly": true,
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "UuidTrackedDisksMap": {
                                "type": "array",
                                "items": {
                                    "description": "Tracked Disk for a snapshot.",
                                    "$ref": "#/components/schemas/hyperflex.MapUuidToTrackedDisk",
                                    "readOnly": true,
                                    "x-omitempty": true
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "hyperflex.SnapshotInfoBrief": {
                "title": "Hyperflex:Snapshot Info Brief",
                "description": "Reference to the VmSnapshot information.",
                "x-allOf-name": "hyperflex.SnapshotInfoBrief",
                "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 'hyperflex.SnapshotInfoBrief', 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": [
                                    "hyperflex.SnapshotInfoBrief"
                                ],
                                "default": "hyperflex.SnapshotInfoBrief",
                                "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": [
                                    "hyperflex.SnapshotInfoBrief"
                                ],
                                "default": "hyperflex.SnapshotInfoBrief",
                                "x-enum-as-string": true
                            },
                            "ReplicationStatus": {
                                "description": "Replication status information for this particular snapshot.",
                                "$ref": "#/components/schemas/hyperflex.ReplicationStatus",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Site": {
                                "description": "Cluster site for this snapshot.\n* `PRIMARY` - The cluster site for this backup is primary.\n* `SECONDARY` - The cluster site for this backup is secondary.",
                                "type": "string",
                                "enum": [
                                    "PRIMARY",
                                    "SECONDARY"
                                ],
                                "default": "PRIMARY",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "SnapshotStatus": {
                                "description": "Status for this Snapshot Point.",
                                "$ref": "#/components/schemas/hyperflex.SnapshotStatus",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "VmSnapshotEntityReference": {
                                "description": "EntityReference of this VmSnapshot.",
                                "$ref": "#/components/schemas/hyperflex.EntityReference",
                                "readOnly": true,
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "hyperflex.SnapshotPoint": {
                "title": "Hyperflex:Snapshot Point",
                "description": "SnapshotPoint information from StDataServiceManager.",
                "x-allOf-name": "hyperflex.SnapshotPoint",
                "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 'hyperflex.SnapshotPoint', 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": [
                                    "hyperflex.SnapshotPoint"
                                ],
                                "default": "hyperflex.SnapshotPoint",
                                "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": [
                                    "hyperflex.SnapshotPoint"
                                ],
                                "default": "hyperflex.SnapshotPoint",
                                "x-enum-as-string": true
                            },
                            "ClusterEntityReference": {
                                "description": "Cluster to which this snapshot belongs.",
                                "$ref": "#/components/schemas/hyperflex.EntityReference",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ReplicationStatus": {
                                "description": "Replication status information for this particular snapshot.",
                                "$ref": "#/components/schemas/hyperflex.ReplicationStatus",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "SnapshotFiles": {
                                "description": "Files this snapshot is comprised of.",
                                "$ref": "#/components/schemas/hyperflex.SnapshotFiles",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "SnapshotPointEntityReference": {
                                "description": "EntityReference for this snapshot point.",
                                "$ref": "#/components/schemas/hyperflex.EntityReference",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "SnapshotStatus": {
                                "description": "Status for this Snapshot Point.",
                                "$ref": "#/components/schemas/hyperflex.SnapshotStatus",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "VmRuntimeInfo": {
                                "description": "Virtual machine runtime information.",
                                "$ref": "#/components/schemas/hyperflex.VirtualMachine",
                                "readOnly": true,
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "hyperflex.SnapshotStatus": {
                "title": "Hyperflex:Snapshot Status",
                "description": "The current state of this virtual machine's snapshot.",
                "x-allOf-name": "hyperflex.SnapshotStatus",
                "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 'hyperflex.SnapshotStatus', 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": [
                                    "hyperflex.SnapshotStatus"
                                ],
                                "default": "hyperflex.SnapshotStatus",
                                "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": [
                                    "hyperflex.SnapshotStatus"
                                ],
                                "default": "hyperflex.SnapshotStatus",
                                "x-enum-as-string": true
                            },
                            "Description": {
                                "description": "Description of this Snapshot Point.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Error": {
                                "description": "Error information in case of failure.",
                                "$ref": "#/components/schemas/hyperflex.ErrorStack",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "PctComplete": {
                                "description": "Completion percentage for this snapshot.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Status": {
                                "description": "Current snapshot state for this snapshot.\n* `SUCCESS` - This snapshot status code is success.\n* `FAILED` - This snapshot status code is failed.\n* `IN_PROGRESS` - This snapshot status code is in progress.\n* `DELETING` - This snapshot status code is deleting.\n* `DELETED` - This snapshot status code is deleted.\n* `NONE` - This snapshot status code is none.\n* `INIT` - This snapshot status code is initializing.",
                                "type": "string",
                                "enum": [
                                    "SUCCESS",
                                    "FAILED",
                                    "IN_PROGRESS",
                                    "DELETING",
                                    "DELETED",
                                    "NONE",
                                    "INIT"
                                ],
                                "default": "SUCCESS",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Timestamp": {
                                "description": "Timestamp at which the Snapshot is taken.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "UsedSpace": {
                                "description": "Space Used by this Snapshot Point.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "hyperflex.SoftwareDistributionComponent.Response": {
                "description": "The response body of a HTTP GET request for the 'hyperflex.SoftwareDistributionComponent' 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 'hyperflex.SoftwareDistributionComponent' resources.",
                "x-one-of-name": "hyperflex.SoftwareDistributionComponent.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/hyperflex.SoftwareDistributionComponent.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"
                }
            },
            "hyperflex.SoftwareDistributionComponent.Relationship": {
                "description": "A relationship to the 'hyperflex.SoftwareDistributionComponent' resource, or the expanded 'hyperflex.SoftwareDistributionComponent' resource, or the 'null' value.",
                "x-one-of-name": "hyperflex.SoftwareDistributionComponent.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/hyperflex.SoftwareDistributionComponent"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "hyperflex.SoftwareDistributionComponent": {
                "title": "Hyperflex:Software Distribution Component",
                "description": "A HyperFlex Software Distribution Component.",
                "x-allOf-name": "hyperflex.SoftwareDistributionComponent",
                "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 'hyperflex.SoftwareDistributionComponent', 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": [
                                    "hyperflex.SoftwareDistributionComponent"
                                ],
                                "default": "hyperflex.SoftwareDistributionComponent",
                                "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": [
                                    "hyperflex.SoftwareDistributionComponent"
                                ],
                                "default": "hyperflex.SoftwareDistributionComponent",
                                "x-enum-as-string": true
                            },
                            "BucketName": {
                                "description": "The bucket name where the files are present, if source is external cloud store.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "ComponentId": {
                                "description": "The HyperFlex Software Distribution Component Identifier.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "ComponentName": {
                                "description": "The HyperFlex Software Distribution Component Name.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "FilePath": {
                                "description": "File location on the cloud storage.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "FilesToDownload": {
                                "type": "array",
                                "items": {
                                    "description": "Intersight HyperFlex will download the files from the cloud storage service during installation.",
                                    "type": "string",
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "Version": {
                                "description": "The HyperFlex Software Distribution Component Version.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "SoftwareDistributionVersion": {
                                "$ref": "#/components/schemas/hyperflex.SoftwareDistributionVersion.Relationship",
                                "description": "A reference to a hyperflexSoftwareDistributionVersion resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline."
                            }
                        }
                    }
                ]
            },
            "hyperflex.SoftwareDistributionComponent.List": {
                "title": "List of 'hyperflex.SoftwareDistributionComponent' 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 'hyperflex.SoftwareDistributionComponent' 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 'hyperflex.SoftwareDistributionComponent' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/hyperflex.SoftwareDistributionComponent"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "hyperflex.SoftwareDistributionEntry.Response": {
                "description": "The response body of a HTTP GET request for the 'hyperflex.SoftwareDistributionEntry' 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 'hyperflex.SoftwareDistributionEntry' resources.",
                "x-one-of-name": "hyperflex.SoftwareDistributionEntry.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/hyperflex.SoftwareDistributionEntry.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"
                }
            },
            "hyperflex.SoftwareDistributionEntry.Relationship": {
                "description": "A relationship to the 'hyperflex.SoftwareDistributionEntry' resource, or the expanded 'hyperflex.SoftwareDistributionEntry' resource, or the 'null' value.",
                "x-one-of-name": "hyperflex.SoftwareDistributionEntry.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/hyperflex.SoftwareDistributionEntry"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "hyperflex.SoftwareDistributionEntry": {
                "title": "Hyperflex:Software Distribution Entry",
                "description": "A HyperFlex Software Distribution.",
                "x-allOf-name": "hyperflex.SoftwareDistributionEntry",
                "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 'hyperflex.SoftwareDistributionEntry', 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": [
                                    "hyperflex.SoftwareDistributionEntry"
                                ],
                                "default": "hyperflex.SoftwareDistributionEntry",
                                "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": [
                                    "hyperflex.SoftwareDistributionEntry"
                                ],
                                "default": "hyperflex.SoftwareDistributionEntry",
                                "x-enum-as-string": true
                            },
                            "DistributionType": {
                                "description": "The HyperFlex Software Distribution type.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "AppCatalog": {
                                "$ref": "#/components/schemas/hyperflex.AppCatalog.Relationship",
                                "description": "A reference to a hyperflexAppCatalog resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline."
                            },
                            "DistributionVersions": {
                                "description": "An array of relationships to hyperflexSoftwareDistributionVersion resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/hyperflex.SoftwareDistributionVersion.Relationship"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "hyperflex.SoftwareDistributionEntry.List": {
                "title": "List of 'hyperflex.SoftwareDistributionEntry' 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 'hyperflex.SoftwareDistributionEntry' 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 'hyperflex.SoftwareDistributionEntry' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/hyperflex.SoftwareDistributionEntry"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "hyperflex.SoftwareDistributionVersion.Response": {
                "description": "The response body of a HTTP GET request for the 'hyperflex.SoftwareDistributionVersion' 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 'hyperflex.SoftwareDistributionVersion' resources.",
                "x-one-of-name": "hyperflex.SoftwareDistributionVersion.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/hyperflex.SoftwareDistributionVersion.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"
                }
            },
            "hyperflex.SoftwareDistributionVersion.Relationship": {
                "description": "A relationship to the 'hyperflex.SoftwareDistributionVersion' resource, or the expanded 'hyperflex.SoftwareDistributionVersion' resource, or the 'null' value.",
                "x-one-of-name": "hyperflex.SoftwareDistributionVersion.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/hyperflex.SoftwareDistributionVersion"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "hyperflex.SoftwareDistributionVersion": {
                "title": "Hyperflex:Software Distribution Version",
                "description": "A HyperFlex Software Distribution version.",
                "x-allOf-name": "hyperflex.SoftwareDistributionVersion",
                "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 'hyperflex.SoftwareDistributionVersion', 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": [
                                    "hyperflex.SoftwareDistributionVersion"
                                ],
                                "default": "hyperflex.SoftwareDistributionVersion",
                                "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": [
                                    "hyperflex.SoftwareDistributionVersion"
                                ],
                                "default": "hyperflex.SoftwareDistributionVersion",
                                "x-enum-as-string": true
                            },
                            "Version": {
                                "description": "The HyperFlex Software Distribution version.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "DistributionComponents": {
                                "description": "An array of relationships to hyperflexSoftwareDistributionComponent resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/hyperflex.SoftwareDistributionComponent.Relationship"
                                },
                                "nullable": true
                            },
                            "SoftwareDistributionEntry": {
                                "$ref": "#/components/schemas/hyperflex.SoftwareDistributionEntry.Relationship",
                                "description": "A reference to a hyperflexSoftwareDistributionEntry resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline."
                            }
                        }
                    }
                ]
            },
            "hyperflex.SoftwareDistributionVersion.List": {
                "title": "List of 'hyperflex.SoftwareDistributionVersion' 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 'hyperflex.SoftwareDistributionVersion' 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 'hyperflex.SoftwareDistributionVersion' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/hyperflex.SoftwareDistributionVersion"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "hyperflex.SoftwareVersionPolicy.Response": {
                "description": "The response body of a HTTP GET request for the 'hyperflex.SoftwareVersionPolicy' 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 'hyperflex.SoftwareVersionPolicy' resources.",
                "x-one-of-name": "hyperflex.SoftwareVersionPolicy.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/hyperflex.SoftwareVersionPolicy.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"
                }
            },
            "hyperflex.SoftwareVersionPolicy.Relationship": {
                "description": "A relationship to the 'hyperflex.SoftwareVersionPolicy' resource, or the expanded 'hyperflex.SoftwareVersionPolicy' resource, or the 'null' value.",
                "x-one-of-name": "hyperflex.SoftwareVersionPolicy.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/hyperflex.SoftwareVersionPolicy"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "hyperflex.SoftwareVersionPolicy": {
                "title": "HyperFlex Software Version Selection Policy",
                "description": "A policy capturing software versions for different HyperFlex Cluster compatible components ( like HyperFlex Data Platform, Hypervisor, etc. ), that the user wishes to apply on the HyperFlex cluster.",
                "x-allOf-name": "hyperflex.SoftwareVersionPolicy",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/policy.AbstractPolicy"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'hyperflex.SoftwareVersionPolicy', 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": [
                                    "hyperflex.SoftwareVersionPolicy"
                                ],
                                "default": "hyperflex.SoftwareVersionPolicy",
                                "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": [
                                    "hyperflex.SoftwareVersionPolicy"
                                ],
                                "default": "hyperflex.SoftwareVersionPolicy",
                                "x-enum-as-string": true
                            },
                            "HxdpVersion": {
                                "description": "Desired HyperFlex Data Platform software version to apply on the HyperFlex cluster.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "HypervisorVersion": {
                                "description": "Desired  hypervisor version to apply for all the nodes on the HyperFlex cluster.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "ServerFirmwareVersion": {
                                "description": "Desired server firmware version to apply on the HyperFlex Cluster.",
                                "type": "string",
                                "pattern": "^$|(^3\\.[0-9]\\([1-9][a-z]\\)$|^[4-9]\\.[1-9]\\([1-9][a-z]\\)$|^4\\.0\\([1-3][a-z]\\)$|^4\\.0\\(4[d-z]\\)$|4\\.0\\([5-9][a-z]\\)$|^[4-9]\\.[0-9]\\([0-9](\\.[0-9]+|[a-z]).*\\)$)",
                                "x-omitempty": true
                            },
                            "ServerFirmwareVersions": {
                                "type": "array",
                                "items": {
                                    "description": "Firmware version details for all types of UCS servers in the HyperFlex cluster.",
                                    "$ref": "#/components/schemas/hyperflex.ServerFirmwareVersionInfo",
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "UpgradeTypes": {
                                "type": "array",
                                "items": {
                                    "description": "List of components to be upgraded on the HyperFlex Cluster.\n* `NONE` - Default UpgradeType set to NONE.\n* `Hxdp` - UpgradeType used when HyperFlex data platform needs to be upgraded.\n* `Hypervisor` - UpgradeType used when HyperVisor (ESXi/Hyperv) needs to be upgraded.\n* `ServerFirmware` - UpgradeType used when ServerFirmware needs to be upgraded.\n* `ServerFirmware_Forced` - UpgradeType used when server firmware needs to be upgraded even if the server's firmware version is the same as the specified version.",
                                    "type": "string",
                                    "enum": [
                                        "NONE",
                                        "Hxdp",
                                        "Hypervisor",
                                        "ServerFirmware",
                                        "ServerFirmware_Forced"
                                    ],
                                    "default": "NONE",
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "ClusterProfiles": {
                                "description": "An array of relationships to hyperflexClusterProfile resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/hyperflex.ClusterProfile.Relationship"
                                },
                                "nullable": true
                            },
                            "HxdpVersionInfo": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/software.HyperflexDistributable.Relationship",
                                "description": "A reference to a softwareHyperflexDistributable resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "HypervisorVersionInfo": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/software.HyperflexDistributable.Relationship",
                                "description": "A reference to a softwareHyperflexDistributable resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": 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
                            },
                            "ServerFirmwareVersionInfo": {
                                "$ref": "intersight-server-v3-1.0.11-20260807064027971.json#/components/schemas/firmware.Distributable.Relationship",
                                "description": "A reference to a firmwareDistributable resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            }
                        }
                    }
                ]
            },
            "hyperflex.SoftwareVersionPolicy.List": {
                "title": "List of 'hyperflex.SoftwareVersionPolicy' 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 'hyperflex.SoftwareVersionPolicy' 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 'hyperflex.SoftwareVersionPolicy' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/hyperflex.SoftwareVersionPolicy"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "hyperflex.StPlatformClusterHealingInfo": {
                "title": "Hyperflex:St Platform Cluster Healing Info",
                "description": "The detailed status of the cluster healing process.",
                "x-allOf-name": "hyperflex.StPlatformClusterHealingInfo",
                "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 'hyperflex.StPlatformClusterHealingInfo', 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": [
                                    "hyperflex.StPlatformClusterHealingInfo"
                                ],
                                "default": "hyperflex.StPlatformClusterHealingInfo",
                                "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": [
                                    "hyperflex.StPlatformClusterHealingInfo"
                                ],
                                "default": "hyperflex.StPlatformClusterHealingInfo",
                                "x-enum-as-string": true
                            },
                            "EstimatedCompletionTimeInSeconds": {
                                "description": "The estimated time in seconds it will take to complete the auto-healing process.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "InProgress": {
                                "description": "The status of the cluster's auto-healing process. If 'true', auto-healing is in progress for the cluster.",
                                "type": "boolean",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Messages": {
                                "type": "array",
                                "items": {
                                    "description": "The collection of messages describing the status of the cluster auto-healing process.",
                                    "type": "string",
                                    "readOnly": true,
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "MessagesIterator": {
                                "description": "The current message describing the auto-healing process of the cluster.",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "MessagesSize": {
                                "description": "The number of elements in the messages collection.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "PercentComplete": {
                                "description": "The progress of the auto-healing process as a percentage.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "hyperflex.StPlatformClusterResiliencyInfo": {
                "title": "Hyperflex:St Platform Cluster Resiliency Info",
                "description": "The detailed status of the cluster's resiliency health.",
                "x-allOf-name": "hyperflex.StPlatformClusterResiliencyInfo",
                "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 'hyperflex.StPlatformClusterResiliencyInfo', 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": [
                                    "hyperflex.StPlatformClusterResiliencyInfo"
                                ],
                                "default": "hyperflex.StPlatformClusterResiliencyInfo",
                                "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": [
                                    "hyperflex.StPlatformClusterResiliencyInfo"
                                ],
                                "default": "hyperflex.StPlatformClusterResiliencyInfo",
                                "x-enum-as-string": true
                            },
                            "HddFailuresTolerable": {
                                "description": "The number of persistent storage device failures tolerable before the storage cluster becomes offline.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Messages": {
                                "type": "array",
                                "items": {
                                    "description": "The collection of messages that describe the resiliency status of the cluster.",
                                    "type": "string",
                                    "readOnly": true,
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "MessagesIterator": {
                                "description": "The current message describing the auto-healing process of the cluster.",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "MessagesSize": {
                                "description": "The number of elements in the messages collection.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "NodeFailuresTolerable": {
                                "description": "The number of node failures tolerable before the storage cluster becomes offline.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "SsdFailuresTolerable": {
                                "description": "The number of caching device failures tolerable before the storage cluster becomes offline.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "State": {
                                "description": "The resiliency state of the cluster. The resiliency status is 'HEALTHY' if there are no failures and the storage cluster is fully operational. The resiliency status is 'WARNING' when the cluster has experienced failures that may adversely affect the cluster. It is 'UNKNOWN' if the cluster is offline or if the state cannot be determined.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "hyperflex.StartReduceReSync.Response": {
                "description": "The response body of a HTTP GET request for the 'hyperflex.StartReduceReSync' 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 'hyperflex.StartReduceReSync' resources.",
                "x-one-of-name": "hyperflex.StartReduceReSync.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/hyperflex.StartReduceReSync.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"
                }
            },
            "hyperflex.StartReduceReSync": {
                "title": "Hyperflex:Start Reduce Re Sync",
                "description": "Start the execution of reduce re-sync and stale mirror cleanup for the HyperFlex clusters associated with the account.",
                "x-allOf-name": "hyperflex.StartReduceReSync",
                "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 'hyperflex.StartReduceReSync', 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": [
                                    "hyperflex.StartReduceReSync"
                                ],
                                "default": "hyperflex.StartReduceReSync",
                                "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": [
                                    "hyperflex.StartReduceReSync"
                                ],
                                "default": "hyperflex.StartReduceReSync",
                                "x-enum-as-string": true
                            },
                            "ClusterMoIds": {
                                "type": "array",
                                "items": {
                                    "description": "The cluster MoIds of the target HyperFlex devices on which the operation is performed.",
                                    "type": "string",
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "Operation": {
                                "description": "The cleanup operation to perform.\n* `NoOp` - Does not perform any operation when the API is called.\n* `StartReduceResync` - Start the execution of reduce re-sync and stale mirror cleanup for the HyperFlex clusters associated with the account.",
                                "type": "string",
                                "enum": [
                                    "NoOp",
                                    "StartReduceResync"
                                ],
                                "default": "NoOp",
                                "x-omitempty": true
                            },
                            "TargetDetails": {
                                "type": "array",
                                "items": {
                                    "description": "The account MoIds and their corresponding collection of cluster MoIds of the target HyperFlex devices on which the operation is performed.",
                                    "$ref": "#/components/schemas/hyperflex.ReSyncClusterMoIds",
                                    "x-omitempty": true
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "hyperflex.StartReduceReSync.List": {
                "title": "List of 'hyperflex.StartReduceReSync' 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 'hyperflex.StartReduceReSync' 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 'hyperflex.StartReduceReSync' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/hyperflex.StartReduceReSync"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "hyperflex.StorageContainer.Response": {
                "description": "The response body of a HTTP GET request for the 'hyperflex.StorageContainer' 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 'hyperflex.StorageContainer' resources.",
                "x-one-of-name": "hyperflex.StorageContainer.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/hyperflex.StorageContainer.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"
                }
            },
            "hyperflex.StorageContainer.Relationship": {
                "description": "A relationship to the 'hyperflex.StorageContainer' resource, or the expanded 'hyperflex.StorageContainer' resource, or the 'null' value.",
                "x-one-of-name": "hyperflex.StorageContainer.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/hyperflex.StorageContainer"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "hyperflex.StorageContainer": {
                "title": "Hyperflex:Storage Container",
                "description": "### Overview\nThe StorageContainer object is a core entity within the HyperFlex storage system, representing a datastore that manages storage allocation and utilization across the HyperFlex Cluster. This provides a standardized interface for accessing and managing storage resources, facilitating efficient data management and accessibility.\n#### Purpose\nThe StorageContainer serves as a central point for storage operations, allowing users to perform actions such as provisioning capacity, monitoring utilization, and managing accessibility within the HyperFlex environment.\n#### Key Concepts\n- **Capacity Management:** - Facilitates dynamic provisioning and monitoring of storage capacity, ensuring optimal utilization across associated volumes.\n- **Accessibility:** - Supports the management of storage accessibility, including mount status and encryption, to ensure secure and reliable data access.\n- **Cluster Integration:** - Tightly integrated with HyperFlex Cluster operations, enabling seamless interaction with related storage and compute resources.",
                "x-allOf-name": "hyperflex.StorageContainer",
                "allOf": [
                    {
                        "$ref": "intersight-server-v3-1.0.11-20260807064027971.json#/components/schemas/storage.BaseStorageContainer"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'hyperflex.StorageContainer', 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": [
                                    "hyperflex.StorageContainer"
                                ],
                                "default": "hyperflex.StorageContainer",
                                "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": [
                                    "hyperflex.StorageContainer"
                                ],
                                "default": "hyperflex.StorageContainer",
                                "x-enum-as-string": true
                            },
                            "AccessibilitySummary": {
                                "description": "Storage container accessibility summary.\n* `NOT_APPLICABLE` - The HyperFlex storage container accessibility summary is not applicable.\n* `ACCESSIBLE` - The HyperFlex storage container is accessible.\n* `NOT_ACCESSIBLE` - The HyperFlex storage container is not accessible.\n* `PARTIALLY_ACCESSIBLE` - The HyperFlex storage container is partially accessible.",
                                "type": "string",
                                "enum": [
                                    "NOT_APPLICABLE",
                                    "ACCESSIBLE",
                                    "NOT_ACCESSIBLE",
                                    "PARTIALLY_ACCESSIBLE"
                                ],
                                "default": "NOT_APPLICABLE",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "DataBlockSize": {
                                "description": "Storage container data block size in bytes.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "EncryptionEnabled": {
                                "description": "Indicate if encryption is enabled on this storage container.",
                                "type": "boolean",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "HostMountStatus": {
                                "type": "array",
                                "items": {
                                    "description": "The storage container host mount status. Applicable only for NFS type.",
                                    "$ref": "intersight-server-v3-1.0.11-20260807064027971.json#/components/schemas/storage.StorageContainerHostMountStatus",
                                    "readOnly": true,
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "InUse": {
                                "description": "Indicates whether the storage container has volumes.",
                                "type": "boolean",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Kind": {
                                "description": "Indicates whether the storage container was user-created, or system-created.\n* `UNKNOWN` - The storage container creator is unknown.\n* `USER_CREATED` - The storage container was created by a user action.\n* `INTERNAL` - The storage container was created by the system.",
                                "type": "string",
                                "enum": [
                                    "UNKNOWN",
                                    "USER_CREATED",
                                    "INTERNAL"
                                ],
                                "default": "UNKNOWN",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "LastAccessTime": {
                                "description": "Storage container's last access time.",
                                "type": "string",
                                "format": "date-time",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "LastModifiedTime": {
                                "description": "Storage container's last modified time.",
                                "type": "string",
                                "format": "date-time",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "MountStatus": {
                                "description": "Storage container mount status. Applicable only for NFS type.\n* `NOT_APPLICABLE` - The HyperFlex storage container mount status is not applicable.\n* `NORMAL` - The HyperFlex storage container mount status is normal.\n* `ALERT` - The HyperFlex storage container mount status is alert.\n* `FAILED` - The HyperFlex storage container mount status is failed.",
                                "type": "string",
                                "enum": [
                                    "NOT_APPLICABLE",
                                    "NORMAL",
                                    "ALERT",
                                    "FAILED"
                                ],
                                "default": "NOT_APPLICABLE",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "MountSummary": {
                                "description": "Storage container mount summary. Applicable only for NFS type.\n* `NOT_APPLICABLE` - The mount summary is not applicable for this HyperFlex storage container.\n* `MOUNTED` - The HyperFlex storage container is mounted.\n* `UNMOUNTED` - The HyperFlex storage container is unmounted.\n* `MOUNT_FAILURE` - The HyperFlex storage container mount summary is failure.\n* `UNMOUNT_FAILURE` - The HyperFlex storage container unmount summary is failure.",
                                "type": "string",
                                "enum": [
                                    "NOT_APPLICABLE",
                                    "MOUNTED",
                                    "UNMOUNTED",
                                    "MOUNT_FAILURE",
                                    "UNMOUNT_FAILURE"
                                ],
                                "default": "NOT_APPLICABLE",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ProvisionedCapacity": {
                                "description": "Provisioned capacity of the storage container in bytes.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ProvisionedVolumeCapacityUtilization": {
                                "description": "Provisioned capacity utilization of all volumes associated with the storage container.",
                                "type": "number",
                                "format": "float",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Type": {
                                "description": "Storage container type (SMB/NFS/iSCSI).\n* `NFS` - Storage container created/accesed through NFS protocol.\n* `SMB` - Storage container created/accessed through SMB protocol.\n* `iSCSI` - Storage container created/accessed through iSCSI protocol.",
                                "type": "string",
                                "enum": [
                                    "NFS",
                                    "SMB",
                                    "iSCSI"
                                ],
                                "default": "NFS",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "UnCompressedUsedBytes": {
                                "description": "Uncompressed bytes on storage container.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Uuid": {
                                "description": "UUID of the datastore/storage container.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "VolumeCount": {
                                "description": "Number of volumes associated with the storage container.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Cluster": {
                                "$ref": "#/components/schemas/hyperflex.Cluster.Relationship",
                                "description": "A reference to a hyperflexCluster resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "Volumes": {
                                "description": "An array of relationships to hyperflexVolume resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/hyperflex.Volume.Relationship"
                                },
                                "nullable": true,
                                "readOnly": true
                            }
                        }
                    }
                ]
            },
            "hyperflex.StorageContainer.List": {
                "title": "List of 'hyperflex.StorageContainer' 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 'hyperflex.StorageContainer' 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 'hyperflex.StorageContainer' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/hyperflex.StorageContainer"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "hyperflex.Summary": {
                "title": "Hyperflex:Summary",
                "description": "The storage summary of the HyperFlex cluster.",
                "x-allOf-name": "hyperflex.Summary",
                "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 'hyperflex.Summary', 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": [
                                    "hyperflex.Summary"
                                ],
                                "default": "hyperflex.Summary",
                                "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": [
                                    "hyperflex.Summary"
                                ],
                                "default": "hyperflex.Summary",
                                "x-enum-as-string": true
                            },
                            "ActiveNodes": {
                                "description": "The number of nodes currently participating in the storage cluster.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Address": {
                                "description": "The data IP address of the HyperFlex cluster.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Boottime": {
                                "description": "The time taken during last cluster startup in seconds.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ClusterAccessPolicy": {
                                "description": "The cluster access policy for the HyperFlex cluster. An access policy of 'STRICT' means that the cluster becomes readonly once any fragment of data is reduced to one copy. 'LENIENT' means that the cluster stays in read-write mode even if any fragment of data is reduced to one copy.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "CompressionSavings": {
                                "description": "The percentage of storage space saved using data compression.",
                                "type": "number",
                                "format": "double",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "DataReplicationCompliance": {
                                "description": "The compliance with the data replication factor set for the HyperFlex cluster.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "DataReplicationFactor": {
                                "description": "The number of data copies retained by the HyperFlex cluster.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "DeduplicationSavings": {
                                "description": "The percentage of storage space saved using data deduplication.",
                                "type": "number",
                                "format": "double",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Downtime": {
                                "description": "The amount of time the HyperFlex cluster has been offline.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "FreeCapacity": {
                                "description": "The amount of storage capacity currently not in use, represented in bytes.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "HealingInfo": {
                                "description": "The information about the HyperFlex cluster auto-healing process.",
                                "$ref": "#/components/schemas/hyperflex.StPlatformClusterHealingInfo",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Name": {
                                "description": "The name of the HyperFlex cluster.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ResiliencyDetails": {
                                "description": "The details about the resiliency health of the cluster. Includes information about the cluster healing status and the storage cluster health.",
                                "nullable": true,
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ResiliencyDetailsSize": {
                                "description": "The number of elements in the resiliency details property.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ResiliencyInfo": {
                                "description": "The information about the storage cluster resiliency. The resiliency info has details about the health status and number of device failures tolerable.",
                                "$ref": "#/components/schemas/hyperflex.StPlatformClusterResiliencyInfo",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "SpaceStatus": {
                                "description": "The space utilization status of the HyperFlex cluster.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "State": {
                                "description": "The operational state of the HyperFlex cluster.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "TotalCapacity": {
                                "description": "The total amount of storage capacity available for the HyperFlex cluster, represented in bytes.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "TotalSavings": {
                                "description": "The percentage of storage space saved in total.",
                                "type": "number",
                                "format": "double",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Uptime": {
                                "description": "The amount of time the HyperFlex cluster has been running since last startup.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "UsedCapacity": {
                                "description": "The amount of storage capacity in use, represented in bytes.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "hyperflex.SysConfigPolicy.Response": {
                "description": "The response body of a HTTP GET request for the 'hyperflex.SysConfigPolicy' 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 'hyperflex.SysConfigPolicy' resources.",
                "x-one-of-name": "hyperflex.SysConfigPolicy.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/hyperflex.SysConfigPolicy.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"
                }
            },
            "hyperflex.SysConfigPolicy.Relationship": {
                "description": "A relationship to the 'hyperflex.SysConfigPolicy' resource, or the expanded 'hyperflex.SysConfigPolicy' resource, or the 'null' value.",
                "x-one-of-name": "hyperflex.SysConfigPolicy.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/hyperflex.SysConfigPolicy"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "hyperflex.SysConfigPolicy": {
                "title": "DNS, NTP and Timezone",
                "description": "A policy specifying system configuration such as timezone, DNS servers, and NTP Servers.",
                "x-allOf-name": "hyperflex.SysConfigPolicy",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/policy.AbstractPolicy"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'hyperflex.SysConfigPolicy', 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": [
                                    "hyperflex.SysConfigPolicy"
                                ],
                                "default": "hyperflex.SysConfigPolicy",
                                "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": [
                                    "hyperflex.SysConfigPolicy"
                                ],
                                "default": "hyperflex.SysConfigPolicy",
                                "x-enum-as-string": true
                            },
                            "DnsDomainName": {
                                "description": "The DNS Search Domain Name. This setting applies to HyperFlex Data Platform 3.0 or later only.",
                                "type": "string",
                                "pattern": "^$|^([a-zA-Z0-9]([a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?\\.)*[a-zA-Z]{2,63}$",
                                "minLength": 0,
                                "maxLength": 253,
                                "x-omitempty": true
                            },
                            "DnsServers": {
                                "type": "array",
                                "items": {
                                    "description": "Enter between 1 and 3 DNS servers. A DNS server that can resolve public domains is required for Intersight management.",
                                    "type": "string",
                                    "pattern": "^$|^([1-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])\\.([0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])\\.([0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])\\.([1-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])$",
                                    "x-omitempty": true
                                },
                                "minItems": 1,
                                "maxItems": 3,
                                "nullable": true
                            },
                            "NtpServers": {
                                "type": "array",
                                "items": {
                                    "description": "Enter between 1 and 3 NTP servers (IP address or FQDN). A local NTP server is highly recommended.",
                                    "type": "string",
                                    "pattern": "^$|^[A-Za-z]([A-Za-z0-9-]*[A-Za-z0-9])?$|^[A-Za-z0-9]([A-Za-z0-9-]*[A-Za-z0-9])?(\\.[A-Za-z0-9]([A-Za-z0-9-]*[A-Za-z0-9])?)*(\\.[A-Za-z]([A-Za-z0-9-]*[A-Za-z0-9])?)$|^([1-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])\\.([0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])\\.([0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])\\.([0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])$",
                                    "x-omitempty": true
                                },
                                "minItems": 1,
                                "maxItems": 3,
                                "nullable": true
                            },
                            "Timezone": {
                                "description": "The timezone of the HyperFlex cluster's system clock.\n* `Pacific/Niue` - \n* `Africa/Abidjan` - \n* `Africa/Accra` - \n* `Africa/Addis_Ababa` - \n* `Africa/Algiers` - \n* `Africa/Asmara` - \n* `Africa/Bamako` - \n* `Africa/Bangui` - \n* `Africa/Banjul` - \n* `Africa/Bissau` - \n* `Africa/Blantyre` - \n* `Africa/Brazzaville` - \n* `Africa/Bujumbura` - \n* `Africa/Cairo` - \n* `Africa/Casablanca` - \n* `Africa/Ceuta` - \n* `Africa/Conakry` - \n* `Africa/Dakar` - \n* `Africa/Dar_es_Salaam` - \n* `Africa/Djibouti` - \n* `Africa/Douala` - \n* `Africa/El_Aaiun` - \n* `Africa/Freetown` - \n* `Africa/Gaborone` - \n* `Africa/Harare` - \n* `Africa/Johannesburg` - \n* `Africa/Juba` - \n* `Africa/Kampala` - \n* `Africa/Khartoum` - \n* `Africa/Kigali` - \n* `Africa/Kinshasa` - \n* `Africa/Lagos` - \n* `Africa/Libreville` - \n* `Africa/Lome` - \n* `Africa/Luanda` - \n* `Africa/Lubumbashi` - \n* `Africa/Lusaka` - \n* `Africa/Malabo` - \n* `Africa/Maputo` - \n* `Africa/Maseru` - \n* `Africa/Mbabane` - \n* `Africa/Mogadishu` - \n* `Africa/Monrovia` - \n* `Africa/Nairobi` - \n* `Africa/Ndjamena` - \n* `Africa/Niamey` - \n* `Africa/Nouakchott` - \n* `Africa/Ouagadougou` - \n* `Africa/Porto-Novo` - \n* `Africa/Sao_Tome` - \n* `Africa/Tripoli` - \n* `Africa/Tunis` - \n* `Africa/Windhoek` - \n* `America/Adak` - \n* `America/Anchorage` - \n* `America/Anguilla` - \n* `America/Antigua` - \n* `America/Araguaina` - \n* `America/Argentina/Buenos_Aires` - \n* `America/Argentina/Catamarca` - \n* `America/Argentina/Cordoba` - \n* `America/Argentina/Jujuy` - \n* `America/Argentina/La_Rioja` - \n* `America/Argentina/Mendoza` - \n* `America/Argentina/Rio_Gallegos` - \n* `America/Argentina/Salta` - \n* `America/Argentina/San_Juan` - \n* `America/Argentina/San_Luis` - \n* `America/Argentina/Tucuman` - \n* `America/Argentina/Ushuaia` - \n* `America/Aruba` - \n* `America/Asuncion` - \n* `America/Atikokan` - \n* `America/Bahia` - \n* `America/Bahia_Banderas` - \n* `America/Barbados` - \n* `America/Belem` - \n* `America/Belize` - \n* `America/Blanc-Sablon` - \n* `America/Boa_Vista` - \n* `America/Bogota` - \n* `America/Boise` - \n* `America/Cambridge_Bay` - \n* `America/Campo_Grande` - \n* `America/Cancun` - \n* `America/Caracas` - \n* `America/Cayenne` - \n* `America/Cayman` - \n* `America/Chicago` - \n* `America/Chihuahua` - \n* `America/Costa_Rica` - \n* `America/Creston` - \n* `America/Cuiaba` - \n* `America/Curacao` - \n* `America/Danmarkshavn` - \n* `America/Dawson` - \n* `America/Dawson_Creek` - \n* `America/Denver` - \n* `America/Detroit` - \n* `America/Dominica` - \n* `America/Edmonton` - \n* `America/Eirunepe` - \n* `America/El_Salvador` - \n* `America/Fortaleza` - \n* `America/Glace_Bay` - \n* `America/Godthab` - \n* `America/Goose_Bay` - \n* `America/Grand_Turk` - \n* `America/Grenada` - \n* `America/Guadeloupe` - \n* `America/Guatemala` - \n* `America/Guayaquil` - \n* `America/Guyana` - \n* `America/Halifax` - \n* `America/Havana` - \n* `America/Hermosillo` - \n* `America/Indiana/Indianapolis` - \n* `America/Indiana/Knox` - \n* `America/Indiana/Marengo` - \n* `America/Indiana/Petersburg` - \n* `America/Indiana/Tell_City` - \n* `America/Indiana/Vevay` - \n* `America/Indiana/Vincennes` - \n* `America/Indiana/Winamac` - \n* `America/Inuvik` - \n* `America/Iqaluit` - \n* `America/Jamaica` - \n* `America/Juneau` - \n* `America/Kentucky/Louisville` - \n* `America/Kentucky/Monticello` - \n* `America/Kralendijk` - \n* `America/La_Paz` - \n* `America/Lima` - \n* `America/Los_Angeles` - \n* `America/Lower_Princes` - \n* `America/Maceio` - \n* `America/Managua` - \n* `America/Manaus` - \n* `America/Marigot` - \n* `America/Martinique` - \n* `America/Matamoros` - \n* `America/Mazatlan` - \n* `America/Menominee` - \n* `America/Merida` - \n* `America/Metlakatla` - \n* `America/Mexico_City` - \n* `America/Miquelon` - \n* `America/Moncton` - \n* `America/Monterrey` - \n* `America/Montevideo` - \n* `America/Montreal` - \n* `America/Montserrat` - \n* `America/Nassau` - \n* `America/New_York` - \n* `America/Nipigon` - \n* `America/Nome` - \n* `America/Noronha` - \n* `America/North_Dakota/Beulah` - \n* `America/North_Dakota/Center` - \n* `America/North_Dakota/New_Salem` - \n* `America/Ojinaga` - \n* `America/Panama` - \n* `America/Pangnirtung` - \n* `America/Paramaribo` - \n* `America/Phoenix` - \n* `America/Port-au-Prince` - \n* `America/Port_of_Spain` - \n* `America/Porto_Velho` - \n* `America/Puerto_Rico` - \n* `America/Rainy_River` - \n* `America/Rankin_Inlet` - \n* `America/Recife` - \n* `America/Regina` - \n* `America/Resolute` - \n* `America/Rio_Branco` - \n* `America/Santa_Isabel` - \n* `America/Santarem` - \n* `America/Santiago` - \n* `America/Santo_Domingo` - \n* `America/Sao_Paulo` - \n* `America/Scoresbysund` - \n* `America/Shiprock` - \n* `America/Sitka` - \n* `America/St_Barthelemy` - \n* `America/St_Johns` - \n* `America/St_Kitts` - \n* `America/St_Lucia` - \n* `America/St_Thomas` - \n* `America/St_Vincent` - \n* `America/Swift_Current` - \n* `America/Tegucigalpa` - \n* `America/Thule` - \n* `America/Thunder_Bay` - \n* `America/Tijuana` - \n* `America/Toronto` - \n* `America/Tortola` - \n* `America/Vancouver` - \n* `America/Whitehorse` - \n* `America/Winnipeg` - \n* `America/Yakutat` - \n* `America/Yellowknife` - \n* `Antarctica/Casey` - \n* `Antarctica/Davis` - \n* `Antarctica/DumontDUrville` - \n* `Antarctica/Macquarie` - \n* `Antarctica/Mawson` - \n* `Antarctica/McMurdo` - \n* `Antarctica/Palmer` - \n* `Antarctica/Rothera` - \n* `Antarctica/South_Pole` - \n* `Antarctica/Syowa` - \n* `Antarctica/Troll` - \n* `Antarctica/Vostok` - \n* `Arctic/Longyearbyen` - \n* `Asia/Aden` - \n* `Asia/Almaty` - \n* `Asia/Amman` - \n* `Asia/Anadyr` - \n* `Asia/Aqtau` - \n* `Asia/Aqtobe` - \n* `Asia/Ashgabat` - \n* `Asia/Baghdad` - \n* `Asia/Bahrain` - \n* `Asia/Baku` - \n* `Asia/Bangkok` - \n* `Asia/Beirut` - \n* `Asia/Bishkek` - \n* `Asia/Brunei` - \n* `Asia/Calcutta` - \n* `Asia/Choibalsan` - \n* `Asia/Chongqing` - \n* `Asia/Colombo` - \n* `Asia/Damascus` - \n* `Asia/Dhaka` - \n* `Asia/Dili` - \n* `Asia/Dubai` - \n* `Asia/Dushanbe` - \n* `Asia/Gaza` - \n* `Asia/Harbin` - \n* `Asia/Hebron` - \n* `Asia/Ho_Chi_Minh` - \n* `Asia/Hong_Kong` - \n* `Asia/Hovd` - \n* `Asia/Irkutsk` - \n* `Asia/Jakarta` - \n* `Asia/Jayapura` - \n* `Asia/Jerusalem` - \n* `Asia/Kabul` - \n* `Asia/Kamchatka` - \n* `Asia/Karachi` - \n* `Asia/Kashgar` - \n* `Asia/Kathmandu` - \n* `Asia/Katmandu` - \n* `Asia/Khandyga` - \n* `Asia/Kolkata` - \n* `Asia/Krasnoyarsk` - \n* `Asia/Kuala_Lumpur` - \n* `Asia/Kuching` - \n* `Asia/Kuwait` - \n* `Asia/Macau` - \n* `Asia/Magadan` - \n* `Asia/Makassar` - \n* `Asia/Manila` - \n* `Asia/Muscat` - \n* `Asia/Nicosia` - \n* `Asia/Novokuznetsk` - \n* `Asia/Novosibirsk` - \n* `Asia/Omsk` - \n* `Asia/Oral` - \n* `Asia/Phnom_Penh` - \n* `Asia/Pontianak` - \n* `Asia/Pyongyang` - \n* `Asia/Qatar` - \n* `Asia/Qyzylorda` - \n* `Asia/Rangoon` - \n* `Asia/Riyadh` - \n* `Asia/Saigon` - \n* `Asia/Sakhalin` - \n* `Asia/Samarkand` - \n* `Asia/Seoul` - \n* `Asia/Shanghai` - \n* `Asia/Singapore` - \n* `Asia/Taipei` - \n* `Asia/Tashkent` - \n* `Asia/Tbilisi` - \n* `Asia/Tehran` - \n* `Asia/Thimphu` - \n* `Asia/Tokyo` - \n* `Asia/Ulaanbaatar` - \n* `Asia/Urumqi` - \n* `Asia/Ust-Nera` - \n* `Asia/Vientiane` - \n* `Asia/Vladivostok` - \n* `Asia/Yakutsk` - \n* `Asia/Yekaterinburg` - \n* `Asia/Yerevan` - \n* `Atlantic/Azores` - \n* `Atlantic/Bermuda` - \n* `Atlantic/Canary` - \n* `Atlantic/Cape_Verde` - \n* `Atlantic/Faroe` - \n* `Atlantic/Madeira` - \n* `Atlantic/Reykjavik` - \n* `Atlantic/South_Georgia` - \n* `Atlantic/St_Helena` - \n* `Atlantic/Stanley` - \n* `Australia/Adelaide` - \n* `Australia/Brisbane` - \n* `Australia/Broken_Hill` - \n* `Australia/Currie` - \n* `Australia/Darwin` - \n* `Australia/Eucla` - \n* `Australia/Hobart` - \n* `Australia/Lindeman` - \n* `Australia/Lord_Howe` - \n* `Australia/Melbourne` - \n* `Australia/Perth` - \n* `Australia/Sydney` - \n* `Etc/GMT` - \n* `Europe/Amsterdam` - \n* `Europe/Andorra` - \n* `Europe/Athens` - \n* `Europe/Belgrade` - \n* `Europe/Berlin` - \n* `Europe/Bratislava` - \n* `Europe/Brussels` - \n* `Europe/Bucharest` - \n* `Europe/Budapest` - \n* `Europe/Busingen` - \n* `Europe/Chisinau` - \n* `Europe/Copenhagen` - \n* `Europe/Dublin` - \n* `Europe/Gibraltar` - \n* `Europe/Guernsey` - \n* `Europe/Helsinki` - \n* `Europe/Isle_of_Man` - \n* `Europe/Istanbul` - \n* `Europe/Jersey` - \n* `Europe/Kaliningrad` - \n* `Europe/Kiev` - \n* `Europe/Lisbon` - \n* `Europe/Ljubljana` - \n* `Europe/London` - \n* `Europe/Luxembourg` - \n* `Europe/Madrid` - \n* `Europe/Malta` - \n* `Europe/Mariehamn` - \n* `Europe/Minsk` - \n* `Europe/Monaco` - \n* `Europe/Moscow` - \n* `Europe/Oslo` - \n* `Europe/Paris` - \n* `Europe/Podgorica` - \n* `Europe/Prague` - \n* `Europe/Riga` - \n* `Europe/Rome` - \n* `Europe/Samara` - \n* `Europe/San_Marino` - \n* `Europe/Sarajevo` - \n* `Europe/Simferopol` - \n* `Europe/Skopje` - \n* `Europe/Sofia` - \n* `Europe/Stockholm` - \n* `Europe/Tallinn` - \n* `Europe/Tirane` - \n* `Europe/Uzhgorod` - \n* `Europe/Vaduz` - \n* `Europe/Vatican` - \n* `Europe/Vienna` - \n* `Europe/Vilnius` - \n* `Europe/Volgograd` - \n* `Europe/Warsaw` - \n* `Europe/Zagreb` - \n* `Europe/Zaporozhye` - \n* `Europe/Zurich` - \n* `Indian/Antananarivo` - \n* `Indian/Chagos` - \n* `Indian/Christmas` - \n* `Indian/Cocos` - \n* `Indian/Comoro` - \n* `Indian/Kerguelen` - \n* `Indian/Mahe` - \n* `Indian/Maldives` - \n* `Indian/Mauritius` - \n* `Indian/Mayotte` - \n* `Indian/Reunion` - \n* `Pacific/Apia` - \n* `Pacific/Auckland` - \n* `Pacific/Chatham` - \n* `Pacific/Chuuk` - \n* `Pacific/Easter` - \n* `Pacific/Efate` - \n* `Pacific/Enderbury` - \n* `Pacific/Fakaofo` - \n* `Pacific/Fiji` - \n* `Pacific/Funafuti` - \n* `Pacific/Galapagos` - \n* `Pacific/Gambier` - \n* `Pacific/Guadalcanal` - \n* `Pacific/Guam` - \n* `Pacific/Honolulu` - \n* `Pacific/Johnston` - \n* `Pacific/Kiritimati` - \n* `Pacific/Kosrae` - \n* `Pacific/Kwajalein` - \n* `Pacific/Majuro` - \n* `Pacific/Marquesas` - \n* `Pacific/Midway` - \n* `Pacific/Nauru` - \n* `Pacific/Norfolk` - \n* `Pacific/Noumea` - \n* `Pacific/Pago_Pago` - \n* `Pacific/Palau` - \n* `Pacific/Pitcairn` - \n* `Pacific/Pohnpei` - \n* `Pacific/Port_Moresby` - \n* `Pacific/Rarotonga` - \n* `Pacific/Saipan` - \n* `Pacific/Tahiti` - \n* `Pacific/Tarawa` - \n* `Pacific/Tongatapu` - \n* `Pacific/Wake` - \n* `Pacific/Wallis` - \n* `UTC` -",
                                "type": "string",
                                "enum": [
                                    "Pacific/Niue",
                                    "Africa/Abidjan",
                                    "Africa/Accra",
                                    "Africa/Addis_Ababa",
                                    "Africa/Algiers",
                                    "Africa/Asmara",
                                    "Africa/Bamako",
                                    "Africa/Bangui",
                                    "Africa/Banjul",
                                    "Africa/Bissau",
                                    "Africa/Blantyre",
                                    "Africa/Brazzaville",
                                    "Africa/Bujumbura",
                                    "Africa/Cairo",
                                    "Africa/Casablanca",
                                    "Africa/Ceuta",
                                    "Africa/Conakry",
                                    "Africa/Dakar",
                                    "Africa/Dar_es_Salaam",
                                    "Africa/Djibouti",
                                    "Africa/Douala",
                                    "Africa/El_Aaiun",
                                    "Africa/Freetown",
                                    "Africa/Gaborone",
                                    "Africa/Harare",
                                    "Africa/Johannesburg",
                                    "Africa/Juba",
                                    "Africa/Kampala",
                                    "Africa/Khartoum",
                                    "Africa/Kigali",
                                    "Africa/Kinshasa",
                                    "Africa/Lagos",
                                    "Africa/Libreville",
                                    "Africa/Lome",
                                    "Africa/Luanda",
                                    "Africa/Lubumbashi",
                                    "Africa/Lusaka",
                                    "Africa/Malabo",
                                    "Africa/Maputo",
                                    "Africa/Maseru",
                                    "Africa/Mbabane",
                                    "Africa/Mogadishu",
                                    "Africa/Monrovia",
                                    "Africa/Nairobi",
                                    "Africa/Ndjamena",
                                    "Africa/Niamey",
                                    "Africa/Nouakchott",
                                    "Africa/Ouagadougou",
                                    "Africa/Porto-Novo",
                                    "Africa/Sao_Tome",
                                    "Africa/Tripoli",
                                    "Africa/Tunis",
                                    "Africa/Windhoek",
                                    "America/Adak",
                                    "America/Anchorage",
                                    "America/Anguilla",
                                    "America/Antigua",
                                    "America/Araguaina",
                                    "America/Argentina/Buenos_Aires",
                                    "America/Argentina/Catamarca",
                                    "America/Argentina/Cordoba",
                                    "America/Argentina/Jujuy",
                                    "America/Argentina/La_Rioja",
                                    "America/Argentina/Mendoza",
                                    "America/Argentina/Rio_Gallegos",
                                    "America/Argentina/Salta",
                                    "America/Argentina/San_Juan",
                                    "America/Argentina/San_Luis",
                                    "America/Argentina/Tucuman",
                                    "America/Argentina/Ushuaia",
                                    "America/Aruba",
                                    "America/Asuncion",
                                    "America/Atikokan",
                                    "America/Bahia",
                                    "America/Bahia_Banderas",
                                    "America/Barbados",
                                    "America/Belem",
                                    "America/Belize",
                                    "America/Blanc-Sablon",
                                    "America/Boa_Vista",
                                    "America/Bogota",
                                    "America/Boise",
                                    "America/Cambridge_Bay",
                                    "America/Campo_Grande",
                                    "America/Cancun",
                                    "America/Caracas",
                                    "America/Cayenne",
                                    "America/Cayman",
                                    "America/Chicago",
                                    "America/Chihuahua",
                                    "America/Costa_Rica",
                                    "America/Creston",
                                    "America/Cuiaba",
                                    "America/Curacao",
                                    "America/Danmarkshavn",
                                    "America/Dawson",
                                    "America/Dawson_Creek",
                                    "America/Denver",
                                    "America/Detroit",
                                    "America/Dominica",
                                    "America/Edmonton",
                                    "America/Eirunepe",
                                    "America/El_Salvador",
                                    "America/Fortaleza",
                                    "America/Glace_Bay",
                                    "America/Godthab",
                                    "America/Goose_Bay",
                                    "America/Grand_Turk",
                                    "America/Grenada",
                                    "America/Guadeloupe",
                                    "America/Guatemala",
                                    "America/Guayaquil",
                                    "America/Guyana",
                                    "America/Halifax",
                                    "America/Havana",
                                    "America/Hermosillo",
                                    "America/Indiana/Indianapolis",
                                    "America/Indiana/Knox",
                                    "America/Indiana/Marengo",
                                    "America/Indiana/Petersburg",
                                    "America/Indiana/Tell_City",
                                    "America/Indiana/Vevay",
                                    "America/Indiana/Vincennes",
                                    "America/Indiana/Winamac",
                                    "America/Inuvik",
                                    "America/Iqaluit",
                                    "America/Jamaica",
                                    "America/Juneau",
                                    "America/Kentucky/Louisville",
                                    "America/Kentucky/Monticello",
                                    "America/Kralendijk",
                                    "America/La_Paz",
                                    "America/Lima",
                                    "America/Los_Angeles",
                                    "America/Lower_Princes",
                                    "America/Maceio",
                                    "America/Managua",
                                    "America/Manaus",
                                    "America/Marigot",
                                    "America/Martinique",
                                    "America/Matamoros",
                                    "America/Mazatlan",
                                    "America/Menominee",
                                    "America/Merida",
                                    "America/Metlakatla",
                                    "America/Mexico_City",
                                    "America/Miquelon",
                                    "America/Moncton",
                                    "America/Monterrey",
                                    "America/Montevideo",
                                    "America/Montreal",
                                    "America/Montserrat",
                                    "America/Nassau",
                                    "America/New_York",
                                    "America/Nipigon",
                                    "America/Nome",
                                    "America/Noronha",
                                    "America/North_Dakota/Beulah",
                                    "America/North_Dakota/Center",
                                    "America/North_Dakota/New_Salem",
                                    "America/Ojinaga",
                                    "America/Panama",
                                    "America/Pangnirtung",
                                    "America/Paramaribo",
                                    "America/Phoenix",
                                    "America/Port-au-Prince",
                                    "America/Port_of_Spain",
                                    "America/Porto_Velho",
                                    "America/Puerto_Rico",
                                    "America/Rainy_River",
                                    "America/Rankin_Inlet",
                                    "America/Recife",
                                    "America/Regina",
                                    "America/Resolute",
                                    "America/Rio_Branco",
                                    "America/Santa_Isabel",
                                    "America/Santarem",
                                    "America/Santiago",
                                    "America/Santo_Domingo",
                                    "America/Sao_Paulo",
                                    "America/Scoresbysund",
                                    "America/Shiprock",
                                    "America/Sitka",
                                    "America/St_Barthelemy",
                                    "America/St_Johns",
                                    "America/St_Kitts",
                                    "America/St_Lucia",
                                    "America/St_Thomas",
                                    "America/St_Vincent",
                                    "America/Swift_Current",
                                    "America/Tegucigalpa",
                                    "America/Thule",
                                    "America/Thunder_Bay",
                                    "America/Tijuana",
                                    "America/Toronto",
                                    "America/Tortola",
                                    "America/Vancouver",
                                    "America/Whitehorse",
                                    "America/Winnipeg",
                                    "America/Yakutat",
                                    "America/Yellowknife",
                                    "Antarctica/Casey",
                                    "Antarctica/Davis",
                                    "Antarctica/DumontDUrville",
                                    "Antarctica/Macquarie",
                                    "Antarctica/Mawson",
                                    "Antarctica/McMurdo",
                                    "Antarctica/Palmer",
                                    "Antarctica/Rothera",
                                    "Antarctica/South_Pole",
                                    "Antarctica/Syowa",
                                    "Antarctica/Troll",
                                    "Antarctica/Vostok",
                                    "Arctic/Longyearbyen",
                                    "Asia/Aden",
                                    "Asia/Almaty",
                                    "Asia/Amman",
                                    "Asia/Anadyr",
                                    "Asia/Aqtau",
                                    "Asia/Aqtobe",
                                    "Asia/Ashgabat",
                                    "Asia/Baghdad",
                                    "Asia/Bahrain",
                                    "Asia/Baku",
                                    "Asia/Bangkok",
                                    "Asia/Beirut",
                                    "Asia/Bishkek",
                                    "Asia/Brunei",
                                    "Asia/Calcutta",
                                    "Asia/Choibalsan",
                                    "Asia/Chongqing",
                                    "Asia/Colombo",
                                    "Asia/Damascus",
                                    "Asia/Dhaka",
                                    "Asia/Dili",
                                    "Asia/Dubai",
                                    "Asia/Dushanbe",
                                    "Asia/Gaza",
                                    "Asia/Harbin",
                                    "Asia/Hebron",
                                    "Asia/Ho_Chi_Minh",
                                    "Asia/Hong_Kong",
                                    "Asia/Hovd",
                                    "Asia/Irkutsk",
                                    "Asia/Jakarta",
                                    "Asia/Jayapura",
                                    "Asia/Jerusalem",
                                    "Asia/Kabul",
                                    "Asia/Kamchatka",
                                    "Asia/Karachi",
                                    "Asia/Kashgar",
                                    "Asia/Kathmandu",
                                    "Asia/Katmandu",
                                    "Asia/Khandyga",
                                    "Asia/Kolkata",
                                    "Asia/Krasnoyarsk",
                                    "Asia/Kuala_Lumpur",
                                    "Asia/Kuching",
                                    "Asia/Kuwait",
                                    "Asia/Macau",
                                    "Asia/Magadan",
                                    "Asia/Makassar",
                                    "Asia/Manila",
                                    "Asia/Muscat",
                                    "Asia/Nicosia",
                                    "Asia/Novokuznetsk",
                                    "Asia/Novosibirsk",
                                    "Asia/Omsk",
                                    "Asia/Oral",
                                    "Asia/Phnom_Penh",
                                    "Asia/Pontianak",
                                    "Asia/Pyongyang",
                                    "Asia/Qatar",
                                    "Asia/Qyzylorda",
                                    "Asia/Rangoon",
                                    "Asia/Riyadh",
                                    "Asia/Saigon",
                                    "Asia/Sakhalin",
                                    "Asia/Samarkand",
                                    "Asia/Seoul",
                                    "Asia/Shanghai",
                                    "Asia/Singapore",
                                    "Asia/Taipei",
                                    "Asia/Tashkent",
                                    "Asia/Tbilisi",
                                    "Asia/Tehran",
                                    "Asia/Thimphu",
                                    "Asia/Tokyo",
                                    "Asia/Ulaanbaatar",
                                    "Asia/Urumqi",
                                    "Asia/Ust-Nera",
                                    "Asia/Vientiane",
                                    "Asia/Vladivostok",
                                    "Asia/Yakutsk",
                                    "Asia/Yekaterinburg",
                                    "Asia/Yerevan",
                                    "Atlantic/Azores",
                                    "Atlantic/Bermuda",
                                    "Atlantic/Canary",
                                    "Atlantic/Cape_Verde",
                                    "Atlantic/Faroe",
                                    "Atlantic/Madeira",
                                    "Atlantic/Reykjavik",
                                    "Atlantic/South_Georgia",
                                    "Atlantic/St_Helena",
                                    "Atlantic/Stanley",
                                    "Australia/Adelaide",
                                    "Australia/Brisbane",
                                    "Australia/Broken_Hill",
                                    "Australia/Currie",
                                    "Australia/Darwin",
                                    "Australia/Eucla",
                                    "Australia/Hobart",
                                    "Australia/Lindeman",
                                    "Australia/Lord_Howe",
                                    "Australia/Melbourne",
                                    "Australia/Perth",
                                    "Australia/Sydney",
                                    "Etc/GMT",
                                    "Europe/Amsterdam",
                                    "Europe/Andorra",
                                    "Europe/Athens",
                                    "Europe/Belgrade",
                                    "Europe/Berlin",
                                    "Europe/Bratislava",
                                    "Europe/Brussels",
                                    "Europe/Bucharest",
                                    "Europe/Budapest",
                                    "Europe/Busingen",
                                    "Europe/Chisinau",
                                    "Europe/Copenhagen",
                                    "Europe/Dublin",
                                    "Europe/Gibraltar",
                                    "Europe/Guernsey",
                                    "Europe/Helsinki",
                                    "Europe/Isle_of_Man",
                                    "Europe/Istanbul",
                                    "Europe/Jersey",
                                    "Europe/Kaliningrad",
                                    "Europe/Kiev",
                                    "Europe/Lisbon",
                                    "Europe/Ljubljana",
                                    "Europe/London",
                                    "Europe/Luxembourg",
                                    "Europe/Madrid",
                                    "Europe/Malta",
                                    "Europe/Mariehamn",
                                    "Europe/Minsk",
                                    "Europe/Monaco",
                                    "Europe/Moscow",
                                    "Europe/Oslo",
                                    "Europe/Paris",
                                    "Europe/Podgorica",
                                    "Europe/Prague",
                                    "Europe/Riga",
                                    "Europe/Rome",
                                    "Europe/Samara",
                                    "Europe/San_Marino",
                                    "Europe/Sarajevo",
                                    "Europe/Simferopol",
                                    "Europe/Skopje",
                                    "Europe/Sofia",
                                    "Europe/Stockholm",
                                    "Europe/Tallinn",
                                    "Europe/Tirane",
                                    "Europe/Uzhgorod",
                                    "Europe/Vaduz",
                                    "Europe/Vatican",
                                    "Europe/Vienna",
                                    "Europe/Vilnius",
                                    "Europe/Volgograd",
                                    "Europe/Warsaw",
                                    "Europe/Zagreb",
                                    "Europe/Zaporozhye",
                                    "Europe/Zurich",
                                    "Indian/Antananarivo",
                                    "Indian/Chagos",
                                    "Indian/Christmas",
                                    "Indian/Cocos",
                                    "Indian/Comoro",
                                    "Indian/Kerguelen",
                                    "Indian/Mahe",
                                    "Indian/Maldives",
                                    "Indian/Mauritius",
                                    "Indian/Mayotte",
                                    "Indian/Reunion",
                                    "Pacific/Apia",
                                    "Pacific/Auckland",
                                    "Pacific/Chatham",
                                    "Pacific/Chuuk",
                                    "Pacific/Easter",
                                    "Pacific/Efate",
                                    "Pacific/Enderbury",
                                    "Pacific/Fakaofo",
                                    "Pacific/Fiji",
                                    "Pacific/Funafuti",
                                    "Pacific/Galapagos",
                                    "Pacific/Gambier",
                                    "Pacific/Guadalcanal",
                                    "Pacific/Guam",
                                    "Pacific/Honolulu",
                                    "Pacific/Johnston",
                                    "Pacific/Kiritimati",
                                    "Pacific/Kosrae",
                                    "Pacific/Kwajalein",
                                    "Pacific/Majuro",
                                    "Pacific/Marquesas",
                                    "Pacific/Midway",
                                    "Pacific/Nauru",
                                    "Pacific/Norfolk",
                                    "Pacific/Noumea",
                                    "Pacific/Pago_Pago",
                                    "Pacific/Palau",
                                    "Pacific/Pitcairn",
                                    "Pacific/Pohnpei",
                                    "Pacific/Port_Moresby",
                                    "Pacific/Rarotonga",
                                    "Pacific/Saipan",
                                    "Pacific/Tahiti",
                                    "Pacific/Tarawa",
                                    "Pacific/Tongatapu",
                                    "Pacific/Wake",
                                    "Pacific/Wallis",
                                    "UTC"
                                ],
                                "default": "Pacific/Niue",
                                "x-omitempty": true
                            },
                            "ClusterProfiles": {
                                "description": "An array of relationships to hyperflexClusterProfile resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/hyperflex.ClusterProfile.Relationship"
                                },
                                "nullable": 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
                            }
                        }
                    }
                ]
            },
            "hyperflex.SysConfigPolicy.List": {
                "title": "List of 'hyperflex.SysConfigPolicy' 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 'hyperflex.SysConfigPolicy' 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 'hyperflex.SysConfigPolicy' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/hyperflex.SysConfigPolicy"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "hyperflex.Target.Response": {
                "description": "The response body of a HTTP GET request for the 'hyperflex.Target' 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 'hyperflex.Target' resources.",
                "x-one-of-name": "hyperflex.Target.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/hyperflex.Target.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"
                }
            },
            "hyperflex.Target.Relationship": {
                "description": "A relationship to the 'hyperflex.Target' resource, or the expanded 'hyperflex.Target' resource, or the 'null' value.",
                "x-one-of-name": "hyperflex.Target.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/hyperflex.Target"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "hyperflex.Target": {
                "title": "Hyperflex:Target",
                "description": "The Target object represents an iSCSI target within the HyperFlex storage system, designed to handle interactions with initiator groups and LUNs. This provides a comprehensive interface for managing iSCSI target operations, supporting effective storage network configuration.\n#### Purpose\nA Target serves as a key entity within the iSCSI storage framework, facilitating communication and interaction between initiators and logical storage units.\n#### Key Concepts\n- **Identity Management:** Utilizes unique identifiers to maintain target integrity and configuration.\n- **Authorization Control:** Manages authorization methods, ensuring secure and controlled access to storage resources.\n- **Cluster Integration:** Linked with the HyperFlex Cluster, supporting efficient and coordinated iSCSI network operations.",
                "x-allOf-name": "hyperflex.Target",
                "allOf": [
                    {
                        "$ref": "intersight-server-v3-1.0.11-20260807064027971.json#/components/schemas/storage.BaseTarget"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'hyperflex.Target', 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": [
                                    "hyperflex.Target"
                                ],
                                "default": "hyperflex.Target",
                                "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": [
                                    "hyperflex.Target"
                                ],
                                "default": "hyperflex.Target",
                                "x-enum-as-string": true
                            },
                            "AuthMethod": {
                                "description": "Auth method of the target inventory.\n* `NOT_APPLICABLE` - Authorization method of the HyperFlex iSCSI target is not applicable.\n* `CHAP` - Authorization method of the HyperFlex iSCSI target is CHAP.\n* `NONE` - Authorization method of the HyperFlex iSCSI target is none.",
                                "type": "string",
                                "enum": [
                                    "NOT_APPLICABLE",
                                    "CHAP",
                                    "NONE"
                                ],
                                "default": "NOT_APPLICABLE",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "InitiatorGroupUuids": {
                                "type": "array",
                                "items": {
                                    "description": "Initiator Groups associated with the target.",
                                    "type": "string",
                                    "readOnly": true,
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "InventorySource": {
                                "description": "Source of the target inventory.\n* `NOT_APPLICABLE` - The source of the HyperFlex inventory is not applicable.\n* `ONLINE` - The source of the HyperFlex inventory is online.\n* `OFFLINE` - The source of the HyperFlex inventory is offline.",
                                "type": "string",
                                "enum": [
                                    "NOT_APPLICABLE",
                                    "ONLINE",
                                    "OFFLINE"
                                ],
                                "default": "NOT_APPLICABLE",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Iqn": {
                                "description": "The iSCSI qualified name (IQN) of target.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "LunUuids": {
                                "type": "array",
                                "items": {
                                    "description": "Luns associated with the target.",
                                    "type": "string",
                                    "readOnly": true,
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "NumActiveInitiators": {
                                "description": "Number of active initiators in the initiator group.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Uuid": {
                                "description": "UUID of the HyperFlex iSCSI target.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Version": {
                                "description": "Version of the Initiator Group.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Cluster": {
                                "$ref": "#/components/schemas/hyperflex.Cluster.Relationship",
                                "description": "A reference to a hyperflexCluster resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "InitiatorGroups": {
                                "description": "An array of relationships to hyperflexInitiatorGroup resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/hyperflex.InitiatorGroup.Relationship"
                                },
                                "nullable": true,
                                "readOnly": true
                            },
                            "Luns": {
                                "description": "An array of relationships to hyperflexLun resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/hyperflex.Lun.Relationship"
                                },
                                "nullable": true,
                                "readOnly": true
                            }
                        }
                    }
                ]
            },
            "hyperflex.Target.List": {
                "title": "List of 'hyperflex.Target' 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 'hyperflex.Target' 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 'hyperflex.Target' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/hyperflex.Target"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "hyperflex.TrackedDisk": {
                "title": "Hyperflex:Tracked Disk",
                "description": "Tracked disk for a snapshot.",
                "x-allOf-name": "hyperflex.TrackedDisk",
                "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 'hyperflex.TrackedDisk', 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": [
                                    "hyperflex.TrackedDisk"
                                ],
                                "default": "hyperflex.TrackedDisk",
                                "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": [
                                    "hyperflex.TrackedDisk"
                                ],
                                "default": "hyperflex.TrackedDisk",
                                "x-enum-as-string": true
                            },
                            "DiskFiles": {
                                "type": "array",
                                "items": {
                                    "description": "Files associated with this tracked disk.",
                                    "$ref": "#/components/schemas/hyperflex.TrackedFile",
                                    "readOnly": true,
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "DiskType": {
                                "description": "Disk type for a vm virtual disk.\n* `NONE` - The disk type for this VM is None.\n* `NATIVE` - The disk type for this VM is Native.\n* `NONNATIVE` - The disk type for this VM is Non-Native.",
                                "type": "string",
                                "enum": [
                                    "NONE",
                                    "NATIVE",
                                    "NONNATIVE"
                                ],
                                "default": "NONE",
                                "readOnly": true,
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "hyperflex.TrackedFile": {
                "title": "Hyperflex:Tracked File",
                "description": "Tracked file for a virtual disk.",
                "x-allOf-name": "hyperflex.TrackedFile",
                "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 'hyperflex.TrackedFile', 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": [
                                    "hyperflex.TrackedFile"
                                ],
                                "default": "hyperflex.TrackedFile",
                                "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": [
                                    "hyperflex.TrackedFile"
                                ],
                                "default": "hyperflex.TrackedFile",
                                "x-enum-as-string": true
                            },
                            "FilePath": {
                                "description": "File path and datastore information.",
                                "$ref": "#/components/schemas/hyperflex.FilePath",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "FileType": {
                                "description": "File type for the tracked file.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "hyperflex.UcsmConfigPolicy.Response": {
                "description": "The response body of a HTTP GET request for the 'hyperflex.UcsmConfigPolicy' 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 'hyperflex.UcsmConfigPolicy' resources.",
                "x-one-of-name": "hyperflex.UcsmConfigPolicy.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/hyperflex.UcsmConfigPolicy.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"
                }
            },
            "hyperflex.UcsmConfigPolicy.Relationship": {
                "description": "A relationship to the 'hyperflex.UcsmConfigPolicy' resource, or the expanded 'hyperflex.UcsmConfigPolicy' resource, or the 'null' value.",
                "x-one-of-name": "hyperflex.UcsmConfigPolicy.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/hyperflex.UcsmConfigPolicy"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "hyperflex.UcsmConfigPolicy": {
                "title": "UCSM Configuration",
                "description": "A policy specifying UCS Manager settings such as service profile org, KVM IP addresses, and MAC prefix for server configuration in Fabric Interconnect environment.",
                "x-allOf-name": "hyperflex.UcsmConfigPolicy",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/policy.AbstractPolicy"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'hyperflex.UcsmConfigPolicy', 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": [
                                    "hyperflex.UcsmConfigPolicy"
                                ],
                                "default": "hyperflex.UcsmConfigPolicy",
                                "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": [
                                    "hyperflex.UcsmConfigPolicy"
                                ],
                                "default": "hyperflex.UcsmConfigPolicy",
                                "x-enum-as-string": true
                            },
                            "KvmIpRange": {
                                "description": "The Out-of-band KVM IP range.\nConfigures the service profiles to use IP addresses within this range for setting the KVM IP of a server.",
                                "$ref": "#/components/schemas/hyperflex.IpAddrRange",
                                "x-omitempty": true
                            },
                            "MacPrefixRange": {
                                "description": "The MAC address prefix range for configuring vNICs.\nConfigures the service profiles to use MAC address prefixes within this range for setting the MAC address of server vNICs.",
                                "$ref": "#/components/schemas/hyperflex.MacAddrPrefixRange",
                                "x-omitempty": true
                            },
                            "ServerFirmwareVersion": {
                                "description": "The server firmware bundle version used for server components such as CIMC, adapters, BIOS, etc.",
                                "type": "string",
                                "pattern": "(^3\\.[1-9]\\([1-9][a-z]\\)$|^[4-9]\\.[0-9]\\([1-9][a-z]\\)$)",
                                "x-omitempty": true
                            },
                            "ClusterProfiles": {
                                "description": "An array of relationships to hyperflexClusterProfile resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/hyperflex.ClusterProfile.Relationship"
                                },
                                "nullable": 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
                            }
                        }
                    }
                ]
            },
            "hyperflex.UcsmConfigPolicy.List": {
                "title": "List of 'hyperflex.UcsmConfigPolicy' 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 'hyperflex.UcsmConfigPolicy' 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 'hyperflex.UcsmConfigPolicy' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/hyperflex.UcsmConfigPolicy"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "hyperflex.VcenterConfigPolicy.Response": {
                "description": "The response body of a HTTP GET request for the 'hyperflex.VcenterConfigPolicy' 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 'hyperflex.VcenterConfigPolicy' resources.",
                "x-one-of-name": "hyperflex.VcenterConfigPolicy.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/hyperflex.VcenterConfigPolicy.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"
                }
            },
            "hyperflex.VcenterConfigPolicy.Relationship": {
                "description": "A relationship to the 'hyperflex.VcenterConfigPolicy' resource, or the expanded 'hyperflex.VcenterConfigPolicy' resource, or the 'null' value.",
                "x-one-of-name": "hyperflex.VcenterConfigPolicy.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/hyperflex.VcenterConfigPolicy"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "hyperflex.VcenterConfigPolicy": {
                "title": "vCenter",
                "description": "A policy specifying vCenter configuration.",
                "x-allOf-name": "hyperflex.VcenterConfigPolicy",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/policy.AbstractPolicy"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'hyperflex.VcenterConfigPolicy', 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": [
                                    "hyperflex.VcenterConfigPolicy"
                                ],
                                "default": "hyperflex.VcenterConfigPolicy",
                                "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": [
                                    "hyperflex.VcenterConfigPolicy"
                                ],
                                "default": "hyperflex.VcenterConfigPolicy",
                                "x-enum-as-string": true
                            },
                            "DataCenter": {
                                "description": "The vCenter datacenter name.",
                                "type": "string",
                                "pattern": "^[a-zA-Z0-9~!@#$%&*()-_][a-zA-Z0-9~!@#$%&* ()-_]{0,79}$",
                                "x-omitempty": true
                            },
                            "Hostname": {
                                "description": "The vCenter server FQDN or IP.",
                                "type": "string",
                                "pattern": "^[A-Za-z]([A-Za-z0-9-]*[A-Za-z0-9])?$|^[A-Za-z0-9]([A-Za-z0-9-]*[A-Za-z0-9])?(\\.[A-Za-z0-9]([A-Za-z0-9-]*[A-Za-z0-9])?)*(\\.[A-Za-z]([A-Za-z0-9-]*[A-Za-z0-9])?)$|^([1-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])\\.([0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])\\.([0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])\\.([0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])$",
                                "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
                            },
                            "Password": {
                                "description": "The password for authenticating with vCenter. Follow the corresponding password policy governed by vCenter.",
                                "type": "string",
                                "writeOnly": true,
                                "x-omitempty": true
                            },
                            "SsoUrl": {
                                "description": "Overrides the default vCenter Single Sign-On URL. Do not specify unless instructed by Cisco TAC.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "Username": {
                                "description": "The vCenter username (e.g. administrator@vsphere.local).",
                                "type": "string",
                                "pattern": "^$|^([a-zA-Z0-9._-]+)@([a-zA-Z0-9._-]+)$",
                                "x-omitempty": true
                            },
                            "ClusterProfiles": {
                                "description": "An array of relationships to hyperflexClusterProfile resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/hyperflex.ClusterProfile.Relationship"
                                },
                                "nullable": 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
                            }
                        }
                    }
                ]
            },
            "hyperflex.VcenterConfigPolicy.List": {
                "title": "List of 'hyperflex.VcenterConfigPolicy' 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 'hyperflex.VcenterConfigPolicy' 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 'hyperflex.VcenterConfigPolicy' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/hyperflex.VcenterConfigPolicy"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "hyperflex.VcenterConfiguration": {
                "title": "Hyperflex:Vcenter Configuration",
                "description": "The vCenter configuration of the HyperFlex cluster.",
                "x-allOf-name": "hyperflex.VcenterConfiguration",
                "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 'hyperflex.VcenterConfiguration', 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": [
                                    "hyperflex.VcenterConfiguration"
                                ],
                                "default": "hyperflex.VcenterConfiguration",
                                "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": [
                                    "hyperflex.VcenterConfiguration"
                                ],
                                "default": "hyperflex.VcenterConfiguration",
                                "x-enum-as-string": true
                            },
                            "ClusterId": {
                                "description": "The vCenter compute cluster identifier for the HyperFlex Cluster.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ClusterName": {
                                "description": "The vCenter compute cluster name for the HyperFlex cluster.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "DatacenterId": {
                                "description": "The identifier of the datacenter in vCenter that the HyperFlex cluster belongs to.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "DatacenterName": {
                                "description": "The name of the datacenter in vCenter that the HyperFlex cluster belongs to.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Url": {
                                "description": "The URL of the vCenter for this HyperFlex Cluster.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "hyperflex.VirtualMachine": {
                "title": "Hyperflex:Virtual Machine",
                "description": "Virtual Machine from StDataServiceManager.",
                "x-allOf-name": "hyperflex.VirtualMachine",
                "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 'hyperflex.VirtualMachine', 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": [
                                    "hyperflex.VirtualMachine"
                                ],
                                "default": "hyperflex.VirtualMachine",
                                "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": [
                                    "hyperflex.VirtualMachine"
                                ],
                                "default": "hyperflex.VirtualMachine",
                                "x-enum-as-string": true
                            },
                            "RunTimeInfo": {
                                "description": "Virtual machine runtime details.",
                                "$ref": "#/components/schemas/hyperflex.VirtualMachineRuntimeInfo",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "StatusCode": {
                                "description": "Virtual machine status code.\n* `VM_ACCESSIBLE` - This virtual machine is accessible.\n* `VM_INACCESSIBLE` - This virtual machine is not accessible.\n* `VM_NOT_SUPPORTED` - This virtual machine is not supported.\n* `NONE` - This virtual machine does not have a status code.",
                                "type": "string",
                                "enum": [
                                    "VM_ACCESSIBLE",
                                    "VM_INACCESSIBLE",
                                    "VM_NOT_SUPPORTED",
                                    "NONE"
                                ],
                                "default": "VM_ACCESSIBLE",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Uuid": {
                                "description": "Virtual machine's current UUID.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "hyperflex.VirtualMachineRuntimeInfo": {
                "title": "Hyperflex:Virtual Machine Runtime Info",
                "description": "Virtual Machine runtime details.",
                "x-allOf-name": "hyperflex.VirtualMachineRuntimeInfo",
                "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 'hyperflex.VirtualMachineRuntimeInfo', 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": [
                                    "hyperflex.VirtualMachineRuntimeInfo"
                                ],
                                "default": "hyperflex.VirtualMachineRuntimeInfo",
                                "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": [
                                    "hyperflex.VirtualMachineRuntimeInfo"
                                ],
                                "default": "hyperflex.VirtualMachineRuntimeInfo",
                                "x-enum-as-string": true
                            },
                            "BiosUuid": {
                                "description": "BiosUuid of the Protected Virtual Machine.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ConnectionState": {
                                "description": "Connection state of the Virtual Machine.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "CpuUsage": {
                                "description": "CPU Usage of Virtual Machine.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Folder": {
                                "description": "Folder which VM belongs to.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "GuestFamily": {
                                "description": "Guest operating system family, if known.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "GuestFullName": {
                                "description": "Guest operating system full name, if known.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "GuestId": {
                                "description": "Guest operating system identifier (short name), if known.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "GuestState": {
                                "description": "VMware guest reset, powercycle, or boot action states.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "HostName": {
                                "description": "Hostname of Virtual Machine.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "InstanceUuid": {
                                "description": "InstanceUuid of the Protected Virtual Machine.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "MemoryMb": {
                                "description": "CPU Memory in MB of Virtual Machine.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "MemoryUsage": {
                                "description": "Memory usage of Virtual Machine.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Moid": {
                                "description": "Virtual Machine unique MOID.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Name": {
                                "description": "Name of the Virtual Machine.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Networks": {
                                "type": "array",
                                "items": {
                                    "description": "Networks of the Virtual Machine.",
                                    "type": "string",
                                    "readOnly": true,
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "NumCpu": {
                                "description": "Number of CPUs for the VM.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "PowerState": {
                                "description": "Power state of the Virtual Machine.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ProvisionedSize": {
                                "description": "Provisioned Size of Virtual Machine.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ResourcePool": {
                                "description": "Resource pool which VM belongs to.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "UsedSize": {
                                "description": "Used Size of Virtual Machine.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Version": {
                                "description": "Version of the Virtual Machine.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "VmxPath": {
                                "description": "Vmx Path in VC datastore format.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "hyperflex.VmBackupInfo.Response": {
                "description": "The response body of a HTTP GET request for the 'hyperflex.VmBackupInfo' 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 'hyperflex.VmBackupInfo' resources.",
                "x-one-of-name": "hyperflex.VmBackupInfo.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/hyperflex.VmBackupInfo.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"
                }
            },
            "hyperflex.VmBackupInfo.Relationship": {
                "description": "A relationship to the 'hyperflex.VmBackupInfo' resource, or the expanded 'hyperflex.VmBackupInfo' resource, or the 'null' value.",
                "x-one-of-name": "hyperflex.VmBackupInfo.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/hyperflex.VmBackupInfo"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "hyperflex.VmBackupInfo": {
                "title": "Hyperflex:Vm Backup Info",
                "description": "The VmBackupInfo object is key to managing protected Virtual Machine information for backups within HyperFlex clusters.\n#### Purpose\nVmBackupInfo provides detailed insights into the backup status and protection information for Virtual Machines, aiding in the effective management and monitoring of VM backups.\n#### Key Concepts\n- **Protection Status:** Offers visibility into the backup and protection status of Virtual Machines.\n- **Cluster Associations:** Maps VM backup data to cluster IDs, facilitating organized tracking and management of backup operations.\n- **Privilege Management:** Utilizes privilege sets for controlled access to VM backup information, ensuring data security and compliance.",
                "x-allOf-name": "hyperflex.VmBackupInfo",
                "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 'hyperflex.VmBackupInfo', 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": [
                                    "hyperflex.VmBackupInfo"
                                ],
                                "default": "hyperflex.VmBackupInfo",
                                "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": [
                                    "hyperflex.VmBackupInfo"
                                ],
                                "default": "hyperflex.VmBackupInfo",
                                "x-enum-as-string": true
                            },
                            "BackupStatus": {
                                "description": "Description of the backup status of this VmBackupInfo.\n* `InitializingProtection` - Protection has started, but not completed.\n* `Protected` - Protection has completed successfully.\n* `ExceedsInterval` - Protection has not completed successfully in over two times the backup interval.",
                                "type": "string",
                                "enum": [
                                    "InitializingProtection",
                                    "Protected",
                                    "ExceedsInterval"
                                ],
                                "default": "InitializingProtection",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ClusterEntityReference": {
                                "description": "Entity reference to the cluster this VmBackupInfo is associated with.",
                                "$ref": "#/components/schemas/hyperflex.EntityReference",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ClusterIdProtectionInfoMap": {
                                "type": "array",
                                "items": {
                                    "description": "Map associating protection info to the cluster id this VmBackupInfo is associated with.",
                                    "$ref": "#/components/schemas/hyperflex.MapClusterIdToProtectionInfo",
                                    "readOnly": true,
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "Error": {
                                "description": "List of errors associated with this VmBackupInfo.",
                                "$ref": "#/components/schemas/hyperflex.ErrorStack",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "LocalSnapshotRetentionCount": {
                                "description": "Retention count from backup policy for local snapshots.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "PowerOn": {
                                "description": "The power state of the Virtual Machine.",
                                "type": "boolean",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ProtectionStatus": {
                                "description": "Description of the protection status of this VmBackupInfo.\n* `PREPARE_FAILOVER_STARTED` - The protection status is prepare failover started.\n* `PREPARE_FAILOVER_FAILED` - The protection status is prepare failover failed.\n* `PREPARE_FAILOVER_COMPLETED` - The protection status is prepaire failover completed.\n* `FAILOVER_STARTED` - The protection status is failover started.\n* `FAILOVER_FAILED` - The protection status is failover failed.\n* `FAILOVER_COMPLETED` - The protection status is failover completed.\n* `PREPARE_REVERSEPROTECT_STARTED` - The protection status is prepare reverse protect started.\n* `PREPARE_REVERSEPROTECT_FAILED` - The protection status is prepare reverse protect failed.\n* `PREPARE_REVERSEPROTECT_COMPLETED` - The protection status is prepair reverse protect completed.\n* `REVERSEPROTECT_STARTED` - The protection status is reverse protect started.\n* `REVERSEPROTECT_FAILED` - The protection status is reverse protect failed.\n* `ACTIVE` - The protection status is active.\n* `CREATION_IN_PROGRESS` - The protection status is failover in progress.\n* `CREATION_FAILED` - The protection status is creation failed.\n* `LOCAL_RESTORE_STARTED` - The protection status is local restore started.\n* `LOCAL_RESTORE_FAILED` - The protection status is local restore failed.",
                                "type": "string",
                                "enum": [
                                    "PREPARE_FAILOVER_STARTED",
                                    "PREPARE_FAILOVER_FAILED",
                                    "PREPARE_FAILOVER_COMPLETED",
                                    "FAILOVER_STARTED",
                                    "FAILOVER_FAILED",
                                    "FAILOVER_COMPLETED",
                                    "PREPARE_REVERSEPROTECT_STARTED",
                                    "PREPARE_REVERSEPROTECT_FAILED",
                                    "PREPARE_REVERSEPROTECT_COMPLETED",
                                    "REVERSEPROTECT_STARTED",
                                    "REVERSEPROTECT_FAILED",
                                    "ACTIVE",
                                    "CREATION_IN_PROGRESS",
                                    "CREATION_FAILED",
                                    "LOCAL_RESTORE_STARTED",
                                    "LOCAL_RESTORE_FAILED"
                                ],
                                "default": "PREPARE_FAILOVER_STARTED",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Schedule": {
                                "type": "array",
                                "items": {
                                    "description": "List of schedule properties for when this VmBackupInfo is protected.",
                                    "$ref": "#/components/schemas/hyperflex.ReplicationClusterReferenceToSchedule",
                                    "readOnly": true,
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "SnapshotRetentionCount": {
                                "description": "Retention count from backup policy for remote snapshots.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "SrcClusterName": {
                                "description": "Name for the source cluster this Virtual Machine is residing on.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "TgtClusterName": {
                                "description": "Name for the target cluster this Virtual Machine is residing on.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "VmEntityReference": {
                                "description": "Reference to the virtual machine this VmBackupInfo is associated with.",
                                "$ref": "#/components/schemas/hyperflex.EntityReference",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "VmInfo": {
                                "description": "More detailed information about this VmBackupInfo including runtime info.",
                                "$ref": "#/components/schemas/hyperflex.VirtualMachine",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "SrcBackupCluster": {
                                "$ref": "#/components/schemas/hyperflex.BackupCluster.Relationship",
                                "description": "A reference to a hyperflexBackupCluster resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "SrcCluster": {
                                "$ref": "#/components/schemas/hyperflex.Cluster.Relationship",
                                "description": "A reference to a hyperflexCluster resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "TgtCluster": {
                                "$ref": "#/components/schemas/hyperflex.Cluster.Relationship",
                                "description": "A reference to a hyperflexCluster resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            }
                        }
                    }
                ]
            },
            "hyperflex.VmBackupInfo.List": {
                "title": "List of 'hyperflex.VmBackupInfo' 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 'hyperflex.VmBackupInfo' 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 'hyperflex.VmBackupInfo' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/hyperflex.VmBackupInfo"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "hyperflex.VmImportOperation.Response": {
                "description": "The response body of a HTTP GET request for the 'hyperflex.VmImportOperation' 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 'hyperflex.VmImportOperation' resources.",
                "x-one-of-name": "hyperflex.VmImportOperation.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/hyperflex.VmImportOperation.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"
                }
            },
            "hyperflex.VmImportOperation": {
                "title": "Hyperflex:Vm Import Operation",
                "description": "The VmImportOperation object is designed to facilitate the import of Virtual Machines into the HyperFlex environment. It serves as a bridge for integrating external Virtual Machines into the HyperFlex ecosystem, ensuring seamless transitions and resource management.\n#### Purpose\nThe object enables the systematic import of Virtual Machines, allowing for the expansion and integration of existing infrastructure within HyperFlex. It addresses both the operational aspects of importing and the necessary configurations required for successful deployment.\n#### Key Concepts\n- **Integration:** Supports the incorporation of Virtual Machines from external environments, broadening the operational scope of HyperFlex clusters.\n- **Configuration Management:** Provides detailed configurations to ensure that imported Virtual Machines align with existing cluster policies and resources.\n- **Operational Efficiency:** Streamlines the import process, reducing downtime and complexity associated with integrating new Virtual Machines.\n- **Security and Permissions:** Incorporates robust access controls to safeguard the import process, ensuring that only authorized personnel can initiate and manage imports.",
                "x-allOf-name": "hyperflex.VmImportOperation",
                "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 'hyperflex.VmImportOperation', 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": [
                                    "hyperflex.VmImportOperation"
                                ],
                                "default": "hyperflex.VmImportOperation",
                                "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": [
                                    "hyperflex.VmImportOperation"
                                ],
                                "default": "hyperflex.VmImportOperation",
                                "x-enum-as-string": true
                            },
                            "DeviceMoid": {
                                "$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."
                            },
                            "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
                            }
                        }
                    }
                ]
            },
            "hyperflex.VmImportOperation.List": {
                "title": "List of 'hyperflex.VmImportOperation' 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 'hyperflex.VmImportOperation' 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 'hyperflex.VmImportOperation' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/hyperflex.VmImportOperation"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "hyperflex.VmProtectionSpaceUsage": {
                "title": "Hyperflex:Vm Protection Space Usage",
                "description": "Space usage of the VM from StDataServiceManager.",
                "x-allOf-name": "hyperflex.VmProtectionSpaceUsage",
                "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 'hyperflex.VmProtectionSpaceUsage', 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": [
                                    "hyperflex.VmProtectionSpaceUsage"
                                ],
                                "default": "hyperflex.VmProtectionSpaceUsage",
                                "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": [
                                    "hyperflex.VmProtectionSpaceUsage"
                                ],
                                "default": "hyperflex.VmProtectionSpaceUsage",
                                "x-enum-as-string": true
                            },
                            "SpaceUsage": {
                                "description": "Space usage of the Virtual Machine from StDataServiceManager.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "hyperflex.VmRestoreOperation.Response": {
                "description": "The response body of a HTTP GET request for the 'hyperflex.VmRestoreOperation' 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 'hyperflex.VmRestoreOperation' resources.",
                "x-one-of-name": "hyperflex.VmRestoreOperation.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/hyperflex.VmRestoreOperation.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"
                }
            },
            "hyperflex.VmRestoreOperation": {
                "title": "Hyperflex:Vm Restore Operation",
                "description": "The VmRestoreOperation object provides mechanisms for restoring Virtual Machines within the HyperFlex infrastructure. It is crucial for disaster recovery scenarios, enabling quick and efficient restoration of Virtual Machines to a predefined state.\n#### Purpose\nVmRestoreOperation is designed to manage the restoration processes, ensuring that Virtual Machines can be rapidly recovered in case of data loss or corruption. It supports both planned and unplanned restoration events, offering flexibility and control.\n#### Key Concepts\n- **Disaster Recovery:** Central to the object\u2019s functionality, enabling organizations to restore Virtual Machines efficiently in response to failures.\n- **Automated Processes:** Supports automation of restoration tasks, reducing manual intervention and potential for errors.\n- **Flexibility:** Offers options for restoring Virtual Machines to different states or configurations, catering to varied recovery needs.\n- **Access Control:** Ensures secure execution of restore operations, with permissions designed to limit access to authorized users only.",
                "x-allOf-name": "hyperflex.VmRestoreOperation",
                "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 'hyperflex.VmRestoreOperation', 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": [
                                    "hyperflex.VmRestoreOperation"
                                ],
                                "default": "hyperflex.VmRestoreOperation",
                                "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": [
                                    "hyperflex.VmRestoreOperation"
                                ],
                                "default": "hyperflex.VmRestoreOperation",
                                "x-enum-as-string": true
                            },
                            "NewName": {
                                "description": "New name for the Virtual Machine after recovery.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "PowerOn": {
                                "description": "Power on the Virtual Machine after recovery.",
                                "type": "boolean",
                                "default": true,
                                "x-omitempty": true
                            },
                            "StartTime": {
                                "description": "Start time for the replication.",
                                "type": "integer",
                                "format": "int64",
                                "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
                            },
                            "RestoreEdgeClusterMoid": {
                                "$ref": "#/components/schemas/hyperflex.Cluster.Relationship",
                                "description": "A reference to a hyperflexCluster resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline."
                            },
                            "VmBackupInfoMoid": {
                                "$ref": "#/components/schemas/hyperflex.VmBackupInfo.Relationship",
                                "description": "A reference to a hyperflexVmBackupInfo resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline."
                            },
                            "VmSnapshotInfoMoid": {
                                "$ref": "#/components/schemas/hyperflex.VmSnapshotInfo.Relationship",
                                "description": "A reference to a hyperflexVmSnapshotInfo resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline."
                            }
                        }
                    }
                ]
            },
            "hyperflex.VmRestoreOperation.List": {
                "title": "List of 'hyperflex.VmRestoreOperation' 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 'hyperflex.VmRestoreOperation' 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 'hyperflex.VmRestoreOperation' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/hyperflex.VmRestoreOperation"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "hyperflex.VmSnapshotInfo.Response": {
                "description": "The response body of a HTTP GET request for the 'hyperflex.VmSnapshotInfo' 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 'hyperflex.VmSnapshotInfo' resources.",
                "x-one-of-name": "hyperflex.VmSnapshotInfo.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/hyperflex.VmSnapshotInfo.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"
                }
            },
            "hyperflex.VmSnapshotInfo.Relationship": {
                "description": "A relationship to the 'hyperflex.VmSnapshotInfo' resource, or the expanded 'hyperflex.VmSnapshotInfo' resource, or the 'null' value.",
                "x-one-of-name": "hyperflex.VmSnapshotInfo.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/hyperflex.VmSnapshotInfo"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "hyperflex.VmSnapshotInfo": {
                "title": "Hyperflex:Vm Snapshot Info",
                "description": "The VmSnapshotInfo object offers insights into VM snapshot details, including replication status and snapshot points.\n#### Purpose\nVmSnapshotInfo is designed to provide detailed information about VM snapshots, supporting effective management of snapshot status and replication processes within HyperFlex clusters.\n#### Key Concepts\n- **Snapshot Management:** Details replication and snapshot status, enabling effective tracking and recovery operations.\n- **Cluster Associations:** Maps snapshot data to cluster IDs, facilitating organized management and operational continuity.\n- **Controlled Access:** Utilizes privilege sets to ensure secure access to snapshot information, maintaining data integrity.",
                "x-allOf-name": "hyperflex.VmSnapshotInfo",
                "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 'hyperflex.VmSnapshotInfo', 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": [
                                    "hyperflex.VmSnapshotInfo"
                                ],
                                "default": "hyperflex.VmSnapshotInfo",
                                "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": [
                                    "hyperflex.VmSnapshotInfo"
                                ],
                                "default": "hyperflex.VmSnapshotInfo",
                                "x-enum-as-string": true
                            },
                            "ClusterIdSnapMap": {
                                "type": "array",
                                "items": {
                                    "description": "Mapping of cluster id to snapshot point for this snapshot info.",
                                    "$ref": "#/components/schemas/hyperflex.MapClusterIdToStSnapshotPoint",
                                    "readOnly": true,
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "DisplayStatus": {
                                "description": "Combined status code from replication and snapshot status to display in the Intersight UI.\n* `NONE` - Snapshot replication state is none.\n* `SUCCESS` - Snapshot completed successfully.\n* `FAILED` - Snapshot failed replication status code.\n* `PAUSED` - Snapshot replication paused status code.\n* `IN_USE` - Snapshot replica in use status code.\n* `STARTING` - Snapshot replication starting.\n* `REPLICATING` - Snapshot replication in progress.",
                                "type": "string",
                                "enum": [
                                    "NONE",
                                    "SUCCESS",
                                    "FAILED",
                                    "PAUSED",
                                    "IN_USE",
                                    "STARTING",
                                    "REPLICATING"
                                ],
                                "default": "NONE",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Error": {
                                "description": "List of errors associated with this VmBackupInfo.",
                                "$ref": "#/components/schemas/hyperflex.ErrorStack",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Label": {
                                "description": "The name of the Virtual Machine and the time stamp of the snapshot.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "Mode": {
                                "description": "Quiesce Mode for snapshot taken on Hyperflex cluster.\n* `NONE` - The snapshot quiesce mode is none.\n* `CRASH` - The snapshot quiesce mode is crash.\n* `VMTOOLS` - The snapshot quiesce mode is VMTOOLS.\n* `APP_CONSISTENT` - The snapshot quiesce mode is app consistent.",
                                "type": "string",
                                "enum": [
                                    "NONE",
                                    "CRASH",
                                    "VMTOOLS",
                                    "APP_CONSISTENT"
                                ],
                                "default": "NONE",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ParentSnapshot": {
                                "description": "Entity reference to the parent snapshot of this VmSnapshotInfo.",
                                "$ref": "#/components/schemas/hyperflex.EntityReference",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ReplicationStatus": {
                                "description": "Replication status of the least successful target cluster.\n* `NONE` - Snapshot replication state is none.\n* `SUCCESS` - Snapshot completed successfully.\n* `FAILED` - Snapshot failed replication status code.\n* `PAUSED` - Snapshot replication paused status code.\n* `IN_USE` - Snapshot replica in use status code.\n* `STARTING` - Snapshot replication starting.\n* `REPLICATING` - Snapshot replication in progress.",
                                "type": "string",
                                "enum": [
                                    "NONE",
                                    "SUCCESS",
                                    "FAILED",
                                    "PAUSED",
                                    "IN_USE",
                                    "STARTING",
                                    "REPLICATING"
                                ],
                                "default": "NONE",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "SnapshotErrorMsg": {
                                "description": "Error message from snapshot creation or replcation if any exist.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "SnapshotStatus": {
                                "description": "Snapshot status of the source cluster.\n* `SUCCESS` - This snapshot status code is success.\n* `FAILED` - This snapshot status code is failed.\n* `IN_PROGRESS` - This snapshot status code is in progress.\n* `DELETING` - This snapshot status code is deleting.\n* `DELETED` - This snapshot status code is deleted.\n* `NONE` - This snapshot status code is none.\n* `INIT` - This snapshot status code is initializing.",
                                "type": "string",
                                "enum": [
                                    "SUCCESS",
                                    "FAILED",
                                    "IN_PROGRESS",
                                    "DELETING",
                                    "DELETED",
                                    "NONE",
                                    "INIT"
                                ],
                                "default": "SUCCESS",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "SourceTimestamp": {
                                "description": "Timestamp the snapshot was created on the source cluster.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "SrcClusterName": {
                                "description": "Name of the cluster this snapshot resides on.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "TargetCompletionTimestamp": {
                                "description": "Timestamp the snapshot was finished replicating on the target cluster.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "TgtClusterName": {
                                "description": "Name of the cluster this snapshot is replicated to.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "VmEntityReference": {
                                "description": "Entity reference to the virtual machine this snapshot info is attached to.",
                                "$ref": "#/components/schemas/hyperflex.EntityReference",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "VmSnapshotEntityReference": {
                                "description": "Entity reference to the snapshot this snapshot info is attached to.",
                                "$ref": "#/components/schemas/hyperflex.EntityReference",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "SrcCluster": {
                                "$ref": "#/components/schemas/hyperflex.Cluster.Relationship",
                                "description": "A reference to a hyperflexCluster resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "TgtCluster": {
                                "$ref": "#/components/schemas/hyperflex.Cluster.Relationship",
                                "description": "A reference to a hyperflexCluster resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "VmBackupInfo": {
                                "$ref": "#/components/schemas/hyperflex.VmBackupInfo.Relationship",
                                "description": "A reference to a hyperflexVmBackupInfo resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            }
                        }
                    }
                ]
            },
            "hyperflex.VmSnapshotInfo.List": {
                "title": "List of 'hyperflex.VmSnapshotInfo' 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 'hyperflex.VmSnapshotInfo' 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 'hyperflex.VmSnapshotInfo' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/hyperflex.VmSnapshotInfo"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "hyperflex.Volume.Response": {
                "description": "The response body of a HTTP GET request for the 'hyperflex.Volume' 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 'hyperflex.Volume' resources.",
                "x-one-of-name": "hyperflex.Volume.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/hyperflex.Volume.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"
                }
            },
            "hyperflex.Volume.Relationship": {
                "description": "A relationship to the 'hyperflex.Volume' resource, or the expanded 'hyperflex.Volume' resource, or the 'null' value.",
                "x-one-of-name": "hyperflex.Volume.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/hyperflex.Volume"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "hyperflex.Volume": {
                "title": "Hyperflex:Volume",
                "description": "The Volume object represents a logical storage unit within the HyperFlex system, designed to encapsulate data storage within a defined capacity framework. This provides a detailed interface for managing individual storage volumes, offering insights into utilization, accessibility, and configuration.\n#### Purpose\nA Volume serves as a dedicated storage entity, allowing users to control and monitor specific data storage resources, including capacity allocation and usage tracking.\n#### Key Concepts\n- **Capacity Allocation:** Defines the provisioned capacity of the volume, supporting efficient data storage management within the HyperFlex Cluster.\n- **Identity Management:** Utilizes unique identifiers such as UUIDs to maintain distinct volume identification and integrity.\n- **Cluster Association:** Ensures each volume is associated with a specific HyperFlex Cluster, enabling structured and organized storage management.",
                "x-allOf-name": "hyperflex.Volume",
                "allOf": [
                    {
                        "$ref": "intersight-server-v3-1.0.11-20260807064027971.json#/components/schemas/storage.BaseVolume"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'hyperflex.Volume', 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": [
                                    "hyperflex.Volume"
                                ],
                                "default": "hyperflex.Volume",
                                "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": [
                                    "hyperflex.Volume"
                                ],
                                "default": "hyperflex.Volume",
                                "x-enum-as-string": true
                            },
                            "Capacity": {
                                "description": "Provisioned Capacity of the volume in bytes.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ClientId": {
                                "description": "Client (tenant) ID to which the volume belongs.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "LastModifiedTime": {
                                "description": "Last modified time as UTC of the volume.",
                                "type": "string",
                                "format": "date-time",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "LunUuid": {
                                "description": "UUID of LUN associated with the volume.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "SerialNumber": {
                                "description": "Serial number of the volume.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Uuid": {
                                "description": "The unique identifier for this volume.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "VolumeAccessMode": {
                                "description": "Access Mode of the volume.\n* `ReadWriteOnce` - Read write permisisons to a Virtual disk by a single virtual machine.\n* `ReadWriteMany` - Read write permisisons to a Virtual disk by multiple virtual machines.\n* `ReadOnlyMany` - Read only permisisons to a Virtual disk by multiple virtual machines.\n* `` - Unknown disk access mode.",
                                "type": "string",
                                "enum": [
                                    "ReadWriteOnce",
                                    "ReadWriteMany",
                                    "ReadOnlyMany",
                                    ""
                                ],
                                "default": "ReadWriteOnce",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "VolumeCreateTime": {
                                "description": "Volume creation time in UTC.",
                                "type": "string",
                                "format": "date-time",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "VolumeMode": {
                                "description": "The mode of the HyperFlex volume.\n* `Block` - It is a Block virtual disk.\n* `Filesystem` - It is a File system virtual disk.\n* `` - Disk mode is either unknown or not supported.",
                                "type": "string",
                                "enum": [
                                    "Block",
                                    "Filesystem",
                                    ""
                                ],
                                "default": "Block",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "VolumeType": {
                                "description": "The type of the HyperFlex volume.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Cluster": {
                                "$ref": "#/components/schemas/hyperflex.Cluster.Relationship",
                                "description": "A reference to a hyperflexCluster resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "StorageContainer": {
                                "$ref": "#/components/schemas/hyperflex.StorageContainer.Relationship",
                                "description": "A reference to a hyperflexStorageContainer resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            }
                        }
                    }
                ]
            },
            "hyperflex.Volume.List": {
                "title": "List of 'hyperflex.Volume' 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 'hyperflex.Volume' 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 'hyperflex.Volume' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/hyperflex.Volume"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "hyperflex.WitnessConfiguration.Response": {
                "description": "The response body of a HTTP GET request for the 'hyperflex.WitnessConfiguration' 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 'hyperflex.WitnessConfiguration' resources.",
                "x-one-of-name": "hyperflex.WitnessConfiguration.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/hyperflex.WitnessConfiguration.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"
                }
            },
            "hyperflex.WitnessConfiguration": {
                "title": "Hyperflex:Witness Configuration",
                "description": "The WitnessConfiguration object pertains to the witness configuration of the HyperFlex cluster, especially in Cisco HyperFlex Edge deployments. It ensures high availability through witness-based arbitration mechanisms.\n#### Purpose\nWitnessConfiguration is critical in maintaining the operational integrity of HyperFlex Edge deployments by providing arbitration capabilities in case of node failures or network partitions. It ensures the cluster continues to function effectively under adverse conditions.\n#### Key Concepts\n- **High Availability:** Supports HA arbitration implementations to maintain cluster operations during single-node failures or network issues.\n- **Witness Types:** Offers flexibility with the option to use the Cisco Intersight Invisible Cloud Witness or a locally deployed witness.\n- **Configuration Management:** Allows administrators to configure and manage witness settings, ensuring proper cluster arbitration and failover mechanisms.\n- **Integration:** Seamlessly integrates with the HyperFlex cluster's infrastructure, providing essential support for high availability and resilience.",
                "x-allOf-name": "hyperflex.WitnessConfiguration",
                "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 'hyperflex.WitnessConfiguration', 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": [
                                    "hyperflex.WitnessConfiguration"
                                ],
                                "default": "hyperflex.WitnessConfiguration",
                                "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": [
                                    "hyperflex.WitnessConfiguration"
                                ],
                                "default": "hyperflex.WitnessConfiguration",
                                "x-enum-as-string": true
                            },
                            "ConnectionError": {
                                "description": "The detailed connection error to the external witness. Empty if status is connected.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "CustomWitnessEnabled": {
                                "description": "Custom witness has been configured by user.",
                                "type": "boolean",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Fingerprint": {
                                "description": "The fingerprint of the witness server, identifies the revision of the witness servers database. Only applicable if custom witness has been enabled in the cluster, otherwise value is always empty.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Status": {
                                "description": "Status of the devices connection to the witness. Device will report status as either 'Connected' or 'NotConnected'.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Version": {
                                "description": "The version of the custom witness server. Only applicable if custom witness has been enabled in the cluster, otherwise value is always empty.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "WitnessUrl": {
                                "description": "URL of the witness endpoint, including IP/host and path. Only applicable if custom witness has been enabled in the cluster, otherwise value is always empty.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Cluster": {
                                "$ref": "#/components/schemas/hyperflex.Cluster.Relationship",
                                "description": "A reference to a hyperflexCluster resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            }
                        }
                    }
                ]
            },
            "hyperflex.WitnessConfiguration.List": {
                "title": "List of 'hyperflex.WitnessConfiguration' 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 'hyperflex.WitnessConfiguration' 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 'hyperflex.WitnessConfiguration' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/hyperflex.WitnessConfiguration"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "hyperflex.WwxnPrefixRange": {
                "title": "Hyperflex:Wwxn Prefix Range",
                "description": "A range of WWxN prefixes.\nThe range is inclusive and comprised of a start and end WWxN addresses.\nA single address can be specified by setting it as the start and end of the range.",
                "x-allOf-name": "hyperflex.WwxnPrefixRange",
                "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 'hyperflex.WwxnPrefixRange', 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": [
                                    "hyperflex.WwxnPrefixRange"
                                ],
                                "default": "hyperflex.WwxnPrefixRange",
                                "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": [
                                    "hyperflex.WwxnPrefixRange"
                                ],
                                "default": "hyperflex.WwxnPrefixRange",
                                "x-enum-as-string": true
                            },
                            "EndAddr": {
                                "description": "The end WWxN prefix of a WWPN/WWNN range in the form of 20:00:00:25:B5:XX.",
                                "type": "string",
                                "pattern": "^$|^20:00:00:25:B5:[0-9a-fA-F]{2}$",
                                "x-omitempty": true
                            },
                            "StartAddr": {
                                "description": "The start WWxN prefix of a WWPN/WWNN range in the form of 20:00:00:25:B5:XX.",
                                "type": "string",
                                "pattern": "^$|^20:00:00:25:B5:[0-9a-fA-F]{2}$",
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "recommendation.AbstractItem": {
                "title": "Recommendation:Abstract Item",
                "description": "Abstract object representing the recommended physical item.",
                "x-allOf-name": "recommendation.AbstractItem",
                "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 'recommendation.AbstractItem', 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": [
                                    "recommendation.PhysicalItem",
                                    "recommendation.SoftwareItem"
                                ],
                                "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": [
                                    "recommendation.PhysicalItem",
                                    "recommendation.SoftwareItem"
                                ],
                                "x-enum-as-string": true
                            },
                            "Name": {
                                "description": "The name of the physical device recommended.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Personality": {
                                "description": "The personality of the physical device recommended.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Type": {
                                "description": "The type of physical device recommended.\n* `None` - The Enum value None represents that no value was set for the item type.\n* `Disk` - The Enum value Disk represents that the item type recommended is a Physical Disk.\n* `Node` - The Enum value Node represents that the item type recommended is a Storage Node.\n* `CPU` - The Enum value CPU represents that the item type recommended is a Processor.\n* `Memory` - The Enum value Memory represents that the item type recommended is a memory unit.\n* `Cluster` - The Enum value Cluster represents that the item type recommended is a HyperFlex Cluster.",
                                "type": "string",
                                "enum": [
                                    "None",
                                    "Disk",
                                    "Node",
                                    "CPU",
                                    "Memory",
                                    "Cluster"
                                ],
                                "default": "None",
                                "readOnly": true,
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "recommendation.Base": {
                "title": "Recommendation:Base",
                "description": "Entity representing recommendation base properties like name and last updated time.",
                "x-allOf-name": "recommendation.Base",
                "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 'recommendation.Base', 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": [
                                    "recommendation.CapacityRunway",
                                    "recommendation.ClusterExpansion",
                                    "recommendation.PurchaseOrderEstimate",
                                    "recommendation.PurchaseOrderList"
                                ],
                                "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": [
                                    "recommendation.CapacityRunway",
                                    "recommendation.ClusterExpansion",
                                    "recommendation.PurchaseOrderEstimate",
                                    "recommendation.PurchaseOrderList"
                                ],
                                "x-enum-as-string": true
                            },
                            "LastUpdatedTime": {
                                "description": "The time when the recommendation was last updated.",
                                "type": "string",
                                "format": "date-time",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Name": {
                                "description": "The name of the recommendation.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "RequirementMet": {
                                "description": "Indicates if the recommendation requirement is met by the existing setup by adding hardware components to it or it needs expansion. For example if the recommendation is to add 16 disks to a HyperFlex cluster but the cluster is already alost full and only 8 disks can be added, then this property is set to false.",
                                "type": "boolean",
                                "readOnly": true,
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "recommendation.CapacityRunway.Response": {
                "description": "The response body of a HTTP GET request for the 'recommendation.CapacityRunway' 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 'recommendation.CapacityRunway' resources.",
                "x-one-of-name": "recommendation.CapacityRunway.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/recommendation.CapacityRunway.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"
                }
            },
            "recommendation.CapacityRunway.Relationship": {
                "description": "A relationship to the 'recommendation.CapacityRunway' resource, or the expanded 'recommendation.CapacityRunway' resource, or the 'null' value.",
                "x-one-of-name": "recommendation.CapacityRunway.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/recommendation.CapacityRunway"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "recommendation.CapacityRunway": {
                "title": "Recommendation:Capacity Runway",
                "description": "Entity representing the new capacity runway based on recommendations.",
                "x-allOf-name": "recommendation.CapacityRunway",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/recommendation.Base"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'recommendation.CapacityRunway', 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": [
                                    "recommendation.CapacityRunway"
                                ],
                                "default": "recommendation.CapacityRunway",
                                "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": [
                                    "recommendation.CapacityRunway"
                                ],
                                "default": "recommendation.CapacityRunway",
                                "x-enum-as-string": true
                            },
                            "AdditionalCapacity": {
                                "description": "Additional capacity is the capacity which is needed more after exhausting all hardware on current cluster.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Period": {
                                "description": "Number of months in future for which recommendation is provided for.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Runway": {
                                "description": "This represents the new runway, that is the number of days remaining before the cluster's storage utilization reaches the recommended capacity limit after the recommended hardware is added.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "TotalCapacity": {
                                "description": "Total capacity of the cluster after the recommended hardware is added.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Unit": {
                                "description": "Unit for the new capacity.\n* `TB` - The Enum value TB represents that the measurement unit is in terabytes.\n* `MB` - The Enum value MB represents that the measurement unit is in megabytes.\n* `GB` - The Enum value GB represents that the measurement unit is in gigabytes.\n* `MHz` - The Enum value MHz represents that the measurement unit is in megahertz.\n* `GHz` - The Enum value GHz represents that the measurement unit is in gigahertz.\n* `Percentage` - The Enum value Percentage represents that the expansion request is in the percentage of resource increase. For example, a 20% increase in CPU capacity.",
                                "type": "string",
                                "enum": [
                                    "TB",
                                    "MB",
                                    "GB",
                                    "MHz",
                                    "GHz",
                                    "Percentage"
                                ],
                                "default": "TB",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ForecastInstance": {
                                "$ref": "#/components/schemas/forecast.Instance.Relationship",
                                "description": "A reference to a forecastInstance resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "PhysicalItem": {
                                "description": "An array of relationships to recommendationPhysicalItem resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/recommendation.PhysicalItem.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
                            }
                        }
                    }
                ]
            },
            "recommendation.CapacityRunway.List": {
                "title": "List of 'recommendation.CapacityRunway' 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 'recommendation.CapacityRunway' 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 'recommendation.CapacityRunway' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/recommendation.CapacityRunway"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "recommendation.ClusterExpansion.Response": {
                "description": "The response body of a HTTP GET request for the 'recommendation.ClusterExpansion' 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 'recommendation.ClusterExpansion' resources.",
                "x-one-of-name": "recommendation.ClusterExpansion.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/recommendation.ClusterExpansion.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"
                }
            },
            "recommendation.ClusterExpansion.Relationship": {
                "description": "A relationship to the 'recommendation.ClusterExpansion' resource, or the expanded 'recommendation.ClusterExpansion' resource, or the 'null' value.",
                "x-one-of-name": "recommendation.ClusterExpansion.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/recommendation.ClusterExpansion"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "recommendation.ClusterExpansion": {
                "title": "Recommendation:Cluster Expansion",
                "description": "Entity representing the cluster expansion recommendations.",
                "x-allOf-name": "recommendation.ClusterExpansion",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/recommendation.Base"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'recommendation.ClusterExpansion', 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": [
                                    "recommendation.ClusterExpansion"
                                ],
                                "default": "recommendation.ClusterExpansion",
                                "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": [
                                    "recommendation.ClusterExpansion"
                                ],
                                "default": "recommendation.ClusterExpansion",
                                "x-enum-as-string": true
                            },
                            "ClusterName": {
                                "description": "Name of the cluster for which the expansion recommendation is provided.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "HardwareExpansionRequest": {
                                "$ref": "#/components/schemas/recommendation.HardwareExpansionRequest.Relationship",
                                "description": "A reference to a recommendationHardwareExpansionRequest resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "PhysicalItem": {
                                "description": "An array of relationships to recommendationPhysicalItem resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/recommendation.PhysicalItem.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
                            },
                            "SoftwareItem": {
                                "description": "An array of relationships to recommendationSoftwareItem resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/recommendation.SoftwareItem.Relationship"
                                },
                                "nullable": true,
                                "readOnly": true
                            }
                        }
                    }
                ]
            },
            "recommendation.ClusterExpansion.List": {
                "title": "List of 'recommendation.ClusterExpansion' 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 'recommendation.ClusterExpansion' 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 'recommendation.ClusterExpansion' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/recommendation.ClusterExpansion"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "recommendation.ExpansionRequest": {
                "title": "Recommendation:Expansion Request",
                "description": "Entity representing hardware expansion request like name, requestTime, etc.",
                "x-allOf-name": "recommendation.ExpansionRequest",
                "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 'recommendation.ExpansionRequest', 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": [
                                    "recommendation.HardwareExpansionRequest"
                                ],
                                "default": "recommendation.HardwareExpansionRequest",
                                "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": [
                                    "recommendation.HardwareExpansionRequest"
                                ],
                                "default": "recommendation.HardwareExpansionRequest",
                                "x-enum-as-string": true
                            },
                            "Name": {
                                "description": "The name of the expansion specification.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "RequestTime": {
                                "description": "The time when the expansion was requested.",
                                "type": "string",
                                "format": "date-time",
                                "readOnly": true,
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "recommendation.HardwareExpansionRequest.Response": {
                "description": "The response body of a HTTP GET request for the 'recommendation.HardwareExpansionRequest' 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 'recommendation.HardwareExpansionRequest' resources.",
                "x-one-of-name": "recommendation.HardwareExpansionRequest.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/recommendation.HardwareExpansionRequest.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"
                }
            },
            "recommendation.HardwareExpansionRequest.Relationship": {
                "description": "A relationship to the 'recommendation.HardwareExpansionRequest' resource, or the expanded 'recommendation.HardwareExpansionRequest' resource, or the 'null' value.",
                "x-one-of-name": "recommendation.HardwareExpansionRequest.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/recommendation.HardwareExpansionRequest"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "recommendation.HardwareExpansionRequest": {
                "title": "Recommendation:Hardware Expansion Request",
                "description": "Entity representing the user request for HyperFlex cluster expansion.",
                "x-allOf-name": "recommendation.HardwareExpansionRequest",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/recommendation.ExpansionRequest"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'recommendation.HardwareExpansionRequest', 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": [
                                    "recommendation.HardwareExpansionRequest"
                                ],
                                "default": "recommendation.HardwareExpansionRequest",
                                "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": [
                                    "recommendation.HardwareExpansionRequest"
                                ],
                                "default": "recommendation.HardwareExpansionRequest",
                                "x-enum-as-string": true
                            },
                            "Action": {
                                "description": "Action to be triggered for computing recommendation. Default value is None.\n* `None` - The Enum value None represents that no action is triggered on the forecast Instance managed object.\n* `Evaluate` - The Enum value Evaluate represents that a re-evaluation of the forecast needs to be triggered.",
                                "type": "string",
                                "enum": [
                                    "None",
                                    "Evaluate"
                                ],
                                "default": "None",
                                "x-omitempty": true
                            },
                            "Message": {
                                "description": "User visible error message for the Hardware Expansion request.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Status": {
                                "description": "Status of the Hardware Expansion request.\n* `None` - The Enum value None represents the default status value before any API call is made.\n* `Success` - The Enum value Success represents that the API call returned with success.\n* `Fail` - The Enum value Fail represents that the API call returned with a failure.",
                                "type": "string",
                                "enum": [
                                    "None",
                                    "Success",
                                    "Fail"
                                ],
                                "default": "None",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "HwExpansionRequestItems": {
                                "description": "An array of relationships to recommendationHardwareExpansionRequestItem resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/recommendation.HardwareExpansionRequestItem.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
                            }
                        }
                    }
                ]
            },
            "recommendation.HardwareExpansionRequest.List": {
                "title": "List of 'recommendation.HardwareExpansionRequest' 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 'recommendation.HardwareExpansionRequest' 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 'recommendation.HardwareExpansionRequest' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/recommendation.HardwareExpansionRequest"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "recommendation.HardwareExpansionRequestItem.Response": {
                "description": "The response body of a HTTP GET request for the 'recommendation.HardwareExpansionRequestItem' 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 'recommendation.HardwareExpansionRequestItem' resources.",
                "x-one-of-name": "recommendation.HardwareExpansionRequestItem.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/recommendation.HardwareExpansionRequestItem.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"
                }
            },
            "recommendation.HardwareExpansionRequestItem.Relationship": {
                "description": "A relationship to the 'recommendation.HardwareExpansionRequestItem' resource, or the expanded 'recommendation.HardwareExpansionRequestItem' resource, or the 'null' value.",
                "x-one-of-name": "recommendation.HardwareExpansionRequestItem.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/recommendation.HardwareExpansionRequestItem"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "recommendation.HardwareExpansionRequestItem": {
                "title": "Recommendation:Hardware Expansion Request Item",
                "description": "Entity representing the user request for expansion of each hardware item.",
                "x-allOf-name": "recommendation.HardwareExpansionRequestItem",
                "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 'recommendation.HardwareExpansionRequestItem', 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": [
                                    "recommendation.HardwareExpansionRequestItem"
                                ],
                                "default": "recommendation.HardwareExpansionRequestItem",
                                "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": [
                                    "recommendation.HardwareExpansionRequestItem"
                                ],
                                "default": "recommendation.HardwareExpansionRequestItem",
                                "x-enum-as-string": true
                            },
                            "ItemType": {
                                "description": "Type of hardware item for which the capacity increase is requested by the user. For example, CPU.\n* `None` - The Enum value None represents that no value was set for the hardware type.\n* `CPU` - The Enum value CPU represents that the hardware type requested for expansion is a physical CPU.\n* `Memory` - The Enum value Memory represents that the hardware type requested for expansion is a memory unit.\n* `Storage` - The Enum value Storage represents that the hardware type requested for expansion is a storage unit, ie, storage drives.",
                                "type": "string",
                                "enum": [
                                    "None",
                                    "CPU",
                                    "Memory",
                                    "Storage"
                                ],
                                "default": "None",
                                "x-omitempty": true
                            },
                            "MaxValue": {
                                "description": "The maximum value allowed for expansion for the hardware type on the referred registered device.",
                                "type": "number",
                                "format": "float",
                                "x-omitempty": true
                            },
                            "MaxValueUnit": {
                                "description": "Unit type for the maximum value of the resource. For example, TB, GB, MB.\n* `TB` - The Enum value TB represents that the measurement unit is in terabytes.\n* `MB` - The Enum value MB represents that the measurement unit is in megabytes.\n* `GB` - The Enum value GB represents that the measurement unit is in gigabytes.\n* `MHz` - The Enum value MHz represents that the measurement unit is in megahertz.\n* `GHz` - The Enum value GHz represents that the measurement unit is in gigahertz.\n* `Percentage` - The Enum value Percentage represents that the expansion request is in the percentage of resource increase. For example, a 20% increase in CPU capacity.",
                                "type": "string",
                                "enum": [
                                    "TB",
                                    "MB",
                                    "GB",
                                    "MHz",
                                    "GHz",
                                    "Percentage"
                                ],
                                "default": "TB",
                                "x-omitempty": true
                            },
                            "UnitType": {
                                "description": "Unit type for the expansion request, i.e., if the increase is requested as a raw value in TB, GB, etc., or in percentage increase.\n* `TB` - The Enum value TB represents that the measurement unit is in terabytes.\n* `MB` - The Enum value MB represents that the measurement unit is in megabytes.\n* `GB` - The Enum value GB represents that the measurement unit is in gigabytes.\n* `MHz` - The Enum value MHz represents that the measurement unit is in megahertz.\n* `GHz` - The Enum value GHz represents that the measurement unit is in gigahertz.\n* `Percentage` - The Enum value Percentage represents that the expansion request is in the percentage of resource increase. For example, a 20% increase in CPU capacity.",
                                "type": "string",
                                "enum": [
                                    "TB",
                                    "MB",
                                    "GB",
                                    "MHz",
                                    "GHz",
                                    "Percentage"
                                ],
                                "default": "TB",
                                "x-omitempty": true
                            },
                            "Value": {
                                "description": "Value of the expansion request which can be absolute value or percentage increase.",
                                "type": "number",
                                "format": "float",
                                "x-omitempty": true
                            },
                            "ExpansionRequest": {
                                "$ref": "#/components/schemas/recommendation.HardwareExpansionRequest.Relationship",
                                "description": "A reference to a recommendationHardwareExpansionRequest resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            }
                        }
                    }
                ]
            },
            "recommendation.HardwareExpansionRequestItem.List": {
                "title": "List of 'recommendation.HardwareExpansionRequestItem' 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 'recommendation.HardwareExpansionRequestItem' 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 'recommendation.HardwareExpansionRequestItem' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/recommendation.HardwareExpansionRequestItem"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "recommendation.PhysicalItem.Response": {
                "description": "The response body of a HTTP GET request for the 'recommendation.PhysicalItem' 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 'recommendation.PhysicalItem' resources.",
                "x-one-of-name": "recommendation.PhysicalItem.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/recommendation.PhysicalItem.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"
                }
            },
            "recommendation.PhysicalItem.Relationship": {
                "description": "A relationship to the 'recommendation.PhysicalItem' resource, or the expanded 'recommendation.PhysicalItem' resource, or the 'null' value.",
                "x-one-of-name": "recommendation.PhysicalItem.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/recommendation.PhysicalItem"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "recommendation.PhysicalItem": {
                "title": "Recommendation:Physical Item",
                "description": "Entity representing the recommended physical device.",
                "x-allOf-name": "recommendation.PhysicalItem",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/recommendation.AbstractItem"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'recommendation.PhysicalItem', 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": [
                                    "recommendation.PhysicalItem"
                                ],
                                "default": "recommendation.PhysicalItem",
                                "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": [
                                    "recommendation.PhysicalItem"
                                ],
                                "default": "recommendation.PhysicalItem",
                                "x-enum-as-string": true
                            },
                            "Capacity": {
                                "description": "Capacity of the physical entity added.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ConfigurationPath": {
                                "description": "Configuration path for the physical entity to be used when ordering it through the Cisco Commerce Workspace.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Count": {
                                "description": "Count of number of items/devices to be added.For example, number of disks to add on a node PhysicalItem in case of HyperFlex Cluster recommendation.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "IsNew": {
                                "description": "If the PhysicalItem is new, this is set to true, else false.",
                                "type": "boolean",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "MaxCount": {
                                "description": "Maximum number of items/devices which can be added on this PhysicalItem.For example, maximum number of disks allowed on a node PhysicalItem in case of HyperFlex Cluster recommendation.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Model": {
                                "description": "Model of the recommended physical device which is externally identifiable.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ParentMoid": {
                                "description": "Moid of the managed object which represents the parent physical entity.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "SourceMoid": {
                                "description": "Moid of the managed object which represents the existing physical entity.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Unit": {
                                "description": "Unit of the new capacity.\n* `TB` - The Enum value TB represents that the measurement unit is in terabytes.\n* `MB` - The Enum value MB represents that the measurement unit is in megabytes.\n* `GB` - The Enum value GB represents that the measurement unit is in gigabytes.\n* `MHz` - The Enum value MHz represents that the measurement unit is in megahertz.\n* `GHz` - The Enum value GHz represents that the measurement unit is in gigahertz.\n* `Percentage` - The Enum value Percentage represents that the expansion request is in the percentage of resource increase. For example, a 20% increase in CPU capacity.",
                                "type": "string",
                                "enum": [
                                    "TB",
                                    "MB",
                                    "GB",
                                    "MHz",
                                    "GHz",
                                    "Percentage"
                                ],
                                "default": "TB",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Uuid": {
                                "description": "Uuid of the recommended physical device.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "CapacityRunway": {
                                "$ref": "#/components/schemas/recommendation.CapacityRunway.Relationship",
                                "description": "A reference to a recommendationCapacityRunway resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "ClusterExpansion": {
                                "$ref": "#/components/schemas/recommendation.ClusterExpansion.Relationship",
                                "description": "A reference to a recommendationClusterExpansion resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "PhysicalItem": {
                                "description": "An array of relationships to recommendationPhysicalItem resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/recommendation.PhysicalItem.Relationship"
                                },
                                "nullable": true,
                                "readOnly": true
                            }
                        }
                    }
                ]
            },
            "recommendation.PhysicalItem.List": {
                "title": "List of 'recommendation.PhysicalItem' 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 'recommendation.PhysicalItem' 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 'recommendation.PhysicalItem' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/recommendation.PhysicalItem"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "recommendation.PurchaseOrderEstimate.Response": {
                "description": "The response body of a HTTP GET request for the 'recommendation.PurchaseOrderEstimate' 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 'recommendation.PurchaseOrderEstimate' resources.",
                "x-one-of-name": "recommendation.PurchaseOrderEstimate.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/recommendation.PurchaseOrderEstimate.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"
                }
            },
            "recommendation.PurchaseOrderEstimate": {
                "title": "Recommendation:Purchase Order Estimate",
                "description": "Entity representing the estimate for the purchase order for user requested expansion.",
                "x-allOf-name": "recommendation.PurchaseOrderEstimate",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/recommendation.Base"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'recommendation.PurchaseOrderEstimate', 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": [
                                    "recommendation.PurchaseOrderEstimate"
                                ],
                                "default": "recommendation.PurchaseOrderEstimate",
                                "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": [
                                    "recommendation.PurchaseOrderEstimate"
                                ],
                                "default": "recommendation.PurchaseOrderEstimate",
                                "x-enum-as-string": true
                            },
                            "Action": {
                                "description": "Action to be triggered for computing estimate. Default value is None.\n* `None` - The Enum value None represents that no action is triggered on the forecast Instance managed object.\n* `Evaluate` - The Enum value Evaluate represents that a re-evaluation of the forecast needs to be triggered.",
                                "type": "string",
                                "enum": [
                                    "None",
                                    "Evaluate"
                                ],
                                "default": "None",
                                "x-omitempty": true
                            },
                            "EstimateId": {
                                "description": "The unique identification generated by the Cisco commerce APIs portal to identify the recommended bill of materials.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Message": {
                                "description": "The user visible message which indicates any errors encountered in making the external API call to get the estimate.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Status": {
                                "description": "The status of the external API call to get the estimate.\n* `None` - The Enum value None represents the default status value before any API call is made.\n* `Success` - The Enum value Success represents that the API call returned with success.\n* `Fail` - The Enum value Fail represents that the API call returned with a failure.",
                                "type": "string",
                                "enum": [
                                    "None",
                                    "Success",
                                    "Fail"
                                ],
                                "default": "None",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "TotalCost": {
                                "description": "The total cost of all the recommended hardware in the bill of materials for the corresponding estimate.",
                                "deprecated": true,
                                "x-sunset": "2027-08-07",
                                "type": "number",
                                "format": "float",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ClusterExpansion": {
                                "$ref": "#/components/schemas/recommendation.ClusterExpansion.Relationship",
                                "description": "A reference to a recommendationClusterExpansion resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "x-createOnly": true
                            },
                            "EstimateOwner": {
                                "$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.",
                                "readOnly": true
                            }
                        }
                    }
                ]
            },
            "recommendation.PurchaseOrderEstimate.List": {
                "title": "List of 'recommendation.PurchaseOrderEstimate' 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 'recommendation.PurchaseOrderEstimate' 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 'recommendation.PurchaseOrderEstimate' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/recommendation.PurchaseOrderEstimate"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "recommendation.PurchaseOrderList.Response": {
                "description": "The response body of a HTTP GET request for the 'recommendation.PurchaseOrderList' 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 'recommendation.PurchaseOrderList' resources.",
                "x-one-of-name": "recommendation.PurchaseOrderList.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/recommendation.PurchaseOrderList.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"
                }
            },
            "recommendation.PurchaseOrderList": {
                "title": "Recommendation:Purchase Order List",
                "description": "Entity representing the list of items in csv format for the current recommendation. This can be used to generate an estimate by uploading it to Cisco Commerce Workspace.",
                "x-allOf-name": "recommendation.PurchaseOrderList",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/recommendation.Base"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'recommendation.PurchaseOrderList', 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": [
                                    "recommendation.PurchaseOrderList"
                                ],
                                "default": "recommendation.PurchaseOrderList",
                                "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": [
                                    "recommendation.PurchaseOrderList"
                                ],
                                "default": "recommendation.PurchaseOrderList",
                                "x-enum-as-string": true
                            },
                            "ItemList": {
                                "description": "The comma seperated list of items for the current recommendation. This can be used to generate an estimate by uploading it to Cisco Commerce Workspace.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ClusterExpansion": {
                                "$ref": "#/components/schemas/recommendation.ClusterExpansion.Relationship",
                                "description": "A reference to a recommendationClusterExpansion resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            }
                        }
                    }
                ]
            },
            "recommendation.PurchaseOrderList.List": {
                "title": "List of 'recommendation.PurchaseOrderList' 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 'recommendation.PurchaseOrderList' 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 'recommendation.PurchaseOrderList' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/recommendation.PurchaseOrderList"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "recommendation.SoftwareItem.Response": {
                "description": "The response body of a HTTP GET request for the 'recommendation.SoftwareItem' 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 'recommendation.SoftwareItem' resources.",
                "x-one-of-name": "recommendation.SoftwareItem.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/recommendation.SoftwareItem.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"
                }
            },
            "recommendation.SoftwareItem.Relationship": {
                "description": "A relationship to the 'recommendation.SoftwareItem' resource, or the expanded 'recommendation.SoftwareItem' resource, or the 'null' value.",
                "x-one-of-name": "recommendation.SoftwareItem.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/recommendation.SoftwareItem"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "recommendation.SoftwareItem": {
                "title": "Recommendation:Software Item",
                "description": "Entity representing the software recommendation for the managed end point.",
                "x-allOf-name": "recommendation.SoftwareItem",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/recommendation.AbstractItem"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'recommendation.SoftwareItem', 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": [
                                    "recommendation.SoftwareItem"
                                ],
                                "default": "recommendation.SoftwareItem",
                                "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": [
                                    "recommendation.SoftwareItem"
                                ],
                                "default": "recommendation.SoftwareItem",
                                "x-enum-as-string": true
                            },
                            "Message": {
                                "description": "The user visible message which informs user of the type of software recommendation.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "RecommendationType": {
                                "description": "The software-recommendation type, for example, HXDP version, HyperV or ESXi version, etc.\n* `None` - The Enum value None represents the default software recommendation value.\n* `HXDPVersion` - The Enum value HXDPVersion represents that the software recommendation is to upgrade the HyperFlex Data Platform build version.\n* `NodeRatioLicense` - The Enum value NodeRatioLicense represents that the software recommendation is to upgrade the HyperFlex Data Platform license for using 1:2 converged to compute node ratio limits.\n* `NodeRatioEvalLicense` - The Enum value NodeRatioEvalLicense represents that the software recommendation is to upgrade the Hyperflex Data Platform license to Data Center Premier, after the evaluation period ends.\n* `DCNoFILicense` - The Enum value DCNoFILicense represents that the software recommendation is to upgrade the HyperFlex Data Platform license for using DC-No-FI limits.\n* `DcNoFIEvalLicense` - The Enum value DcNoFIEvalLicense represents that the software recommendation is to upgrade the Hyperflex Data Platform license to Hyperflex Data Center Advantage or Data Center Premier license, after evaluation period ends.\n* `LAZExistingStatus` - The Enum value LAZExistingStatus represents that the software recommendation is to indicate HyperFlex cluster might have LAZ enabled.\n* `LAZNewStatus` - The Enum value LAZNewStatus represents that the software recommendation is to enable LAZ with expansion on the HyperFlex Cluster.\n* `EVCStatus` - The Enum value EVCStatus represents that the software recommendation is to enable Enhanced VMotion on the HypeFlex Cluster.",
                                "type": "string",
                                "enum": [
                                    "None",
                                    "HXDPVersion",
                                    "NodeRatioLicense",
                                    "NodeRatioEvalLicense",
                                    "DCNoFILicense",
                                    "DcNoFIEvalLicense",
                                    "LAZExistingStatus",
                                    "LAZNewStatus",
                                    "EVCStatus"
                                ],
                                "default": "None",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ClusterExpansion": {
                                "$ref": "#/components/schemas/recommendation.ClusterExpansion.Relationship",
                                "description": "A reference to a recommendationClusterExpansion resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            }
                        }
                    }
                ]
            },
            "recommendation.SoftwareItem.List": {
                "title": "List of 'recommendation.SoftwareItem' 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 'recommendation.SoftwareItem' 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 'recommendation.SoftwareItem' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/recommendation.SoftwareItem"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            }
        },
        "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."
                        }
                    }
                }
            }
        }
    }
}